Home
last modified time | relevance | path

Searched refs:appendCubic (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkQuadClipper.h58 void appendCubic(const SkPoint pts[4], bool reverse);
DSkEdgeClipper.h46 void appendCubic(const SkPoint pts[4], bool reverse);
DSkEdgeClipper.cpp387 this->appendCubic(tmp, reverse); in clipMonoCubic()
390 this->appendCubic(pts, reverse); in clipMonoCubic()
482 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic() function in SkEdgeClipper