Searched refs:drawSimpleShape (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrSurfaceDrawContext.h | 715 bool drawSimpleShape(const GrClip*, GrPaint*, GrAA, const SkMatrix&, const GrStyledShape&);
|
D | GrSurfaceDrawContext.cpp | 1702 bool GrSurfaceDrawContext::drawSimpleShape(const GrClip* clip, GrPaint* paint, GrAA aa, in drawSimpleShape() function in GrSurfaceDrawContext 1814 if (this->drawSimpleShape(clip, &paint, aa, viewMatrix, shape)) { in drawShapeUsingPathRenderer()
|