Lines Matching refs:appendVLine
167 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
172 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse);
184 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse);
194 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
208 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse);
359 this->appendVLine(clip.fLeft, pts[0].fY, pts[3].fY, reverse);
364 this->appendVLine(clip.fRight, pts[0].fY, pts[3].fY, reverse);
373 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[3].fY, reverse);
394 this->appendVLine(clip.fRight, tmp[3].fY, tmp[6].fY, reverse);
462 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse) {