OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quadPart
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection.cpp
30
static int
quadPart
(const Cubic& cubic, double tStart, double tEnd, Quadratic& simple) {
96
int o1 =
quadPart
(cubic1, t1Start, t1, s1);
107
int o2 =
quadPart
(cubic2, t2Start, t2, s2);
/external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp
28
static int
quadPart
(const SkDCubic& cubic, double tStart, double tEnd, SkReduceOrder* reducer) {
92
int o1 =
quadPart
(cubic1, t1Start, t1, &s1);
103
int o2 =
quadPart
(cubic2, t2Start, t2, &s2);
SkLineParameters.h
116
double
quadPart
(const SkDQuad& part) {
Completed in 49 milliseconds