Lines Matching refs:fShape
32 if (!args.fShape->style().applies() && SkToBool(fProxyProvider) && in onCanDrawPath()
206 , fShape(shape) in SoftwarePathData()
211 const GrShape& getShape() const { return fShape; } in getShape()
217 GrShape fShape; member in __anone24777f10111::SoftwarePathData
246 SkASSERT(!args.fShape->style().applies()); in onDrawPath()
249 bool inverseFilled = args.fShape->inverseFilled() && in onDrawPath()
250 !IsStrokeHairlineOrEquivalent(args.fShape->style(), in onDrawPath()
257 args.fShape->hasUnstyledKey() && GrAAType::kCoverage == args.fAAType; in onDrawPath()
260 *args.fClip, *args.fShape, in onDrawPath()
297 GrUniqueKey::Builder builder(&maskKey, kDomain, 5 + args.fShape->unstyledKeySize(), in onDrawPath()
320 uint32_t styleBits = args.fShape->style().isSimpleHairline() ? in onDrawPath()
321 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0; in onDrawPath()
323 args.fShape->writeUnstyledKey(&builder[5]); in onDrawPath()
344 *boundsForMask, *args.fViewMatrix, *args.fShape, aa); in onDrawPath()
366 helper.drawShape(*args.fShape, *args.fViewMatrix, SkRegion::kReplace_Op, aa, 0xFF); in onDrawPath()
376 args.fShape->addGenIDChangeListener( in onDrawPath()