OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cubicEndPoints
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkLineParameters.h
27
void
cubicEndPoints
(const SkDCubic& pts) {
29
cubicEndPoints
(pts, 0, endIndex);
34
cubicEndPoints
(pts, 0, ++endIndex);
40
cubicEndPoints
(pts, 0, ++endIndex); // line
65
void
cubicEndPoints
(const SkDCubic& pts, int s, int e) {
72
cubicEndPoints
(part);
/external/skia/src/pathops/
SkLineParameters.h
27
void
cubicEndPoints
(const SkDCubic& pts) {
29
cubicEndPoints
(pts, 0, endIndex);
34
cubicEndPoints
(pts, 0, ++endIndex);
40
cubicEndPoints
(pts, 0, ++endIndex); // line
65
void
cubicEndPoints
(const SkDCubic& pts, int s, int e) {
72
cubicEndPoints
(part);
Completed in 29 milliseconds