Searched refs:MakeWithPerspective (Results 1 – 3 of 3) sorted by relevance
26 std::unique_ptr<GrMeshDrawOp> MakeWithPerspective(GrColor color,
224 std::unique_ptr<GrMeshDrawOp> MakeWithPerspective(GrColor color, in MakeWithPerspective() function253 return GrNonAAFillRectOp::MakeWithPerspective(color, viewMatrix, rect, in DRAW_OP_TEST_DEFINE()
36 return GrNonAAFillRectOp::MakeWithPerspective(color, viewMatrix, rect, localRect, in MakeNonAAFill()