Lines Matching refs:fShape
33 if (!args.fShape->style().applies() && SkToBool(fProxyProvider) && in onCanDrawPath()
206 , fShape(shape) in SoftwarePathData()
211 const GrStyledShape& getShape() const { return fShape; } in getShape()
217 GrStyledShape fShape; member in __anon161d5e3a0111::SoftwarePathData
232 SkASSERT(!args.fShape->style().applies()); in onDrawPath()
235 bool inverseFilled = args.fShape->inverseFilled() && in onDrawPath()
236 !IsStrokeHairlineOrEquivalent(args.fShape->style(), in onDrawPath()
243 args.fShape->hasUnstyledKey() && (GrAAType::kCoverage == args.fAAType); in onDrawPath()
246 args.fClip, *args.fShape, in onDrawPath()
283 GrUniqueKey::Builder builder(&maskKey, kDomain, 7 + args.fShape->unstyledKeySize(), in onDrawPath()
309 uint32_t styleBits = args.fShape->style().isSimpleHairline() ? in onDrawPath()
310 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0; in onDrawPath()
312 args.fShape->writeUnstyledKey(&builder[7]); in onDrawPath()
342 *boundsForMask, *args.fViewMatrix, *args.fShape, aa); in onDrawPath()
364 helper.drawShape(*args.fShape, *args.fViewMatrix, SkRegion::kReplace_Op, aa, 0xFF); in onDrawPath()
379 args.fShape->addGenIDChangeListener(std::move(listener)); in onDrawPath()