Home
last modified time | relevance | path

Searched refs:chIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DScan.h137 size_t chIndex = currentChar; in unget() local
138 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()
/third_party/skia/tests/
DPathOpsConicIntersectionTest.cpp79 for (int chIndex = 0; chIndex < 2; ++chIndex) { in writePng() local
80 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()
/third_party/icu/icu4c/source/layoutex/
DParagraphLayout.cpp501 le_int32 chIndex; in ParagraphLayout() local
502 for (chIndex = 0; chIndex <= fCharCount; chIndex += 1) { in ParagraphLayout()
503 fCharToMinGlyphMap[chIndex] = -1; in ParagraphLayout()
504 fCharToMaxGlyphMap[chIndex] = -1; in ParagraphLayout()