Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceDrawContext.h715 bool drawSimpleShape(const GrClip*, GrPaint*, GrAA, const SkMatrix&, const GrStyledShape&);
DGrSurfaceDrawContext.cpp1702 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()