Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMaskGamma.cpp76 void SkTMaskGamma_build_correcting_lut(uint8_t table[256], U8CPU srcI, SkScalar contrast, in SkTMaskGamma_build_correcting_lut() argument
79 const float src = (float)srcI / 255.0f; in SkTMaskGamma_build_correcting_lut()
DSkMaskGamma.h80 void SkTMaskGamma_build_correcting_lut(uint8_t table[256], U8CPU srcI, SkScalar contrast,
/external/skqp/src/core/
DSkMaskGamma.cpp76 void SkTMaskGamma_build_correcting_lut(uint8_t table[256], U8CPU srcI, SkScalar contrast, in SkTMaskGamma_build_correcting_lut() argument
79 const float src = (float)srcI / 255.0f; in SkTMaskGamma_build_correcting_lut()
DSkMaskGamma.h80 void SkTMaskGamma_build_correcting_lut(uint8_t table[256], U8CPU srcI, SkScalar contrast,
/external/icu/icu4c/source/common/
Ddictbe.cpp1173 for (int32_t srcI = 0; srcI < inString.length();) { // Once per normalization chunk in divideUpDictionaryRange() local
1175 int32_t fragmentStartI = srcI; in divideUpDictionaryRange()
1176 UChar32 c = inString.char32At(srcI); in divideUpDictionaryRange()
1179 srcI = inString.moveIndex32(srcI, 1); in divideUpDictionaryRange()
1180 if (srcI == inString.length()) { in divideUpDictionaryRange()
1183 c = inString.char32At(srcI); in divideUpDictionaryRange()