Lines Matching refs:left
320 @param origin storage for SkCanvas top layer origin, its top-left corner;
487 Pass negative values for x or y to offset pixels to the left or
526 Pass negative values for x or y to offset pixels to the left or
1239 @param x left edge of circle or square
1255 @param p top-left edge of circle or square
1459 void drawImage(const SkImage* image, SkScalar left, SkScalar top) {
1460 this->drawImage(image, left, top, SkSamplingOptions(), nullptr);
1462 void drawImage(const sk_sp<SkImage>& image, SkScalar left, SkScalar top) {
1463 this->drawImage(image.get(), left, top, SkSamplingOptions(), nullptr);
1633 * should be ordered top-left, top-right, bottom-right, bottom-left so that the edge between [0]
1634 * and [1] is "top", [1] and [2] is "right", [2] and [3] is "bottom", and [3] and [0] is "left".
2005 SkPoint array cubics specifies four SkPath cubic starting at the top-left corner,
2009 Color array color associates colors with corners in top-left, top-right,
2010 bottom-right, bottom-left order.
2013 corners in top-left, top-right, bottom-right, bottom-left order. If texCoords is
2036 SkPoint array cubics specifies four SkPath cubic starting at the top-left corner,
2040 Color array color associates colors with corners in top-left, top-right,
2041 bottom-right, bottom-left order.
2044 corners in top-left, top-right, bottom-right, bottom-left order. If texCoords is