Searched refs:appendVLine (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkEdgeClipper.cpp164 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
169 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse);
181 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse);
191 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
205 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse);
209 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse);
353 this->appendVLine(clip.fLeft, pts[0].fY, pts[3].fY, reverse);
358 this->appendVLine(clip.fRight, pts[0].fY, pts[3].fY, reverse);
367 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[3].fY, reverse);
388 this->appendVLine(cli
456 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, function in class:SkEdgeClipper
[all...]
H A DSkEdgeClipper.h44 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
H A DSkQuadClipper.h56 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);

Completed in 64 milliseconds