Searched refs:setXYWH (Results 1 – 4 of 4) sorted by relevance
/external/skia/samplecode/ |
D | SampleTextureDomain.cpp | 48 srcRect.setXYWH(1, 1, 3, 3); in onDrawContent() 49 dstRect.setXYWH(5.0f, 5.0f, 305.0f, 305.0f); in onDrawContent() 62 srcRect.setXYWH(1, 1, 3, 3); in onDrawContent() 63 dstRect.setXYWH(1.0f, 1.0f, 3.0f, 3.0f); in onDrawContent() 68 srcRect.setXYWH(1, 1, 3, 3); in onDrawContent() 69 dstRect.setXYWH(405.0f, 5.0f, 305.0f, 305.0f); in onDrawContent()
|
/external/skia/gm/ |
D | nocolorbleed.cpp | 49 srcRect.setXYWH(0, 0, 4, 4); in onDraw() 50 dstRect.setXYWH(SkIntToScalar(0), SkIntToScalar(0) in onDraw() 53 dstRect.setXYWH(SkIntToScalar(100), SkIntToScalar(0) in onDraw() 57 srcRect.setXYWH(1, 1, 2, 2); in onDraw() 58 dstRect.setXYWH(SkIntToScalar(25), SkIntToScalar(125) in onDraw() 61 dstRect.setXYWH(SkIntToScalar(125), SkIntToScalar(125) in onDraw()
|
/external/skia/src/gpu/ |
D | SkGrFontScaler.cpp | 113 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight); in getPackedGlyphBounds()
|
/external/skia/include/core/ |
D | SkRect.h | 102 void setXYWH(int32_t x, int32_t y, int32_t width, int32_t height) { in setXYWH() function 401 void setXYWH(SkScalar x, SkScalar y, SkScalar width, SkScalar height) { in setXYWH() function
|