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

  /external/skia/src/core/
SkEdge.h 83 bool setCubicWithoutUpdate(const SkPoint pts[4], int shiftUp);
SkEdge.cpp 350 bool SkCubicEdge::setCubicWithoutUpdate(const SkPoint pts[4], int shift) {
450 if (!this->setCubicWithoutUpdate(pts, shift)) {
SkAnalyticEdge.cpp 143 if (!fCEdge.setCubicWithoutUpdate(pts, kDefaultAccuracy)) {

Completed in 173 milliseconds