/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_compression_astc_decode_mode.txt | 217 uint32_t rshift, gshift, bshift, expo; 221 expo = rshift = gshift = bshift = Xm; 228 bshift = Rex - Bex + 2; 235 bshift = Gex - Bex + 2; 242 bshift = 2; 250 Bm = (Bm >> bshift) & 0x1FF;
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_compression_astc_decode_mode.txt | 217 uint32_t rshift, gshift, bshift, expo; 221 expo = rshift = gshift = bshift = Xm; 228 bshift = Rex - Bex + 2; 235 bshift = Gex - Bex + 2; 242 bshift = 2; 250 Bm = (Bm >> bshift) & 0x1FF;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11window.c | 427 int rshift, gshift, bshift; in X11_CreateWindow() local 462 bshift = 0; in X11_CreateWindow() 465 bshift++; in X11_CreateWindow() 480 (rbits << rshift) | (gbits << gshift) | (bbits << bshift); in X11_CreateWindow() 1414 int rshift, gshift, bshift; in X11_SetWindowGammaRamp() local 1441 bshift = 0; in X11_SetWindowGammaRamp() 1444 bshift++; in X11_SetWindowGammaRamp() 1453 Uint32 pix = (rbits << rshift) | (gbits << gshift) | (bbits << bshift); in X11_SetWindowGammaRamp()
|
/third_party/libjpeg-turbo/java/ |
D | TJUnitTest.java | 218 int bshift = TJ.getBlueOffset(pf) * 8; in initIntBuf() local 233 buf[index] |= (255 << bshift); in initIntBuf() 427 int bshift = TJ.getBlueOffset(pf) * 8; in checkIntBuf() local 442 int b = (buf[index] >> bshift) & 0xFF; in checkIntBuf() 488 int b = (buf[pitch * row + col] >> bshift) & 0xFF; in checkIntBuf()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/ |
D | TJUnitTest.java | 218 int bshift = TJ.getBlueOffset(pf) * 8; in initIntBuf() local 233 buf[index] |= (255 << bshift); in initIntBuf() 427 int bshift = TJ.getBlueOffset(pf) * 8; in checkIntBuf() local 442 int b = (buf[index] >> bshift) & 0xFF; in checkIntBuf() 488 int b = (buf[pitch * row + col] >> bshift) & 0xFF; in checkIntBuf()
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xmesaP.h | 93 GLint rshift, gshift, bshift;/* Pixel color component shifts */ member
|
D | xm_api.c | 449 v->bshift = 0; in setup_truecolor() 452 v->bshift++; in setup_truecolor() 488 v->BtoPixel[i] = (b >> (8-bBits)) << v->bshift; in setup_truecolor()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | decNumber.cpp | 6384 const Unit *b, Int blength, Int bshift, argument 6403 if (bshift!=0) { /* B is shifted; low As copy across */ 6404 minC+=bshift; 6406 if (a==c && bshift<=alength) { 6407 c+=bshift; 6408 a+=bshift; 6410 else for (; c<clsu+bshift; a++, c++) { /* copy needed */
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | decNumber.cpp | 6384 const Unit *b, Int blength, Int bshift, argument 6403 if (bshift!=0) { /* B is shifted; low As copy across */ 6404 minC+=bshift; 6406 if (a==c && bshift<=alength) { 6407 c+=bshift; 6408 a+=bshift; 6410 else for (; c<clsu+bshift; a++, c++) { /* copy needed */
|
/third_party/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 6384 const Unit *b, Int blength, Int bshift, argument 6403 if (bshift!=0) { /* B is shifted; low As copy across */ 6404 minC+=bshift; 6406 if (a==c && bshift<=alength) { 6407 c+=bshift; 6408 a+=bshift; 6410 else for (; c<clsu+bshift; a++, c++) { /* copy needed */
|
/third_party/node/deps/icu-small/source/i18n/ |
D | decNumber.cpp | 6384 const Unit *b, Int blength, Int bshift, argument 6403 if (bshift!=0) { /* B is shifted; low As copy across */ 6404 minC+=bshift; 6406 if (a==c && bshift<=alength) { 6407 c+=bshift; 6408 a+=bshift; 6410 else for (; c<clsu+bshift; a++, c++) { /* copy needed */
|