Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DSkGpuDevice.h214 bool shouldTileImage(const SkImage* image, const SkRect* srcRectPtr,
DSkGpuDevice.cpp850 bool SkGpuDevice::shouldTileImage(const SkImage* image, const SkRect* srcRectPtr, in shouldTileImage() function in SkGpuDevice
1479 if (this->shouldTileImage(image, nullptr, SkCanvas::kFast_SrcRectConstraint, in drawImage()
1511 if (this->shouldTileImage(image, src, constraint, paint.getFilterQuality(), totalMatrix)) { in drawImageRect()