From 78c110e2f0faefeecc8c8c19f6dcb00e738bffc7 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Fri, 9 Feb 2018 16:49:09 -0500 Subject: resolve bookmaker refs fixes Getting ready to update include/core generated bookmaker files. Fixing errors when resolving references in bmh files. Docs-Preview: https://skia.org/?cl=106281 Bug: skia:6898 Change-Id: Ic1cbe5b7b9b9f09346e460802b8f21d2ec14329d Reviewed-on: https://skia-review.googlesource.com/106281 Commit-Queue: Cary Clark Reviewed-by: Cary Clark --- docs/SkRect_Reference.bmh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/SkRect_Reference.bmh') diff --git a/docs/SkRect_Reference.bmh b/docs/SkRect_Reference.bmh index a363de2497..2a8275c74f 100644 --- a/docs/SkRect_Reference.bmh +++ b/docs/SkRect_Reference.bmh @@ -1919,7 +1919,7 @@ round: 31, 51, 41, 61 #In Rounding #Line # sets members to nearest integer value away from opposite ## Sets IRect by discarding the fractional portion of fLeft and fTop; and -rounding up fRight and FBottom, using +rounding up fRight and fBottom, using #Formula (SkScalarFloorToInt(fLeft), SkScalarFloorToInt(fTop), SkScalarCeilToInt(fRight), SkScalarCeilToInt(fBottom)) @@ -1948,7 +1948,7 @@ round: 30, 50, 41, 61 #In Rounding Sets Rect by discarding the fractional portion of fLeft and fTop; and -rounding up fRight and FBottom, using +rounding up fRight and fBottom, using #Formula (SkScalarFloorToInt(fLeft), SkScalarFloorToInt(fTop), SkScalarCeilToInt(fRight), SkScalarCeilToInt(fBottom)) @@ -1978,7 +1978,7 @@ round: 30, 50, 41, 61 #In Rounding #Line # sets members to nearest integer value towards opposite ## Sets Rect by rounding up fLeft and fTop; and -discarding the fractional portion of fRight and FBottom, using +discarding the fractional portion of fRight and fBottom, using #Formula (SkScalarCeilToInt(fLeft), SkScalarCeilToInt(fTop), @@ -2036,7 +2036,7 @@ round: 31, 51, 41, 61 #In Rounding Sets IRect by discarding the fractional portion of fLeft and fTop; and -rounding up fRight and FBottom, using +rounding up fRight and fBottom, using #Formula (SkScalarFloorToInt(fLeft), SkScalarFloorToInt(fTop), SkScalarCeilToInt(fRight), SkScalarCeilToInt(fBottom)) -- cgit v1.2.3