• Home
  • Raw
  • Download

Lines Matching refs:GrPerspQuad

28 static SkString dump_quad_info(int index, const GrPerspQuad& deviceQuad,  in dump_quad_info()
29 const GrPerspQuad& localQuad, const SkPMColor4f& color, in dump_quad_info()
64 const GrPerspQuad& deviceQuad, in Make()
66 const GrPerspQuad& localQuad, in Make()
78 const GrPerspQuad& deviceQuad, GrQuadType deviceQuadType, in FillRectOp()
79 const GrPerspQuad& localQuad, GrQuadType localQuadType) in FillRectOp()
110 GrPerspQuad device, local; in dumpInfo()
205 static const GrPerspQuad kIgnoredLocal(SkRect::MakeEmpty(), SkMatrix::I()); in onPrepareDraws()
275 void addQuad(const GrPerspQuad& deviceQuad, const GrPerspQuad& localQuad, in addQuad()
342 GrPerspQuad(rect, viewMatrix), GrQuadTypeForTransformedRect(viewMatrix), in MakePerEdge()
343 GrPerspQuad(rect, SkMatrix::I()), GrQuadType::kRect); in MakePerEdge()
356 GrPerspQuad(rect, viewMatrix), GrQuadTypeForTransformedRect(viewMatrix), in MakePerEdgeWithLocalMatrix()
357 GrPerspQuad(rect, localMatrix), localQuadType); in MakePerEdgeWithLocalMatrix()
369 GrPerspQuad(rect, viewMatrix), GrQuadTypeForTransformedRect(viewMatrix), in MakePerEdgeWithLocalRect()
370 GrPerspQuad(localRect, SkMatrix::I()), GrQuadType::kRect); in MakePerEdgeWithLocalRect()
386 quads[0].fAAFlags, stencilSettings, GrPerspQuad(quads[0].fRect, viewMatrix), in MakeSet()
387 deviceQuadType, GrPerspQuad(quads[0].fRect, quads[0].fLocalMatrix), in MakeSet()
393 GrPerspQuad deviceQuad(quads[i].fRect, viewMatrix); in MakeSet()
400 fillRects->addQuad(deviceQuad, GrPerspQuad(quads[i].fRect, quads[i].fLocalMatrix), in MakeSet()