From 5538c1390649811eb6498eeca53cc1db00877503 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Thu, 14 Jun 2018 12:28:14 -0400 Subject: 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 Commit-Queue: Cary Clark Auto-Submit: Cary Clark --- docs/SkSurface_Reference.bmh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/SkSurface_Reference.bmh') 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 -- cgit v1.2.3