Lines Matching refs:fShape
46 if (!args.fShape->knownToBeConvex()) { in onCanDrawPath()
49 if (args.fShape->style().pathEffect()) { in onCanDrawPath()
52 if (args.fShape->inverseFilled()) { in onCanDrawPath()
55 if (args.fShape->bounds().width() <= 0 && args.fShape->bounds().height() <= 0) { in onCanDrawPath()
59 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onCanDrawPath()
71 !args.fShape->knownToBeClosed() || in onCanDrawPath()
394 SkASSERT(!args.fShape->isEmpty()); in onDrawPath()
395 SkASSERT(!args.fShape->style().pathEffect()); in onDrawPath()
398 args.fShape->asPath(&path); in onDrawPath()
399 bool fill = args.fShape->style().isSimpleFill(); in onDrawPath()
400 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onDrawPath()