Home
last modified time | relevance | path

Searched refs:chopCubics (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkEdgeBuilder.h45 virtual bool chopCubics() const = 0;
64 bool chopCubics() const override { return true; } in chopCubics() function
85 bool chopCubics() const override { return true; } in chopCubics() function
102 bool chopCubics() const override { return false; } in chopCubics() function
DSkEdgeBuilder.cpp439 if (!this->chopCubics()) { in build()
477 SkASSERT(!this->chopCubics()); in buildEdges()