OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useCubic
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp
465
bool
useCubic
= q1[0] == q2[0];
467
int rootCount = findRoots(i2, q1, roots1,
useCubic
, flip1, 0);
476
int rootCount2 = findRoots(i1, q2, roots2,
useCubic
, flip2, 0);
/external/skia/src/pathops/
SkDQuadIntersection.cpp
465
bool
useCubic
= q1[0] == q2[0];
467
int rootCount = findRoots(i2, q1, roots1,
useCubic
, flip1, 0);
476
int rootCount2 = findRoots(i1, q2, roots2,
useCubic
, flip2, 0);
Completed in 203 milliseconds