Searched defs:subRect (Results 1 – 3 of 3) sorted by relevance
/external/skia/gm/ |
D | tallstretchedbitmaps.cpp | 36 SkIRect subRect = SkIRect::MakeXYWH(0, i * (kMargin + 2 * kRadius), in make_bm() local 86 SkIRect subRect = SkIRect::MakeLTRB(0, startItem * itemHeight, in onDraw() local
|
/external/skia/src/gpu/ |
D | GrSurface.cpp | 83 SkIRect subRect = SkIRect::MakeXYWH(*left, *top, *width, *height); in adjust_params() local
|
D | GrGpu.cpp | 356 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height); in writePixels() local 408 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height); in transferPixels() local
|