HomeSort by relevance Sort by last modified time
    Searched refs:updateCubic (Results 1 - 6 of 6) sorted by null

  /external/skia/src/core/
SkAnalyticEdge.cpp 167 return this->updateCubic();
170 bool SkAnalyticCubicEdge::updateCubic() {
SkAnalyticEdge.h 125 bool updateCubic();
SkEdge.h 85 int updateCubic();
SkEdge.cpp 453 return this->updateCubic();
456 int SkCubicEdge::updateCubic()
SkScan_Path.cpp 139 if (((SkCubicEdge*)currE)->updateCubic()) {
193 if (((SkCubicEdge*)edge)->updateCubic()) {
SkScan_AAAPath.cpp     [all...]

Completed in 245 milliseconds