Searched refs:shouldTileImage (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | SkGpuDevice.h | 172 bool shouldTileImage(const SkImage* image, const SkRect* srcRectPtr,
|
D | SkGpuDevice.cpp | 817 bool SkGpuDevice::shouldTileImage(const SkImage* image, const SkRect* srcRectPtr, in shouldTileImage() function in SkGpuDevice 1384 if (this->shouldTileImage(image, nullptr, SkCanvas::kFast_SrcRectConstraint, in drawImage() 1420 if (this->shouldTileImage(image, src, constraint, paint.getFilterQuality(), this->ctm(), in drawImageRect()
|