OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cubicEndPoints
(Results
1 - 7
of
7
) 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);
SkOpAngle.cpp
327
fTangentPart.
cubicEndPoints
(fCurvePart);
370
splitTan.
cubicEndPoints
(fStart < fEnd ? split.second() : split.first());
SkPathOpsCubic.cpp
80
lineParameters.
cubicEndPoints
(*this, startIndex, endIndex);
/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);
SkOpAngle.cpp
327
fTangentPart.
cubicEndPoints
(fCurvePart);
370
splitTan.
cubicEndPoints
(fStart < fEnd ? split.second() : split.first());
SkPathOpsCubic.cpp
80
lineParameters.
cubicEndPoints
(*this, startIndex, endIndex);
/external/skia/tests/
PathOpsLineParametetersTest.cpp
45
lineParameters.
cubicEndPoints
(cubic, 0, 3);
Completed in 48 milliseconds