Home
last modified time | relevance | path

Searched refs:sortY (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkAnalyticEdge.cpp327 bool SkAnalyticEdge::update(SkFixed last_y, bool sortY) {
330 return static_cast<SkAnalyticCubicEdge*>(this)->updateCubic(sortY);
426 bool SkAnalyticCubicEdge::setCubic(const SkPoint pts[4], bool sortY) { in setCubic() argument
429 if (!fCEdge.setCubicWithoutUpdate(pts, kDefaultAccuracy, sortY)) { in setCubic()
453 return this->updateCubic(sortY); in setCubic()
456 bool SkAnalyticCubicEdge::updateCubic(bool sortY) { in updateCubic() argument
484 if (sortY && newy < oldy) { in updateCubic()
491 if (sortY && fCEdge.fCLastY < newSnappedY) { in updateCubic()
H A DSkAnalyticEdge.h87 bool update(SkFixed last_y, bool sortY = true);
130 bool setCubic(const SkPoint pts[4], bool sortY = true);
131 bool updateCubic(bool sortY = true);
H A DSkEdge.cpp351 bool SkCubicEdge::setCubicWithoutUpdate(const SkPoint pts[4], int shift, bool sortY) { in setCubicWithoutUpdate() argument
378 if (sortY && y0 > y3) in setCubicWithoutUpdate()
392 if (sortY && top == bot) in setCubicWithoutUpdate()
H A DSkEdge.h85 bool setCubicWithoutUpdate(const SkPoint pts[4], int shiftUp, bool sortY = true);

Completed in 3 milliseconds