Searched refs:gX (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/tests/ |
H A D | OnceTest.cpp | 43 static int gX = 0; variable 44 static void inc_gX() { gX++; } in inc_gX() 51 REPORTER_ASSERT(r, 1 == gX); in DEF_TEST()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrule.cpp | 79 static const UChar gX = 0x0078; variable 275 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) { 370 if (firstChar == gZero && lastChar == gX) { 374 else if (firstChar == gX && lastChar == gX) { 378 else if (firstChar == gX && lastChar == gZero) { 664 case kImproperFractionRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break; 665 case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break; 666 case kDefaultRule: result.append(gX) [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfrule.cpp | 79 static const char16_t gX = 0x0078; variable 275 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) { 370 if (firstChar == gZero && lastChar == gX) { 374 else if (firstChar == gX && lastChar == gX) { 378 else if (firstChar == gX && lastChar == gZero) { 664 case kImproperFractionRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break; 665 case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break; 666 case kDefaultRule: result.append(gX) [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrule.cpp | 79 static const UChar gX = 0x0078; variable 275 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) { 370 if (firstChar == gZero && lastChar == gX) { 374 else if (firstChar == gX && lastChar == gX) { 378 else if (firstChar == gX && lastChar == gZero) { 664 case kImproperFractionRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break; 665 case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break; 666 case kDefaultRule: result.append(gX) [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuAstcUtil.cpp | 1282 const deUint32 gX = (scaleX*texelX*(blockMode.weightGridWidth-1) + 32) >> 6; 1284 const deUint32 jX = gX >> 4; 1286 const deUint32 fX = gX & 0xf;
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 7796 API_type rX, gX, bX; in image_transform_png_set_rgb_to_gray_set() local 7800 if ((API_function(pp, pi, &rX, &rY, &rZ, &gX, &gY, &gZ, &bX, &bY, &bZ) in image_transform_png_set_rgb_to_gray_set() 7828 e.green.X = API_cvt(gX); in image_transform_png_set_rgb_to_gray_set()
|
Completed in 22 milliseconds