Searched refs:tempShape (Results 1 – 2 of 2) 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()
1943 GrShape tempShape; in drawShapeUsingPathRenderer() local1973 tempShape = originalShape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer()1974 if (tempShape.isEmpty()) { in drawShapeUsingPathRenderer()1977 canDrawArgs.fShape = &tempShape; in drawShapeUsingPathRenderer()1982 tempShape = canDrawArgs.fShape->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, in drawShapeUsingPathRenderer()1984 if (tempShape.isEmpty()) { in drawShapeUsingPathRenderer()1987 canDrawArgs.fShape = &tempShape; in drawShapeUsingPathRenderer()