Home
last modified time | relevance | path

Searched refs:subRect (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/gm/
Dtallstretchedbitmaps.cpp43 SkIRect subRect = SkIRect::MakeXYWH(0, i * (kMargin + 2 * kRadius), in make_bm() local
45 bm->extractSubset(&smallBM, subRect); in make_bm()
93 SkIRect subRect = SkIRect::MakeLTRB(0, startItem * itemHeight, in onDraw() local
96 canvas->drawImageRect(bmp.asImage(), SkRect::Make(subRect), dstRect, in onDraw()
/third_party/flutter/skia/gm/
Dtallstretchedbitmaps.cpp43 SkIRect subRect = SkIRect::MakeXYWH(0, i * (kMargin + 2 * kRadius), in make_bm() local
45 bm->extractSubset(&smallBM, subRect); in make_bm()
93 SkIRect subRect = SkIRect::MakeLTRB(0, startItem * itemHeight, in onDraw() local
98 canvas->drawBitmapRect(bmp, subRect, dstRect, &paint); in onDraw()
/third_party/flutter/skia/src/gpu/
DGrGpu.cpp366 auto subRect = SkIRect::MakeXYWH(left, top, width, height); in readPixels() local
368 if (!bounds.contains(subRect)) { in readPixels()
412 auto subRect = SkIRect::MakeXYWH(left, top, width, height); in writePixels() local
414 if (!bounds.contains(subRect)) { in writePixels()
452 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height); in transferPixelsTo() local
454 if (!bounds.contains(subRect)) { in transferPixelsTo()
500 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height); in transferPixelsFrom() local
502 if (!bounds.contains(subRect)) { in transferPixelsFrom()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp485 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height); in onTransferPixelsTo()
487 SkASSERT(bounds.contains(subRect)); in onTransferPixelsTo()
645 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height); in uploadTexDataLinear()
647 SkASSERT(bounds.contains(subRect)); in uploadTexDataLinear()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp877 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height); in onTransferPixelsTo()
879 SkASSERT(bounds.contains(subRect)); in onTransferPixelsTo()
1125 SkIRect subRect = SkIRect::MakeXYWH(left, top, width, height); in uploadTexData()
1127 SkASSERT(bounds.contains(subRect)); in uploadTexData()