Home
last modified time | relevance | path

Searched refs:onMakeBackingStoreSubset (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkSpecialImage.h93 return this->onMakeBackingStoreSubset(absolute); in makeSubset()
101 return this->onMakeBackingStoreSubset(this->subset().makeOutset(1, 1)); in makePixelOutset()
149 virtual sk_sp<SkSpecialImage> onMakeBackingStoreSubset(const SkIRect& subset) const = 0;
H A DSkSpecialImage.cpp95 sk_sp<SkSpecialImage> onMakeBackingStoreSubset(const SkIRect& subset) const override { in onMakeBackingStoreSubset() function in SkSpecialImage_Raster
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DSpecialImage_Graphite.cpp38 sk_sp<SkSpecialImage> onMakeBackingStoreSubset(const SkIRect& subset) const override { in onMakeBackingStoreSubset() function in skgpu::graphite::SpecialImage
/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DSkSpecialImage_Ganesh.cpp55 sk_sp<SkSpecialImage> onMakeBackingStoreSubset(const SkIRect& subset) const override { in onMakeBackingStoreSubset() function in SkSpecialImage_Gpu