Searched refs:appendCubic (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkEdgeClipper.h | 40 void appendCubic(const SkPoint pts[4], bool reverse);
|
D | SkQuadClipper.h | 59 void appendCubic(const SkPoint pts[4], bool reverse);
|
D | SkEdgeClipper.cpp | 393 this->appendCubic(tmp, reverse); in clipMonoCubic() 401 this->appendCubic(pts, reverse); in clipMonoCubic() 460 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic() function in SkEdgeClipper
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkEdgeClipper.h | 40 void appendCubic(const SkPoint pts[4], bool reverse);
|
D | SkQuadClipper.h | 59 void appendCubic(const SkPoint pts[4], bool reverse);
|
D | SkEdgeClipper.cpp | 393 this->appendCubic(tmp, reverse); in clipMonoCubic() 401 this->appendCubic(pts, reverse); in clipMonoCubic() 460 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic() function in SkEdgeClipper
|