Home | History | Annotate | Download | only in docs

Lines Matching full:corner

3967 starting with top-left corner of Rect; followed by top-right, bottom-right,
3976 The left Rect dashes starting at the top-left corner, to the right.
3977 The right Rect dashes starting at the top-left corner, towards the bottom.
4007 start determines the first corner added.
4011 # start # first corner ##
4021 #Param start initial corner of Rect to add ##
4026 The arrow is just after the initial corner and points towards the next
4027 corner appended to Path.
4064 starting with top-left corner of Rect; followed by top-right, bottom-right,
4076 The left Rect dashes start at the top-left corner, and continue to the right.
4077 The right Rect dashes start at the top-left corner, and continue down.
4270 #Line # adds one Contour containing Round_Rect with common corner radii ##
4273 equal to rect; each corner is 90 degrees of an ellipse with radii (rx, ry). If
4274 dir is kCW_Direction, Round_Rect starts at top-left of the lower-left corner and
4276 of the upper-left corner and winds counterclockwise.
4324 equal to rect; each corner is 90 degrees of an ellipse with radii from the
4331 # 0 # x-radius of top-left corner ##
4332 # 1 # y-radius of top-left corner ##
4333 # 2 # x-radius of top-right corner ##
4334 # 3 # y-radius of top-right corner ##
4335 # 4 # x-radius of bottom-right corner ##
4336 # 5 # y-radius of bottom-right corner ##
4337 # 6 # x-radius of bottom-left corner ##
4338 # 7 # y-radius of bottom-left corner ##
4341 If dir is kCW_Direction, Round_Rect starts at top-left of the lower-left corner
4343 bottom-left of the upper-left corner and winds counterclockwise.
4346 uniformly until the corners fit. If either radius of a corner is less than or
4352 #Param radii array of 8 SkScalar values, a radius pair for each corner ##
4381 dir is kCW_Direction, rrect starts at top-left of the lower-left corner and
4383 of the upper-left corner and winds counterclockwise.
4424 # 0 # right of top-left corner ##
4425 # 1 # left of top-right corner ##
4426 # 2 # bottom of top-right corner ##
4427 # 3 # top of bottom-right corner ##
4428 # 4 # left of bottom-right corner ##
4429 # 5 # right of bottom-left corner ##
4430 # 6 # top of bottom-left corner ##
4431 # 7 # bottom of top-left corner ##