Lines Matching refs:fShape
127 , fShape(shape) in SingleDraw()
133 if (fShape.hasUnstyledKey()) { in SingleDraw()
160 !fShape.style().strokeRec().isFillStyle() && fStrokeDevWidth < 1) { in finalize()
164 SkASSERT(SkStrokeRec::kStroke_Style == fShape.style().strokeRec().getStyle()); in finalize()
167 fShape.asPath(&path); in finalize()
170 SkStrokeRec hairlineStroke = fShape.style().strokeRec(); in finalize()
176 fShape = GrShape(path, GrStyle(hairlineStroke, nullptr)); in finalize()
226 fShape.asPath(&path); in accountForOwnPath()
232 pathCache->find(onFlushRP, fShape, fMaskDevIBounds, fMatrix, &fCachedMaskShift); in accountForOwnPath()
243 int idx = (fShape.style().strokeRec().isFillStyle()) in accountForOwnPath()
262 int idx = (fShape.style().strokeRec().isFillStyle()) in accountForOwnPath()
327 fShape.asPath(&path); in setupResources()
329 auto doEvenOddFill = DoEvenOddFill(fShape.style().strokeRec().isFillStyle() && in setupResources()
368 fMaskDevIBounds, fMatrix, fShape, fStrokeDevWidth, &devBounds, &devBounds45, in setupResources()