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/SkRect_Reference.bmh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/SkRect_Reference.bmh') diff --git a/docs/SkRect_Reference.bmh b/docs/SkRect_Reference.bmh index 2d878ef36d..fd747b0137 100644 --- a/docs/SkRect_Reference.bmh +++ b/docs/SkRect_Reference.bmh @@ -1270,7 +1270,7 @@ If dy is positive, Rect returned is moved downward. #Param dx added to fLeft and fRight ## #Param dy added to fTop and fBottom ## -#Return Rect offset in x or y, with original width and height ## +#Return Rect offset on axes, with original width and height ## #Example SkRect rect = { 10, 50, 20, 60 }; @@ -1669,10 +1669,10 @@ Returns false if Rect does not intersect construction, and leaves Rect unchanged Returns false if either construction or Rect is empty, leaving Rect unchanged. -#Param left x minimum of constructed Rect ## -#Param top y minimum of constructed Rect ## -#Param right x maximum of constructed Rect ## -#Param bottom y maximum of constructed Rect ## +#Param left x-axis minimum of constructed Rect ## +#Param top y-axis minimum of constructed Rect ## +#Param right x-axis maximum of constructed Rect ## +#Param bottom y-axis maximum of constructed Rect ## #Return true if construction and Rect have area in common ## @@ -1736,10 +1736,10 @@ construction. Returns true if Rect intersects construction. Returns false if either construction or Rect is empty, or do not intersect. -#Param left x minimum of constructed Rect ## -#Param top y minimum of constructed Rect ## -#Param right x maximum of constructed Rect ## -#Param bottom y maximum of constructed Rect ## +#Param left x-axis minimum of constructed Rect ## +#Param top y-axis minimum of constructed Rect ## +#Param right x-axis maximum of constructed Rect ## +#Param bottom y-axis maximum of constructed Rect ## #Return true if construction and Rect have area in common ## @@ -1825,10 +1825,10 @@ Sets Rect to the union of itself and the construction. Has no effect if construction is empty. Otherwise, if Rect is empty, sets Rect to construction. -#Param left x minimum of constructed Rect ## -#Param top y minimum of constructed Rect ## -#Param right x maximum of constructed Rect ## -#Param bottom y maximum of constructed Rect ## +#Param left x-axis minimum of constructed Rect ## +#Param top y-axis minimum of constructed Rect ## +#Param right x-axis maximum of constructed Rect ## +#Param bottom y-axis maximum of constructed Rect ## #Example SkRect rect = { 10, 20, 15, 25}; -- cgit v1.2.3