HomeSort by relevance Sort by last modified time
    Searched defs:appendVLine (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkEdgeClipper.cpp 164 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
169 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse);
181 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse);
191 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
205 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse);
209 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse);
353 this->appendVLine(clip.fLeft, pts[0].fY, pts[3].fY, reverse);
358 this->appendVLine(clip.fRight, pts[0].fY, pts[3].fY, reverse);
367 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[3].fY, reverse);
388 this->appendVLine(clip.fRight, tmp[3].fY, tmp[6].fY, reverse)
    [all...]
  /external/skqp/src/core/
SkEdgeClipper.cpp 164 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
169 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse);
181 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse);
191 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
205 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse);
209 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse);
353 this->appendVLine(clip.fLeft, pts[0].fY, pts[3].fY, reverse);
358 this->appendVLine(clip.fRight, pts[0].fY, pts[3].fY, reverse);
367 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[3].fY, reverse);
388 this->appendVLine(clip.fRight, tmp[3].fY, tmp[6].fY, reverse)
    [all...]

Completed in 479 milliseconds