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

/external/skia/src/core/
H A DSkEdgeClipper.cpp147 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
152 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse);
164 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse);
174 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
188 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse);
192 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse);
295 this->appendVLine(clip.fLeft, pts[0].fY, pts[3].fY, reverse);
300 this->appendVLine(clip.fRight, pts[0].fY, pts[3].fY, reverse);
309 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[3].fY, reverse);
323 this->appendVLine(cli
376 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, function in class:SkEdgeClipper
[all...]

Completed in 49 milliseconds