Searched refs:sourceVal (Results 1 – 2 of 2) sorted by relevance
185 uint8_t sourceVal = source[x]; in LoadL8ToRGBA8() local186 dest[4 * x + 0] = sourceVal; in LoadL8ToRGBA8()187 dest[4 * x + 1] = sourceVal; in LoadL8ToRGBA8()188 dest[4 * x + 2] = sourceVal; in LoadL8ToRGBA8()
613 UChar sourceVal; in UCharsToEscapedAscii() member646 for(j=0;j<ESCAPE_MAP_LENGTH && uc!=ESCAPE_MAP[j].sourceVal;j++) { in UCharsToEscapedAscii()