Searched refs:addQuad (Results 1 – 8 of 8) sorted by relevance
34 void SkEdgeBuilder::addQuad(const SkPoint pts[]) { in addQuad() function in SkEdgeBuilder62 this->addQuad(pts); in addClipper()160 builder->addQuad(&monoX[i * 2]); in handle_quad()
45 void addQuad(const SkPoint pts[]);
24 return appendSegment(allocator).addQuad(ptStorage, this); in addCurve()
51 void addQuad(SkPoint pts[3], SkChunkAlloc* allocator) { in addQuad() function52 appendSegment(allocator).addQuad(pts, this); in addQuad()
196 fCurrentContour->addQuad(pointsPtr, fAllocator); in walk()
90 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()