Searched refs:lIndex (Results 1 – 4 of 4) sorted by relevance
22 for (int lIndex = 0; lIndex < lineCount; ++lIndex) { in testTightBoundsLines() local67 for (int lIndex = 0; lIndex < lineCount; ++lIndex) { in testTightBoundsQuads() local
113 le_int32 lIndex = lead - LJMO_FIRST; in compose() local118 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()
537 OPJ_UINT32 i,j,lIndex; in opj_calculate_norms() local544 lIndex = i; in opj_calculate_norms()547 lCurrentValue = lMatrix[lIndex]; in opj_calculate_norms()548 lIndex += pNbComps; in opj_calculate_norms()
1352 for (int lIndex = 0; lIndex < (int) SK_ARRAY_COUNT(thisLine.fPts); ++lIndex) { in linesIntersect() local1353 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() local1364 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()