Searched refs:chIndex (Results 1 – 9 of 9) 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()
562 UCHAR *chIndex, in getImplicitAudioChannelTypeAndIndex() argument567 *chIndex = index; in getImplicitAudioChannelTypeAndIndex()577 *chIndex = index - 3; in getImplicitAudioChannelTypeAndIndex()581 *chIndex = 0; in getImplicitAudioChannelTypeAndIndex()590 *chIndex = index; in getImplicitAudioChannelTypeAndIndex()595 *chIndex = index - 5; in getImplicitAudioChannelTypeAndIndex()599 *chIndex = 0; in getImplicitAudioChannelTypeAndIndex()606 *chIndex = index - 3; in getImplicitAudioChannelTypeAndIndex()609 *chIndex = 0; in getImplicitAudioChannelTypeAndIndex()615 *chIndex = index - 3; in getImplicitAudioChannelTypeAndIndex()[all …]
164 for (int chIndex = 0; chIndex < 6; chIndex++) { in FindNamedColor() local
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()
244 UCHAR chIndex[], const UINT chDescrLen,287 UCHAR chIndex[]);
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()
399 UCHAR chIndex, UCHAR numChInGrp) { in getSpeakerPos() argument412 FDK_ASSERT(chIndex < numChInGrp); in getSpeakerPos()415 if (chIndex == 0) fIsCenter = 1; in getSpeakerPos()416 chIndex = (UCHAR)fMax(0, chIndex - 1); in getSpeakerPos()417 } else if (fHasCenter && (chIndex == numChInGrp - 1)) { in getSpeakerPos()422 offset = chIndex >> 1; in getSpeakerPos()427 if ((chIndex & 0x1) == 0) { /* even */ in getSpeakerPos()