Lines Matching refs:fShape
152 if (!args.fShape->style().isSimpleFill() || args.fShape->knownToBeConvex()) { in onCanDrawPath()
157 args.fShape->asPath(&path); in onCanDrawPath()
161 } else if (!args.fShape->hasUnstyledKey()) { in onCanDrawPath()
214 , fShape(shape) in TessellatingPathOp()
239 SkASSERT(!fShape.style().applies()); in getPath()
241 fShape.asPath(&path); in getPath()
248 bool inverseFill = fShape.inverseFilled(); in draw()
253 int shapeKeyDataCnt = fShape.unstyledKeySize(); in draw()
256 fShape.writeUnstyledKey(&builder[0]); in draw()
267 tol = GrPathUtils::scaleToleranceToSrc(tol, fViewMatrix, fShape.bounds()); in draw()
293 fShape.addGenIDChangeListener(sk_make_sp<PathInvalidator>(key, target->contextUniqueID())); in draw()
372 GrShape fShape; member in __anon66fb31960211::TessellatingPathOp
391 *args.fShape, in onDrawPath()