Home
last modified time | relevance | path

Searched refs:vIndex (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp415 for (int vIndex = 1; vIndex <= SkPathOpsVerbToPoints(fVerb); ++vIndex) { in debugShowActiveSpans() local
416 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowActiveSpans()
443 for (int vIndex = 1; vIndex <= SkPathOpsVerbToPoints(fVerb); ++vIndex) { in debugShowNewWinding() local
444 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowNewWinding()
464 for (int vIndex = 1; vIndex <= SkPathOpsVerbToPoints(fVerb); ++vIndex) { in debugShowNewWinding() local
465 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowNewWinding()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp415 for (int vIndex = 1; vIndex <= SkPathOpsVerbToPoints(fVerb); ++vIndex) { in debugShowActiveSpans() local
416 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowActiveSpans()
443 for (int vIndex = 1; vIndex <= SkPathOpsVerbToPoints(fVerb); ++vIndex) { in debugShowNewWinding() local
444 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowNewWinding()
464 for (int vIndex = 1; vIndex <= SkPathOpsVerbToPoints(fVerb); ++vIndex) { in debugShowNewWinding() local
465 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowNewWinding()
/external/icu/icu4c/source/layout/
DHangulLayoutEngine.cpp114 le_int32 vIndex = vowel - VJMO_FIRST; in compose() local
118 if ((lIndex < 0 || lIndex >= LJMO_COUNT ) || (vIndex < 0 || vIndex >= VJMO_COUNT)) { in compose()
127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST); in compose()
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c2608 pANTLR3_UINT32 vIndex; in sortVector() local
2642 vIndex = ANTLR3_MALLOC(topo->limit * sizeof(ANTLR3_UINT32)); in sortVector()
2648 vIndex[i] = i; in sortVector()
2663 if (vIndex[topo->sorted[i]] == i) in sortVector()
2673 ind = vIndex[topo->sorted[i]]; in sortVector()
2681 vIndex[topo->sorted[i]] = i; in sortVector()
2682 vIndex[i] = ind; in sortVector()
2687 ANTLR3_FREE(vIndex); in sortVector()
/external/skia/experimental/Intersection/
DSimplify.cpp4216 for (int vIndex = 1; vIndex <= fVerb; ++vIndex) { in debugShowActiveSpans() local
4217 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowActiveSpans()
4279 for (int vIndex = 1; vIndex <= fVerb; ++vIndex) { in debugShowNewWinding() local
4280 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowNewWinding()
4299 for (int vIndex = 1; vIndex <= fVerb; ++vIndex) { in debugShowNewWinding() local
4300 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowNewWinding()
/external/chromium_org/third_party/skia/experimental/Intersection/
DSimplify.cpp4216 for (int vIndex = 1; vIndex <= fVerb; ++vIndex) { in debugShowActiveSpans() local
4217 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowActiveSpans()
4279 for (int vIndex = 1; vIndex <= fVerb; ++vIndex) { in debugShowNewWinding() local
4280 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowNewWinding()
4299 for (int vIndex = 1; vIndex <= fVerb; ++vIndex) { in debugShowNewWinding() local
4300 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowNewWinding()