Searched refs:appendCubic (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkEdgeClipper.h | 46 void appendCubic(const SkPoint pts[4], bool reverse);
|
D | SkQuadClipper.h | 58 void appendCubic(const SkPoint pts[4], bool reverse);
|
D | SkEdgeClipper.cpp | 391 this->appendCubic(tmp, reverse); in clipMonoCubic() 394 this->appendCubic(pts, reverse); in clipMonoCubic() 486 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic() function in SkEdgeClipper
|
/third_party/skia/src/core/ |
D | SkQuadClipper.h | 58 void appendCubic(const SkPoint pts[4], bool reverse);
|
D | SkEdgeClipper.h | 53 void appendCubic(const SkPoint pts[4], bool reverse);
|
D | SkEdgeClipper.cpp | 393 this->appendCubic(tmp, reverse); in clipMonoCubic() 396 this->appendCubic(pts, reverse); in clipMonoCubic() 488 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic() function in SkEdgeClipper
|