Searched defs:bmask (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestGfxBlit.c | 78 Uint32 rmask, gmask, bmask, amask; in Draw() local
|
A D | TestRotozoom.c | 528 Uint32 bmask = 0x0000ff00; in Draw() local 532 Uint32 bmask = 0x00ff0000; in Draw() local
|
A D | LaplaceRelaxation.c | 130 Uint32 rmask, gmask, bmask, amask; in Draw() local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_tga.c | 96 Uint32 rmask, gmask, bmask, amask; in IMG_LoadTGA_RW() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_surface.c | 44 Uint32 rmask, gmask, bmask, amask; in _surfaceSetUp() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit_A.c | 779 __m64 src1, dst1, src2, dst2, gmask, bmask, mm_res, mm_alpha; in Blit565to565SurfaceAlphaMMX() local 916 __m64 src1, dst1, src2, dst2, rmask, gmask, bmask, mm_res, mm_alpha; in Blit555to555SurfaceAlphaMMX() local
|
A D | SDL_blit_N.c | 147 Uint32 rmask, gmask, bmask, amask; in calc_swizzle32() local
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 457 int rmask, gmask, bmask; in X11_CreateWindow() local 1506 int rmask, gmask, bmask; in X11_SetWindowGammaRamp() local
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdhuff.c | 580 static const int bmask[16] = /* bmask[n] is mask for n rightmost bits */ variable
|
Completed in 21 milliseconds