Lines Matching refs:fShape
206 if (!args.fShape->style().isSimpleFill() || args.fShape->knownToBeConvex()) { in onCanDrawPath()
215 if (!args.fShape->hasUnstyledKey()) { in onCanDrawPath()
223 args.fShape->asPath(&path); in onCanDrawPath()
273 , fShape(shape) in TriangulatingPathOp()
300 SkASSERT(!fShape.style().applies()); in getPath()
302 fShape.asPath(&path); in getPath()
357 CreateKey(&key, fShape, fDevClipBounds); in createNonAAMesh()
360 fViewMatrix, fShape.bounds()); in createNonAAMesh()
392 int vertexCount = Triangulate(&allocator, fViewMatrix, fShape, fDevClipBounds, tol, in createNonAAMesh()
411 fShape.addGenIDChangeListener( in createNonAAMesh()
514 CreateKey(&key, fShape, fDevClipBounds); in onPrePrepareDraws()
517 fViewMatrix, fShape.bounds()); in onPrePrepareDraws()
528 int vertexCount = Triangulate(&allocator, fViewMatrix, fShape, fDevClipBounds, tol, in onPrePrepareDraws()
553 fShape.addGenIDChangeListener( in onPrePrepareDraws()
596 GrStyledShape fShape; member in __anona5e524290211::TriangulatingPathOp
616 args.fContext, std::move(args.fPaint), *args.fShape, *args.fViewMatrix, in onDrawPath()