Searched refs:chIndex (Results 1 – 3 of 3) sorted by relevance
137 size_t chIndex = currentChar; in unget() local138 while (chIndex > 0) { in unget()139 if (sources[currentSource][chIndex] == '\n') { in unget()142 --chIndex; in unget()144 logicalSourceLoc.column = (int)(currentChar - chIndex); in unget()145 loc[currentSource].column = (int)(currentChar - chIndex); in unget()
79 for (int chIndex = 0; chIndex < 2; ++chIndex) { in writePng() local80 chopped[chIndex].fPts[index].fX = ch[chIndex].fPts[index].fX * scale; in writePng()81 chopped[chIndex].fPts[index].fY = ch[chIndex].fPts[index].fY * scale; in writePng()
501 le_int32 chIndex; in ParagraphLayout() local502 for (chIndex = 0; chIndex <= fCharCount; chIndex += 1) { in ParagraphLayout()503 fCharToMinGlyphMap[chIndex] = -1; in ParagraphLayout()504 fCharToMaxGlyphMap[chIndex] = -1; in ParagraphLayout()