aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkSurface_Reference.bmh
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-06-14 12:28:14 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-14 16:54:47 +0000
commit5538c1390649811eb6498eeca53cc1db00877503 (patch)
tree5a7b4d580393f32f9774f00c19a0e01bdd4c23f4 /docs/SkSurface_Reference.bmh
parentab17347df32807cabd9f2a518d22c3bd420e482f (diff)
docs fix external substitutions
explict substitutions are required to distiguish words that preserve underscores R=caryclark@google.com Docs-Preview: https://skia.org/?cl=134841 Bug: skia:6898 Change-Id: Id1a5669c180e03e048de3c0251882bd06b297283 Reviewed-on: https://skia-review.googlesource.com/134841 Reviewed-by: Cary Clark <caryclark@skia.org> Commit-Queue: Cary Clark <caryclark@skia.org> Auto-Submit: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs/SkSurface_Reference.bmh')
-rw-r--r--docs/SkSurface_Reference.bmh20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/SkSurface_Reference.bmh b/docs/SkSurface_Reference.bmh
index 97ac249be6..cf42ef7aa5 100644
--- a/docs/SkSurface_Reference.bmh
+++ b/docs/SkSurface_Reference.bmh
@@ -1252,8 +1252,8 @@ Does not copy, and returns false if:
##
#Param dst storage for pixels copied from Surface ##
-#Param srcX offset into readable pixels in x; may be negative ##
-#Param srcY offset into readable pixels in y; may be negative ##
+#Param srcX offset into readable pixels on x-axis; may be negative ##
+#Param srcY offset into readable pixels on y-axis; may be negative ##
#Return true if pixels were copied ##
@@ -1313,8 +1313,8 @@ Does not copy, and returns false if:
#Param dstInfo width, height, Color_Type, and Alpha_Type of dstPixels ##
#Param dstPixels storage for pixels; dstInfo.height() times dstRowBytes, or larger ##
#Param dstRowBytes size of one destination row; dstInfo.width() times pixel size, or larger ##
-#Param srcX offset into readable pixels in x; may be negative ##
-#Param srcY offset into readable pixels in y; may be negative ##
+#Param srcX offset into readable pixels on x-axis; may be negative ##
+#Param srcY offset into readable pixels on y-axis; may be negative ##
#Return true if pixels were copied ##
@@ -1377,8 +1377,8 @@ Does not copy, and returns false if:
##
#Param dst storage for pixels copied from Surface ##
-#Param srcX offset into readable pixels in x; may be negative ##
-#Param srcY offset into readable pixels in y; may be negative ##
+#Param srcX offset into readable pixels on x-axis; may be negative ##
+#Param srcY offset into readable pixels on y-axis; may be negative ##
#Return true if pixels were copied ##
@@ -1421,8 +1421,8 @@ Copies each readable pixel intersecting both rectangles, without scaling,
converting to Surface colorType() and Surface alphaType() if required.
#Param src storage for pixels to copy to Surface ##
-#Param dstX x position relative to Surface to begin copy; may be negative ##
-#Param dstY x position relative to Surface to begin copy; may be negative ##
+#Param dstX x-axis position relative to Surface to begin copy; may be negative ##
+#Param dstY y-axis position relative to Surface to begin copy; may be negative ##
#Example
#Image 4
@@ -1461,8 +1461,8 @@ Copies each readable pixel intersecting both rectangles, without scaling,
converting to Surface colorType() and Surface alphaType() if required.
#Param src storage for pixels to copy to Surface ##
-#Param dstX x position relative to Surface to begin copy; may be negative ##
-#Param dstY x position relative to Surface to begin copy; may be negative ##
+#Param dstX x-axis position relative to Surface to begin copy; may be negative ##
+#Param dstY y-axis position relative to Surface to begin copy; may be negative ##
#Example
#Image 4