Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkEdgeClipper.h45 void appendCubic(const SkPoint pts[4], bool reverse);
DSkQuadClipper.h59 void appendCubic(const SkPoint pts[4], bool reverse);
DSkEdgeClipper.cpp335 this->appendCubic(tmp, reverse); in clipMonoCubic()
343 this->appendCubic(pts, reverse); in clipMonoCubic()
402 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic() function in SkEdgeClipper