Searched refs:drawFastShadow (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.h | 199 bool drawFastShadow(const GrClip&,
|
D | SkGpuDevice.cpp | 1703 if (!fRenderTargetContext->drawFastShadow(this->clip(), this->ctm(), path, rec)) { in drawShadow()
|
D | GrRenderTargetContext.cpp | 1151 bool GrRenderTargetContext::drawFastShadow(const GrClip& clip, in drawFastShadow() function in GrRenderTargetContext
|
/external/skia/src/gpu/ |
D | GrSurfaceDrawContext.h | 357 bool drawFastShadow(const GrClip*,
|
D | SkGpuDevice.cpp | 887 if (!fSurfaceDrawContext->drawFastShadow(this->clip(), this->localToDevice(), path, rec)) {
|
D | GrSurfaceDrawContext.cpp | 1121 bool GrSurfaceDrawContext::drawFastShadow(const GrClip* clip, in drawFastShadow() function in GrSurfaceDrawContext
|