Home
last modified time | relevance | path

Searched refs:sortY (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/core/
DSkAnalyticEdge.cpp327 bool SkAnalyticEdge::update(SkFixed last_y, bool sortY) { in update() argument
330 return static_cast<SkAnalyticCubicEdge*>(this)->updateCubic(sortY); in update()
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()
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);
DSkScan_DAAPath.cpp239 bool sortY = true; in gen_alpha_deltas() local
254 sortY = false; in gen_alpha_deltas()
257 edgeSet = static_cast<SkAnalyticCubicEdge*>(currE)->setCubic(pts, sortY); in gen_alpha_deltas()
323 } while ((currE->fWinding = originalWinding) && currE->update(currE->fLowerY, sortY)); in gen_alpha_deltas()
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()
DSkEdge.h85 bool setCubicWithoutUpdate(const SkPoint pts[4], int shiftUp, bool sortY = true);
/external/skia/src/core/
DSkAnalyticEdge.cpp327 bool SkAnalyticEdge::update(SkFixed last_y, bool sortY) { in update() argument
330 return static_cast<SkAnalyticCubicEdge*>(this)->updateCubic(sortY); in update()
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()
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);
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()
DSkEdge.h85 bool setCubicWithoutUpdate(const SkPoint pts[4], int shiftUp, bool sortY = true);