Home | History | Annotate | Download | only in letest

Lines Matching refs:ix

906                     le_int32 ix = glyphToCharMap[i];
908 if (ix != charIndex) {
909 if (ix != charIndex - 1) {
911 i, lineNumber, charIndex, ix);
929 le_int32 ix = glyphToCharMap[i];
931 if (ix > maxIndex) {
932 maxIndex = ix;
935 if (ix < minIndex) {
936 minIndex = ix;