Home | History | Annotate | Download | only in core

Lines Matching defs:Direction

353     enum Direction {
354 /** clockwise direction for adding closed contours */
356 /** counter-clockwise direction for adding closed contours */
362 @param dir The direction to wind the rectangle's contour
364 void addRect(const SkRect& rect, Direction dir = kCW_Direction);
376 @param dir The direction to wind the rectangle's contour
379 Direction dir = kCW_Direction);
384 @param dir The direction to wind the oval's contour
386 void addOval(const SkRect& oval, Direction dir = kCW_Direction);
396 @param dir The direction to wind the circle's contour
399 Direction dir = kCW_Direction);
413 @param dir The direction to wind the round-rectangle's contour
416 Direction dir = kCW_Direction);
423 @param dir The direction to wind the round-rectangle's contour
426 Direction dir = kCW_Direction);
450 @param dx The amount in the X direction to offset the entire path
451 @param dy The amount in the Y direction to offset the entire path
458 @param dx The amount in the X direction to offset the entire path
459 @param dy The amount in the Y direction to offset the entire path