Home
last modified time | relevance | path

Searched refs:lIndex (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DPathOpsTightBoundsTest.cpp22 for (int lIndex = 0; lIndex < lineCount; ++lIndex) { in testTightBoundsLines() local
67 for (int lIndex = 0; lIndex < lineCount; ++lIndex) { in testTightBoundsQuads() local
/external/icu/icu4c/source/layout/
DHangulLayoutEngine.cpp113 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/third_party/libopenjpeg20/
Dmct.c537 OPJ_UINT32 i,j,lIndex; in opj_calculate_norms() local
544 lIndex = i; in opj_calculate_norms()
547 lCurrentValue = lMatrix[lIndex]; in opj_calculate_norms()
548 lIndex += pNbComps; in opj_calculate_norms()
/external/skia/src/pathops/
DSkPathOpsTSect.h1352 for (int lIndex = 0; lIndex < (int) SK_ARRAY_COUNT(thisLine.fPts); ++lIndex) { in linesIntersect() local
1353 ptMatches += thisRayI.pt(tIndex).approximatelyEqual(thisLine.fPts[lIndex]); in linesIntersect()
1363 for (int lIndex = 0; lIndex < (int) SK_ARRAY_COUNT(thisLine.fPts); ++lIndex) { in linesIntersect() local
1364 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()