Home
last modified time | relevance | path

Searched refs:bshift (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_compression_astc_decode_mode.txt217 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/
DEXT_texture_compression_astc_decode_mode.txt217 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/
DSDL_x11window.c427 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/
DTJUnitTest.java218 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/
DTJUnitTest.java218 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/
DxmesaP.h93 GLint rshift, gshift, bshift;/* Pixel color component shifts */ member
Dxm_api.c449 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/
DdecNumber.cpp6384 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/
DdecNumber.cpp6384 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/
DdecNumber.cpp6384 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/
DdecNumber.cpp6384 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 */