OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idx2
(Results
1 - 25
of
43
) sorted by null
1
2
/external/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp
86
for (int
idx2
= 0;
idx2
< quadCubicTests[index].answerCount; ++
idx2
) {
87
found |= quadCubicTests[index].answers[
idx2
].approximatelyEqual(xy1);
PathOpsCubicIntersectionTest.cpp
558
int
idx2
;
local
561
for (
idx2
= 0;
idx2
< ts; ++
idx2
) {
562
SkDebugf("%s max[%d]=%1.9g (%1.9g, %1.9g)\n", __FUNCTION__,
idx2
,
563
max[
idx2
], cubic.ptAtT(max[
idx2
]).fX, cubic.ptAtT(max[
idx2
]).fY);
568
for (
idx2
= 0;
idx2
< ts1.count(); ++idx2)
[
all
...]
PathOpsCubicToQuadsTest.cpp
75
for (int
idx2
= 0;
idx2
< 2; ++
idx2
) {
76
const SkDCubic& cubic = cubics[index][
idx2
];
83
SkDebugf("[%d][%d] unmatched start\n", static_cast<int>(index),
idx2
);
89
SkDebugf("[%d][%d] unmatched end\n", static_cast<int>(index),
idx2
);