Searched refs:MakePtSize (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/gpu/ |
D | SurfaceContext.cpp | 174 sfc->fillRectToRectWithFP(SkIRect::MakePtSize(pt, dst.dimensions()), in readPixels() 194 auto srcRect = SkIRect::MakePtSize(pt, dst.dimensions()); in readPixels() 249 SkIRect::MakePtSize(pt, dst.dimensions()), in readPixels() 335 SkIRect::MakePtSize(pt, src[0].dimensions()))); in internalWritePixels() 466 SkIRect::MakePtSize(pt, srcBase.dimensions()), in internalWritePixels() 525 SkIRect::MakePtSize(pt, src[0].dimensions()), in internalWritePixels() 612 SkIRect::MakePtSize({x, y}, info.dimensions()), in asyncRescaleAndReadPixels()
|
D | GrCopyRenderTask.cpp | 73 SkIRect::MakePtSize(fDstPoint, fSrcRect.size())); in onMakeClosed()
|
D | GrPixmap.h | 44 auto rect = SkIRect::MakePtSize(*surfacePt, this->dimensions()); in clip()
|
D | SkGr.cpp | 181 SkIRect subset = SkIRect::MakePtSize(origin, bitmap.dimensions()); in GrMakeCachedBitmapProxyView()
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceFillContext_v1.cpp | 250 auto dstRect = SkIRect::MakePtSize(clippedDstPoint, clippedSrcRect.size()); in blitTexture()
|
/third_party/skia/gm/ |
D | gpu_blur_utils.cpp | 83 dstB = SkIRect::MakePtSize(outset, dstB.size()); in slow_blur()
|
/third_party/skia/include/core/ |
D | SkRect.h | 80 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakePtSize(SkIPoint pt, SkISize size) { in MakePtSize() function
|
/third_party/skia/tests/ |
D | ReadWritePixelsGpuTest.cpp | 826 const auto rect = SkIRect::MakePtSize(offset, srcPixels.dimensions()); in gpu_write_pixels_test_driver()
|