Home
last modified time | relevance | path

Searched defs:NonAAFillRectPerspectiveOp (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/ops/
DGrNonAAFillRectPerspectiveOp.cpp92 class NonAAFillRectPerspectiveOp final : public GrMeshDrawOp { class
96 NonAAFillRectPerspectiveOp(GrColor color, const SkMatrix& viewMatrix, const SkRect& rect, in NonAAFillRectPerspectiveOp() function in NonAAFillRectPerspectiveOp
131 NonAAFillRectPerspectiveOp() : INHERITED(ClassID()) {} in NonAAFillRectPerspectiveOp() function in NonAAFillRectPerspectiveOp
240 DRAW_OP_TEST_DEFINE(NonAAFillRectPerspectiveOp) { in DRAW_OP_TEST_DEFINE() argument