OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp
52
int
rootCount
= SkReducedQuarticRoots(t4, t3, t2, t1, t0, oneHint, roots);
53
if (
rootCount
< 0) {
54
rootCount
= SkQuarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots);
57
for (int index = 0; index <
rootCount
; ++index) {
61
return
rootCount
;
467
int
rootCount
= findRoots(i2, q1, roots1, useCubic, flip1, 0);
470
int r1Count = addValidRoots(roots1,
rootCount
, roots1Copy);
/external/skia/src/pathops/
SkDQuadIntersection.cpp
52
int
rootCount
= SkReducedQuarticRoots(t4, t3, t2, t1, t0, oneHint, roots);
53
if (
rootCount
< 0) {
54
rootCount
= SkQuarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots);
57
for (int index = 0; index <
rootCount
; ++index) {
61
return
rootCount
;
467
int
rootCount
= findRoots(i2, q1, roots1, useCubic, flip1, 0);
470
int r1Count = addValidRoots(roots1,
rootCount
, roots1Copy);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
Completed in 32 milliseconds