/third_party/mesa3d/src/util/ |
H A D | texcompress_rgtc_tmp.h | 82 TYPE i, j, aindex, acutValues[7]; in encode_rgtc_ubyte() local 134 for (aindex = 0; aindex < 7; aindex++) { in encode_rgtc_ubyte() 136 acutValues[aindex] = (alphause[0] * (2*aindex + 1) + alphause[1] * (14 - (2*aindex + 1))) / 14; in encode_rgtc_ubyte() 203 for (aindex = 0; aindex < 5; aindex in encode_rgtc_ubyte() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdppm.c | 175 register int aindex = alpha_index[cinfo->in_color_space]; in METHODDEF() local 180 if (aindex >= 0) in METHODDEF() 182 ptr[aindex] = 0xFF;) in METHODDEF() 186 if (aindex >= 0) in METHODDEF() 188 ptr[aindex] = 0xFF;) in METHODDEF() 249 register int aindex = alpha_index[cinfo->in_color_space]; in METHODDEF() local 254 if (aindex >= 0) in METHODDEF() 256 ptr[aindex] = 0xFF;) in METHODDEF() 260 if (aindex >= 0) in METHODDEF() 262 ptr[aindex] in METHODDEF() 339 register int aindex = alpha_index[cinfo->in_color_space]; METHODDEF() local 407 register int aindex = alpha_index[cinfo->in_color_space]; METHODDEF() local 521 register int aindex = alpha_index[cinfo->in_color_space]; METHODDEF() local [all...] |
H A D | rdbmp.c | 190 register int aindex = alpha_index[cinfo->in_color_space]; in METHODDEF() local 193 if (aindex >= 0) { in METHODDEF() 201 outptr[aindex] = 0xFF; in METHODDEF() 259 register int aindex = alpha_index[cinfo->in_color_space]; in METHODDEF() local 262 if (aindex >= 0) { in METHODDEF() 267 outptr[aindex] = 0xFF; in METHODDEF() 324 register int aindex = alpha_index[cinfo->in_color_space]; in METHODDEF() local 327 if (aindex >= 0) { in METHODDEF() 332 outptr[aindex] = *inptr++; in METHODDEF()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_s3tc_tmp.h | 577 GLubyte i, j, aindex, acutValues[7]; in encodedxt5alpha() local 628 for (aindex = 0; aindex < 7; aindex++) { in encodedxt5alpha() 630 acutValues[aindex] = (alphause[0] * (2*aindex + 1) + alphause[1] * (14 - (2*aindex + 1))) / 14; in encodedxt5alpha() 694 for (aindex = 0; aindex < 5; aindex in encodedxt5alpha() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UCharacterUtility.java | 85 * @param aindex array index to start in byte count 90 int strindex, int aindex) in compareNullTermByteSubString() 97 b = array[aindex]; in compareNullTermByteSubString() 98 aindex ++; in compareNullTermByteSubString() 89 compareNullTermByteSubString(String str, byte[] array, int strindex, int aindex) compareNullTermByteSubString() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UCharacterUtility.java | 86 * @param aindex array index to start in byte count 91 int strindex, int aindex) in compareNullTermByteSubString() 98 b = array[aindex]; in compareNullTermByteSubString() 99 aindex ++; in compareNullTermByteSubString() 90 compareNullTermByteSubString(String str, byte[] array, int strindex, int aindex) compareNullTermByteSubString() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | alphaindextst.cpp | 440 AlphabeticIndex aindex(Locale::createFromName("zh"), status); in HackPinyinTest() 447 aindex.addRecord(names[nameCount], &names[nameCount], status); in HackPinyinTest() 453 TEST_ASSERT(nameCount == aindex.getRecordCount(status)); in HackPinyinTest() 461 while (aindex.nextBucket(status)) { in HackPinyinTest() 463 UnicodeString label = aindex.getBucketLabel(); in HackPinyinTest() 468 while (aindex.nextRecord(status)) { in HackPinyinTest() 470 UnicodeString name = aindex.getRecordName(); in HackPinyinTest() 471 if (aindex.getBucketLabelType() != U_ALPHAINDEX_NORMAL) { in HackPinyinTest() 476 // std::cout << aindex.getRecordName().toUTF8String(s) << " "; in HackPinyinTest() 491 AlphabeticIndex aindex(lo in TestBug9009() [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngwrite.c | 1541 int aindex = 0; in png_write_image_16bit() local 1549 aindex = -1; in png_write_image_16bit() 1554 aindex = (int)channels; in png_write_image_16bit() 1556 aindex = (int)channels; in png_write_image_16bit() 1576 png_uint_16 alpha = in_ptr[aindex]; in png_write_image_16bit() 1580 out_ptr[aindex] = alpha; in png_write_image_16bit() 1704 int aindex; in png_write_image_8bit() local 1709 aindex = -1; in png_write_image_8bit() 1716 aindex = (int)channels; in png_write_image_8bit() 1728 png_uint_16 alpha = in_ptr[aindex]; in png_write_image_8bit() [all...] |
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A D | pshrec.c | 650 FT_Int *aindex ) in ps_dimension_add_t1stem() 668 if ( aindex ) in ps_dimension_add_t1stem() 669 *aindex = -1; in ps_dimension_add_t1stem() 706 if ( aindex ) in ps_dimension_add_t1stem() 707 *aindex = (FT_Int)idx; in ps_dimension_add_t1stem()
|
/third_party/ffmpeg/libavcodec/ |
H A D | qdmc.c | 515 int i, j, aindex; in add_noise() local 526 aindex = s->noise[ch][i][current_subframe / 2]; in add_noise() 527 amplitude = aindex > 0 ? amplitude_tab[aindex & 0x3F] : 0.0f; in add_noise()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 2632 Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {} in CZString() argument
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |