Home | History | Annotate | Download | only in docs

Lines Matching full:corner

3935 starting with top-left corner of Rect; followed by top-right, bottom-right,
3944 The left Rect dashes starting at the top-left corner, to the right.
3945 The right Rect dashes starting at the top-left corner, towards the bottom.
3975 start determines the first corner added.
3979 # start # first corner ##
3989 #Param start initial corner of Rect to add ##
3994 The arrow is just after the initial corner and points towards the next
3995 corner appended to Path.
4032 starting with top-left corner of Rect; followed by top-right, bottom-right,
4044 The left Rect dashes start at the top-left corner, and continue to the right.
4045 The right Rect dashes start at the top-left corner, and continue down.
4240 #Line # adds one Contour containing Round_Rect with common corner radii ##
4243 equal to rect; each corner is 90 degrees of an ellipse with radii (rx, ry). If
4244 dir is kCW_Direction, Round_Rect starts at top-left of the lower-left corner and
4246 of the upper-left corner and winds counterclockwise.
4294 equal to rect; each corner is 90 degrees of an ellipse with radii from the
4301 # 0 # x-radius of top-left corner ##
4302 # 1 # y-radius of top-left corner ##
4303 # 2 # x-radius of top-right corner ##
4304 # 3 # y-radius of top-right corner ##
4305 # 4 # x-radius of bottom-right corner ##
4306 # 5 # y-radius of bottom-right corner ##
4307 # 6 # x-radius of bottom-left corner ##
4308 # 7 # y-radius of bottom-left corner ##
4311 If dir is kCW_Direction, Round_Rect starts at top-left of the lower-left corner
4313 bottom-left of the upper-left corner and winds counterclockwise.
4316 uniformly until the corners fit. If either radius of a corner is less than or
4322 #Param radii array of 8 SkScalar values, a radius pair for each corner ##
4351 dir is kCW_Direction, rrect starts at top-left of the lower-left corner and
4353 of the upper-left corner and winds counterclockwise.
4394 # 0 # right of top-left corner ##
4395 # 1 # left of top-right corner ##
4396 # 2 # bottom of top-right corner ##
4397 # 3 # top of bottom-right corner ##
4398 # 4 # left of bottom-right corner ##
4399 # 5 # right of bottom-left corner ##
4400 # 6 # top of bottom-left corner ##
4401 # 7 # bottom of top-left corner ##