Searched refs:lIndex (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp175 for (int lIndex = 0; lIndex < 2; lIndex++) {
176 if (cubic[cIndex] == line[lIndex]) {
177 intersections.insert(cIndex >> 1, lIndex, line[lIndex]);
H A DLineQuadraticIntersection.cpp210 for (int lIndex = 0; lIndex < 2; lIndex++) {
211 if (quad[qIndex] == line[lIndex]) {
212 intersections.insert(qIndex >> 1, lIndex, line[lIndex]);
/external/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp175 for (int lIndex = 0; lIndex < 2; lIndex++) {
176 if (cubic[cIndex] == line[lIndex]) {
177 intersections.insert(cIndex >> 1, lIndex, line[lIndex]);
H A DLineQuadraticIntersection.cpp210 for (int lIndex = 0; lIndex < 2; lIndex++) {
211 if (quad[qIndex] == line[lIndex]) {
212 intersections.insert(qIndex >> 1, lIndex, line[lIndex]);
/external/chromium_org/third_party/icu/source/i18n/
H A Dbmsearch.cpp675 int32_t lIndex = 0; local
685 for (lIndex = 0; ; lIndex += 1) {
686 const CEI *cei = target->prevCE(lIndex);
692 while (lIndex >= 0 && target->prevCE(lIndex)->highOffset == high) {
693 lIndex -= 1;
706 lIndex = 0;
709 tIndex = ++lIndex;
749 const CEI lastCEI = *target->prevCE(lIndex);
[all...]
/external/icu/icu4c/source/layout/
H A DHangulLayoutEngine.cpp113 le_int32 lIndex = lead - LJMO_FIRST; local
118 if ((lIndex < 0 || lIndex >= LJMO_COUNT ) || (vIndex < 0 || vIndex >= VJMO_COUNT)) {
127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dmct.c326 OPJ_UINT32 i,j,lIndex; local
333 lIndex = i;
336 lCurrentValue = lMatrix[lIndex];
337 lIndex += pNbComps;

Completed in 253 milliseconds