Searched refs:clipQuad (Results 1 – 5 of 5) sorted by relevance
27 bool clipQuad(const SkPoint src[3], SkPoint dst[3]);39 bool clipQuad(const SkPoint pts[3], const SkRect& clip);
22 bool clipQuad(const SkPoint pts[3], const SkRect& clip);
273 if (clipper.clipQuad(pts, clip)) { in build()281 if (clipper.clipQuad(quadPts, clip)) { in build()
51 bool SkQuadClipper::clipQuad(const SkPoint srcPts[3], SkPoint dst[3]) { in clipQuad() function in SkQuadClipper
199 bool SkEdgeClipper::clipQuad(const SkPoint srcPts[3], const SkRect& clip) { in clipQuad() function in SkEdgeClipper