Lines Matching refs:GrSmallPathRenderer
139 void GrSmallPathRenderer::HandleEviction(GrDrawOpAtlas::AtlasID id, void* pr) { in HandleEviction()
140 GrSmallPathRenderer* dfpr = (GrSmallPathRenderer*)pr; in HandleEviction()
159 GrSmallPathRenderer::GrSmallPathRenderer() : fAtlas(nullptr) {} in GrSmallPathRenderer() function in GrSmallPathRenderer
161 GrSmallPathRenderer::~GrSmallPathRenderer() { in ~GrSmallPathRenderer()
176 GrPathRenderer::CanDrawPath GrSmallPathRenderer::onCanDrawPath(const CanDrawPathArgs& args) const { in onCanDrawPath()
222 class GrSmallPathRenderer::SmallPathOp final : public GrMeshDrawOp {
230 using ShapeDataList = GrSmallPathRenderer::ShapeDataList;
867 bool GrSmallPathRenderer::onDrawPath(const DrawPathArgs& args) { in onDrawPath()
884 &GrSmallPathRenderer::HandleEviction, in onDrawPath()
903 struct GrSmallPathRenderer::PathTestStruct {
942 std::unique_ptr<GrDrawOp> GrSmallPathRenderer::createOp_TestingOnly( in createOp_TestingOnly()
953 return GrSmallPathRenderer::SmallPathOp::Make(context, std::move(paint), shape, viewMatrix, in createOp_TestingOnly()
960 using PathTestStruct = GrSmallPathRenderer::PathTestStruct; in GR_DRAW_OP_TEST_DEFINE()
982 return GrSmallPathRenderer::createOp_TestingOnly( in GR_DRAW_OP_TEST_DEFINE()