Searched refs:addQuad (Results 1 – 8 of 8) sorted by relevance
90 void SkEdgeBuilder::addQuad(const SkPoint pts[]) { in addQuad() function in SkEdgeBuilder118 this->addQuad(pts); in addClipper()231 builder->addQuad(&monoX[i * 2]); in handle_quad()
54 void addQuad(const SkPoint pts[]);
24 return appendSegment(allocator).addQuad(ptStorage, this); in addCurve()
59 void addQuad(SkPoint pts[3], SkChunkAlloc* allocator) { in addQuad() function60 appendSegment(allocator).addQuad(pts, this); in addQuad()
196 fCurrentContour->addQuad(pointsPtr, fAllocator); in walk()
96 SkOpSegment* addQuad(SkPoint pts[3], SkOpContour* parent) { in addQuad() function
250 contour.addQuad(data.fShortPts, &allocator); in DEF_TEST()449 contour.addQuad(temp, &allocator); in DEF_TEST()
414 contour->addQuad(shortQuad, allocator); in makeSegment()