Lines Matching refs:reverse
127 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
139 reverse = !reverse; in clipMonoQuad()
147 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
152 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
164 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse); in clipMonoQuad()
174 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
187 this->appendQuad(tmp, reverse); in clipMonoQuad()
188 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse); in clipMonoQuad()
192 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
195 this->appendQuad(pts, reverse); in clipMonoQuad()
276 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
289 reverse = !reverse; in clipMonoCubic()
295 this->appendVLine(clip.fLeft, pts[0].fY, pts[3].fY, reverse); in clipMonoCubic()
300 this->appendVLine(clip.fRight, pts[0].fY, pts[3].fY, reverse); in clipMonoCubic()
309 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[3].fY, reverse); in clipMonoCubic()
323 this->appendVLine(clip.fLeft, pts[0].fY, pts[3].fY, reverse); in clipMonoCubic()
335 this->appendCubic(tmp, reverse); in clipMonoCubic()
336 this->appendVLine(clip.fRight, tmp[3].fY, tmp[6].fY, reverse); in clipMonoCubic()
340 this->appendVLine(clip.fRight, pts[0].fY, pts[3].fY, reverse); in clipMonoCubic()
343 this->appendCubic(pts, reverse); in clipMonoCubic()
377 bool reverse) { in appendVLine() argument
380 if (reverse) { in appendVLine()
388 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad() argument
391 if (reverse) { in appendQuad()
402 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic() argument
405 if (reverse) { in appendCubic()