Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkParseColor.cpp194 for (int chIndex = 0; chIndex < 6; chIndex++) { in CreateTable() local
378 for (int chIndex = 0; chIndex < 6; chIndex++) { in FindNamedColor() local
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp492 UCHAR *chIndex, in getImplicitAudioChannelTypeAndIndex() argument
499 *chIndex = index; in getImplicitAudioChannelTypeAndIndex()
509 *chIndex = index - 3; in getImplicitAudioChannelTypeAndIndex()
513 *chIndex = 0; in getImplicitAudioChannelTypeAndIndex()
522 *chIndex = index; in getImplicitAudioChannelTypeAndIndex()
527 *chIndex = index - 5; in getImplicitAudioChannelTypeAndIndex()
531 *chIndex = 0; in getImplicitAudioChannelTypeAndIndex()
538 *chIndex = index - 3; in getImplicitAudioChannelTypeAndIndex()
541 *chIndex = 0; in getImplicitAudioChannelTypeAndIndex()
547 *chIndex = index - 3; in getImplicitAudioChannelTypeAndIndex()
[all …]
/external/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()
/external/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()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h236 UCHAR chIndex[],