Searched refs:sortY (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkAnalyticEdge.cpp | 327 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 D | SkAnalyticEdge.h | 87 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 D | SkEdge.cpp | 351 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 D | SkEdge.h | 85 bool setCubicWithoutUpdate(const SkPoint pts[4], int shiftUp, bool sortY = true);
|
Completed in 4 milliseconds