HomeSort by relevance Sort by last modified time
    Searched refs: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
112 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
115 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
162 // sect_with_horizontal. If we didn't explicitly pin, is_between_unsorted would
170 float x = sect_with_horizontal(pts, 0);
213 tmp[index0].set(sect_with_horizontal(pts, clip.fTop), clip.fTop);
217 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
112 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
115 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
162 // sect_with_horizontal. If we didn't explicitly pin, is_between_unsorted would
170 float x = sect_with_horizontal(pts, 0);
213 tmp[index0].set(sect_with_horizontal(pts, clip.fTop), clip.fTop);
217 tmp[index1].set(sect_with_horizontal(pts, clip.fBottom), clip.fBottom);

Completed in 739 milliseconds