Searched refs:tempShape (Results 1 – 1 of 1) sorted by relevance
1835 GrShape tempShape; in drawShapeUsingPathRenderer() local1865 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()