Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCopyRenderTask.cpp72 SkIRect::MakePtSize(fDstPoint, fSrcRect.size())); in onMakeClosed()
DGrSurfaceContext.cpp272 sfc->fillRectToRectWithFP(SkIRect::MakePtSize(pt, dst.dimensions()), in readPixels()
292 auto srcRect = SkIRect::MakePtSize(pt, dst.dimensions()); in readPixels()
430 SkIRect::MakePtSize(pt, src[0].dimensions()))); in internalWritePixels()
555 SkIRect::MakePtSize(pt, srcBase.dimensions()), in internalWritePixels()
614 SkIRect::MakePtSize(pt, src[0].dimensions()), in internalWritePixels()
701 SkIRect::MakePtSize({x, y}, info.dimensions()), in asyncRescaleAndReadPixels()
DGrPixmap.h44 auto rect = SkIRect::MakePtSize(*surfacePt, this->dimensions()); in clip()
DGrSurfaceFillContext.cpp454 auto dstRect = SkIRect::MakePtSize(clippedDstPoint, clippedSrcRect.size()); in blitTexture()
DSkGr.cpp179 SkIRect subset = SkIRect::MakePtSize(origin, bitmap.dimensions()); in GrMakeCachedBitmapProxyView()
/external/skia/gm/
Dgpu_blur_utils.cpp78 dstB = SkIRect::MakePtSize(outset, dstB.size()); in slow_blur()
/external/skia/include/core/
DSkRect.h74 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakePtSize(SkIPoint pt, SkISize size) { in MakePtSize() function
/external/skia/tests/
DReadWritePixelsGpuTest.cpp822 const auto rect = SkIRect::MakePtSize(offset, srcPixels.dimensions()); in gpu_write_pixels_test_driver()