Searched refs:fTIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp1471 if (insertedAt + 1 < fTIndex) {
1472 SkASSERT(insertedAt + 2 == fTIndex);
1473 --fTIndex;
1479 SkASSERT(fTIndex <= fTs->count() - fExplicitTs);
1480 return ++fTIndex <= fTs->count() - fExplicitTs;
1499 fTIndex = fTs->count() + 1;
1546 int add = (fTIndex <= fTs->count() - fExplicitTs) - 1;
1547 double tAbove = t(fTIndex + add);
1548 double tBelow = t(fTIndex - ~add);
1550 // for the fTIndex, do
1835 int fTIndex; member in class:OutEdgeBuilder
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp1471 if (insertedAt + 1 < fTIndex) {
1472 SkASSERT(insertedAt + 2 == fTIndex);
1473 --fTIndex;
1479 SkASSERT(fTIndex <= fTs->count() - fExplicitTs);
1480 return ++fTIndex <= fTs->count() - fExplicitTs;
1499 fTIndex = fTs->count() + 1;
1546 int add = (fTIndex <= fTs->count() - fExplicitTs) - 1;
1547 double tAbove = t(fTIndex + add);
1548 double tBelow = t(fTIndex - ~add);
1550 // for the fTIndex, do
1835 int fTIndex; member in class:OutEdgeBuilder
[all...]

Completed in 824 milliseconds