Searched refs:lIndex (Results 1 – 7 of 7) sorted by relevance
/external/skia/experimental/Intersection/ |
D | LineCubicIntersection.cpp | 175 for (int lIndex = 0; lIndex < 2; lIndex++) { in addEndPoints() local 176 if (cubic[cIndex] == line[lIndex]) { in addEndPoints() 177 intersections.insert(cIndex >> 1, lIndex, line[lIndex]); in addEndPoints()
|
D | LineQuadraticIntersection.cpp | 210 for (int lIndex = 0; lIndex < 2; lIndex++) { in addEndPoints() local 211 if (quad[qIndex] == line[lIndex]) { in addEndPoints() 212 intersections.insert(qIndex >> 1, lIndex, line[lIndex]); in addEndPoints()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | LineCubicIntersection.cpp | 175 for (int lIndex = 0; lIndex < 2; lIndex++) { in addEndPoints() local 176 if (cubic[cIndex] == line[lIndex]) { in addEndPoints() 177 intersections.insert(cIndex >> 1, lIndex, line[lIndex]); in addEndPoints()
|
D | LineQuadraticIntersection.cpp | 210 for (int lIndex = 0; lIndex < 2; lIndex++) { in addEndPoints() local 211 if (quad[qIndex] == line[lIndex]) { in addEndPoints() 212 intersections.insert(qIndex >> 1, lIndex, line[lIndex]); in addEndPoints()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | bmsearch.cpp | 675 int32_t lIndex = 0; in search() local 685 for (lIndex = 0; ; lIndex += 1) { in search() 686 const CEI *cei = target->prevCE(lIndex); in search() 692 while (lIndex >= 0 && target->prevCE(lIndex)->highOffset == high) { in search() 693 lIndex -= 1; in search() 706 lIndex = 0; in search() 709 tIndex = ++lIndex; in search() 749 const CEI lastCEI = *target->prevCE(lIndex); in search()
|
/external/icu/icu4c/source/layout/ |
D | HangulLayoutEngine.cpp | 113 le_int32 lIndex = lead - LJMO_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/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | mct.c | 326 OPJ_UINT32 i,j,lIndex; in opj_calculate_norms() local 333 lIndex = i; in opj_calculate_norms() 336 lCurrentValue = lMatrix[lIndex]; in opj_calculate_norms() 337 lIndex += pNbComps; in opj_calculate_norms()
|