aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkPath_Reference.bmh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SkPath_Reference.bmh')
-rw-r--r--docs/SkPath_Reference.bmh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/SkPath_Reference.bmh b/docs/SkPath_Reference.bmh
index e0e8da2540..f82654a511 100644
--- a/docs/SkPath_Reference.bmh
+++ b/docs/SkPath_Reference.bmh
@@ -5044,7 +5044,7 @@ for (int y = 2; y < 256; y += 9) {
#Method void dump(SkWStream* stream, bool forceClose, bool dumpAsHex) const
#In Utility
-#Line # sends text representation using floats to standard output ##
+#Line # sends text representation to stream ##
Writes text representation of Path to stream. If stream is nullptr, writes to
standard output. Set forceClose to true to get edges used to fill Path.
Set dumpAsHex true to generate exact binary representations
@@ -5086,7 +5086,7 @@ path.close();
##
##
-#SeeAlso SkRect::dump() SkRRect::dump() SkPathMeasure::dump()
+#SeeAlso dumpHex SkRect::dump() SkRRect::dump() SkPathMeasure::dump()
##