Home
last modified time | relevance | path

Searched refs:MakePtSize (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/gpu/
DSurfaceContext.cpp174 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()
DGrCopyRenderTask.cpp73 SkIRect::MakePtSize(fDstPoint, fSrcRect.size())); in onMakeClosed()
DGrPixmap.h44 auto rect = SkIRect::MakePtSize(*surfacePt, this->dimensions()); in clip()
DSkGr.cpp181 SkIRect subset = SkIRect::MakePtSize(origin, bitmap.dimensions()); in GrMakeCachedBitmapProxyView()
/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.cpp250 auto dstRect = SkIRect::MakePtSize(clippedDstPoint, clippedSrcRect.size()); in blitTexture()
/third_party/skia/gm/
Dgpu_blur_utils.cpp83 dstB = SkIRect::MakePtSize(outset, dstB.size()); in slow_blur()
/third_party/skia/include/core/
DSkRect.h80 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakePtSize(SkIPoint pt, SkISize size) { in MakePtSize() function
/third_party/skia/tests/
DReadWritePixelsGpuTest.cpp826 const auto rect = SkIRect::MakePtSize(offset, srcPixels.dimensions()); in gpu_write_pixels_test_driver()