Searched refs:offsetTo (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/core/ |
D | SkMaskFilter.cpp | 91 m.fBounds.offsetTo(outerR.left(), outerR.top()); in draw_nine_clipped() 101 m.fBounds.offsetTo(outerR.right() - m.fBounds.width(), outerR.top()); in draw_nine_clipped() 111 m.fBounds.offsetTo(outerR.left(), outerR.bottom() - m.fBounds.height()); in draw_nine_clipped() 121 m.fBounds.offsetTo(outerR.right() - m.fBounds.width(), in draw_nine_clipped()
|
D | SkBlurMF.cpp | 412 patch->fMask.fBounds.offsetTo(0, 0); in filterRRectToNine() 543 patch->fMask.fBounds.offsetTo(0, 0); in filterRectsToNine()
|
/third_party/skia/docs/examples/ |
D | Rect_offsetTo.cpp | 8 rect.offsetTo(15, 27); in draw()
|
D | IRect_offsetTo.cpp | 8 rect.offsetTo(15, 27); in draw()
|
/third_party/skia/gm/ |
D | pictureimagegenerator.cpp | 60 iBox.offsetTo(skiBox.fRight - iBox.width(), iBox.fTop); in draw_vector_logo()
|
D | wacky_yuv_formats.cpp | 930 dstRect.offsetTo(dstRect.fLeft, kLabelHeight); in onDraw()
|
/third_party/skia/include/core/ |
D | SkRect.h | 396 void offsetTo(int32_t newX, int32_t newY) { in offsetTo() function 1053 void offsetTo(SkScalar newX, SkScalar newY) { in offsetTo() function
|
/third_party/skia/tools/ |
D | DDLTileHelper.cpp | 86 srcRect.offsetTo(tile->padOffset().x(), tile->padOffset().y()); in createComposeDDL()
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1137 void offsetTo(int32_t newX, int32_t newY); 3566 void offsetTo(SkScalar newX, SkScalar newY);
|