Lines Matching refs:top

320         @param origin    storage for SkCanvas top layer origin, its top-left corner;
1240 @param y top 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,
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,
2044 corners in top-left, top-right, bottom-right, bottom-left order. If texCoords is
2374 // The top-most device in the stack, will change within saveLayer()'s. All drawing and clipping
2378 // Canvases maintain a sparse stack of layers, where the top-most layer receives the drawing,
2403 // This points to the device of the top-most layer (which may be lower in the stack), or
2423 // points to top of stack
2569 // invoking the top-level device.