Lines Matching refs:reverse

146     bool reverse = sort_increasing_Y(pts, srcPts, 3);  in clipMonoQuad()  local
159 reverse = !reverse; in clipMonoQuad()
167 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
172 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
184 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse); in clipMonoQuad()
194 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
207 this->appendQuad(tmp, reverse); in clipMonoQuad()
208 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse); in clipMonoQuad()
212 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
215 this->appendQuad(pts, reverse); in clipMonoQuad()
337 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
351 reverse = !reverse; in clipMonoCubic()
357 this->appendVLine(clip.fLeft, pts[0].fY, pts[3].fY, reverse); in clipMonoCubic()
362 this->appendVLine(clip.fRight, pts[0].fY, pts[3].fY, reverse); in clipMonoCubic()
371 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[3].fY, reverse); in clipMonoCubic()
391 this->appendCubic(tmp, reverse); in clipMonoCubic()
392 this->appendVLine(clip.fRight, tmp[3].fY, tmp[6].fY, reverse); in clipMonoCubic()
394 this->appendCubic(pts, reverse); in clipMonoCubic()
460 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse) { in appendVLine() argument
463 if (reverse) { in appendVLine()
472 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad() argument
475 if (reverse) { in appendQuad()
486 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic() argument
489 if (reverse) { in appendCubic()