Lines Matching refs:fShape
34 if (!args.fShape->style().applies() && SkToBool(fProxyProvider) && in onCanDrawPath()
209 , fShape(shape) in SoftwarePathData()
214 const GrShape& getShape() const { return fShape; } in getShape()
220 GrShape fShape; member in __anon037c5f530111::SoftwarePathData
249 SkASSERT(!args.fShape->style().applies()); in onDrawPath()
252 bool inverseFilled = args.fShape->inverseFilled() && in onDrawPath()
253 !IsStrokeHairlineOrEquivalent(args.fShape->style(), in onDrawPath()
260 args.fShape->hasUnstyledKey() && GrAAType::kCoverage == args.fAAType; in onDrawPath()
263 *args.fClip, *args.fShape, in onDrawPath()
300 GrUniqueKey::Builder builder(&maskKey, kDomain, 5 + args.fShape->unstyledKeySize(), in onDrawPath()
323 uint32_t styleBits = args.fShape->style().isSimpleHairline() ? in onDrawPath()
324 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0; in onDrawPath()
326 args.fShape->writeUnstyledKey(&builder[5]); in onDrawPath()
351 *boundsForMask, *args.fViewMatrix, *args.fShape, aa); in onDrawPath()
373 helper.drawShape(*args.fShape, *args.fViewMatrix, SkRegion::kReplace_Op, aa, 0xFF); in onDrawPath()
383 args.fShape->addGenIDChangeListener( in onDrawPath()