Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrRenderTargetContext.cpp1835 GrShape tempShape; in drawShapeUsingPathRenderer() local
1865 tempShape = originalShape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer()
1866 if (tempShape.isEmpty()) { in drawShapeUsingPathRenderer()
1869 canDrawArgs.fShape = &tempShape; in drawShapeUsingPathRenderer()
1874 tempShape = canDrawArgs.fShape->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, in drawShapeUsingPathRenderer()
1876 if (tempShape.isEmpty()) { in drawShapeUsingPathRenderer()
1879 canDrawArgs.fShape = &tempShape; in drawShapeUsingPathRenderer()