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

  /external/chromium_org/third_party/skia/src/core/
SkLineClipper.cpp 26 static SkScalar sect_with_horizontal(const SkPoint src[2], SkScalar Y) { function
122 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
125 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
173 // sect_with_horizontal. If we didn't explicitly pin, is_between_unsorted would
181 float x = sect_with_horizontal(pts, 0);
227 tmp[index0].set(sect_with_horizontal(pts, clip.fTop), clip.fTop);
231 tmp[index1].set(sect_with_horizontal(pts, clip.fBottom), clip.fBottom);
  /external/skia/src/core/
SkLineClipper.cpp 26 static SkScalar sect_with_horizontal(const SkPoint src[2], SkScalar Y) { function
122 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
125 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
173 // sect_with_horizontal. If we didn't explicitly pin, is_between_unsorted would
181 float x = sect_with_horizontal(pts, 0);
227 tmp[index0].set(sect_with_horizontal(pts, clip.fTop), clip.fTop);
231 tmp[index1].set(sect_with_horizontal(pts, clip.fBottom), clip.fBottom);

Completed in 168 milliseconds