Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DSkGpuDevice.h194 bool shouldTileImage(const SkImage* image, const SkRect* srcRectPtr,
DSkGpuDevice_drawTexture.cpp425 if (this->shouldTileImage(image, &src, constraint, paint.getFilterQuality(), ctm, srcToDst)) { in drawImageQuad()
DSkGpuDevice.cpp779 bool SkGpuDevice::shouldTileImage(const SkImage* image, const SkRect* srcRectPtr, in shouldTileImage() function in SkGpuDevice
/external/skqp/src/gpu/
DSkGpuDevice.h179 bool shouldTileImage(const SkImage* image, const SkRect* srcRectPtr,
DSkGpuDevice.cpp761 bool SkGpuDevice::shouldTileImage(const SkImage* image, const SkRect* srcRectPtr, in shouldTileImage() function in SkGpuDevice
1353 if (this->shouldTileImage(image, nullptr, SkCanvas::kFast_SrcRectConstraint, in drawImage()
1396 if (this->shouldTileImage(image, src, constraint, paint.getFilterQuality(), this->ctm(), in drawImageRect()