Searched refs:shouldTileImage (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | SkGpuDevice.h | 214 bool shouldTileImage(const SkImage* image, const SkRect* srcRectPtr,
|
D | SkGpuDevice.cpp | 850 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()
|