Lines Matching refs:fShape
126 , fShape(shape) in SingleDraw()
132 if (fShape.hasUnstyledKey()) { in SingleDraw()
157 !fShape.style().strokeRec().isFillStyle() && fStrokeDevWidth < 1) { in finalize()
161 SkASSERT(SkStrokeRec::kStroke_Style == fShape.style().strokeRec().getStyle()); in finalize()
164 fShape.asPath(&path); in finalize()
167 SkStrokeRec hairlineStroke = fShape.style().strokeRec(); in finalize()
173 fShape = GrShape(path, GrStyle(hairlineStroke, nullptr)); in finalize()
223 fShape.asPath(&path); in accountForOwnPath()
229 pathCache->find(onFlushRP, fShape, fMaskDevIBounds, fMatrix, &fCachedMaskShift); in accountForOwnPath()
240 int idx = (fShape.style().strokeRec().isFillStyle()) in accountForOwnPath()
259 int idx = (fShape.style().strokeRec().isFillStyle()) in accountForOwnPath()
324 fShape.asPath(&path); in setupResources()
326 auto doEvenOddFill = DoEvenOddFill(fShape.style().strokeRec().isFillStyle() && in setupResources()
365 fMaskDevIBounds, fMatrix, fShape, fStrokeDevWidth, &devBounds, &devBounds45, in setupResources()