• Home
  • Raw
  • Download

Lines Matching refs:reverse

144     bool reverse = sort_increasing_Y(pts, srcPts, 3);  in clipMonoQuad()  local
156 reverse = !reverse; in clipMonoQuad()
164 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
169 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
181 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse); in clipMonoQuad()
191 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
204 this->appendQuad(tmp, reverse); in clipMonoQuad()
205 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse); in clipMonoQuad()
209 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
212 this->appendQuad(pts, reverse); in clipMonoQuad()
334 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
347 reverse = !reverse; in clipMonoCubic()
353 this->appendVLine(clip.fLeft, pts[0].fY, pts[3].fY, reverse); in clipMonoCubic()
358 this->appendVLine(clip.fRight, pts[0].fY, pts[3].fY, reverse); in clipMonoCubic()
367 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[3].fY, reverse); in clipMonoCubic()
387 this->appendCubic(tmp, reverse); in clipMonoCubic()
388 this->appendVLine(clip.fRight, tmp[3].fY, tmp[6].fY, reverse); in clipMonoCubic()
390 this->appendCubic(pts, reverse); in clipMonoCubic()
457 bool reverse) { in appendVLine() argument
460 if (reverse) { in appendVLine()
468 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad() argument
471 if (reverse) { in appendQuad()
482 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic() argument
485 if (reverse) { in appendCubic()