Lines Matching refs:fShape
45 if (!args.fShape->knownToBeConvex()) { in onCanDrawPath()
48 if (args.fShape->style().pathEffect()) { in onCanDrawPath()
51 if (args.fShape->inverseFilled()) { in onCanDrawPath()
54 if (args.fShape->bounds().width() <= 0 && args.fShape->bounds().height() <= 0) { in onCanDrawPath()
58 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onCanDrawPath()
70 !args.fShape->knownToBeClosed() || in onCanDrawPath()
337 SkASSERT(!args.fShape->isEmpty()); in onDrawPath()
338 SkASSERT(!args.fShape->style().pathEffect()); in onDrawPath()
341 args.fShape->asPath(&path); in onDrawPath()
342 bool fill = args.fShape->style().isSimpleFill(); in onDrawPath()
343 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onDrawPath()