Searched defs:cubicEndPoints (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkLineParameters.h26 void cubicEndPoints(const SkDCubic& pts) { function in class:SkLineParameters
27 cubicEndPoints(pts, 0, 1);
29 cubicEndPoints(pts, 0, 2);
31 cubicEndPoints(pts, 0, 3);
36 void cubicEndPoints(const SkDCubic& pts, int s, int e) { function in class:SkLineParameters
/external/skia/src/pathops/
H A DSkLineParameters.h26 void cubicEndPoints(const SkDCubic& pts) { function in class:SkLineParameters
27 cubicEndPoints(pts, 0, 1);
29 cubicEndPoints(pts, 0, 2);
31 cubicEndPoints(pts, 0, 3);
36 void cubicEndPoints(const SkDCubic& pts, int s, int e) { function in class:SkLineParameters

Completed in 114 milliseconds