OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cubicEndPoints
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkLineParameters.h
31
bool
cubicEndPoints
(const SkDCubic& pts) {
33
cubicEndPoints
(pts, 0, endIndex);
38
cubicEndPoints
(pts, 0, ++endIndex);
44
cubicEndPoints
(pts, 0, ++endIndex); // line
71
void
cubicEndPoints
(const SkDCubic& pts, int s, int e) {
78
cubicEndPoints
(part);
SkPathOpsCubic.cpp
129
lineParameters.
cubicEndPoints
(*this, startIndex, endIndex);
SkOpAngle.cpp
[
all
...]
/external/chromium_org/third_party/skia/experimental/Intersection/
LineParameters.h
24
void
cubicEndPoints
(const Cubic& pts) {
25
cubicEndPoints
(pts, 0, 3);
28
void
cubicEndPoints
(const Cubic& pts, int s, int e) {
LineParameteters_Test.cpp
46
lineParameters.
cubicEndPoints
(cubic);
CubicBezierClip.cpp
21
endLine.
cubicEndPoints
(cubic1);
CubicReduceOrder.cpp
160
lineParameters.
cubicEndPoints
(cubic, startIndex, endIndex);
Simplify.cpp
891
fTangent1.
cubicEndPoints
(fCurvePart, 0, 1);
893
fTangent1.
cubicEndPoints
(fCurvePart, 0, 2);
896
fTangent1.
cubicEndPoints
(fCurvePart, 0, 3);
[
all
...]
/external/chromium_org/third_party/skia/tests/
PathOpsLineParametetersTest.cpp
45
lineParameters.
cubicEndPoints
(cubic, 0, 3);
Completed in 761 milliseconds