Home
last modified time | relevance | path

Searched refs:amask (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestGfxBlit.c78 Uint32 rmask, gmask, bmask, amask; in Draw() local
88 amask = 0x000000ff; in Draw()
93 amask = 0xff000000; in Draw()
98 … SDL_DisplayFormatAlpha(SDL_CreateRGBSurface(SDL_SWSURFACE, s, s, 32, rmask, gmask, bmask, amask)); in Draw()
110 …_DisplayFormatAlpha(SDL_CreateRGBSurface(SDL_SWSURFACE, 256, 256, 32, rmask, gmask, bmask, amask)); in Draw()
117 …_DisplayFormatAlpha(SDL_CreateRGBSurface(SDL_SWSURFACE, 256, 256, 32, rmask, gmask, bmask, amask)); in Draw()
A DLaplaceRelaxation.c130 Uint32 rmask, gmask, bmask, amask; in Draw() local
156 amask = 0x000000ff; in Draw()
161 amask = 0xff000000; in Draw()
236 rmask, gmask, bmask, amask); in Draw()
A DTestRotozoom.c529 Uint32 amask = 0x000000ff; in Draw() local
531 Uint32 amask = 0xff000000; in Draw() local
703 …gain = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, rmask, gmask, bmask, amask); in Draw()
726 …picture_again = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, amask, bmask, gmas… in Draw()
774 …gain = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, rmask, gmask, bmask, amask); in Draw()
842 …gain = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, rmask, gmask, bmask, amask); in Draw()
893 …gain = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, rmask, gmask, bmask, amask); in Draw()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_tga.c96 Uint32 rmask, gmask, bmask, amask; in IMG_LoadTGA_RW() local
147 rmask = gmask = bmask = amask = 0; in IMG_LoadTGA_RW()
171 amask = 0x000000ff >> s; in IMG_LoadTGA_RW()
177 amask = alpha ? 0xff000000 : 0; in IMG_LoadTGA_RW()
199 rmask, gmask, bmask, amask); in IMG_LoadTGA_RW()
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_surface.c44 Uint32 rmask, gmask, bmask, amask; in _surfaceSetUp() local
49 amask = 0x000000ff; in _surfaceSetUp()
54 amask = 0xff000000; in _surfaceSetUp()
58 …GBSurface(SDL_SWSURFACE, referenceSurface->w, referenceSurface->h, 32, rmask, gmask, bmask, amask); in _surfaceSetUp()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshrec.c256 PS_Mask *amask ) in ps_mask_table_alloc() argument
279 *amask = mask; in ps_mask_table_alloc()
288 PS_Mask *amask ) in ps_mask_table_last() argument
306 *amask = mask; in ps_mask_table_last()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_A.c339 Uint32 amask = sf->Amask; in BlitRGBtoRGBPixelAlphaMMX() local
353 Uint32 alpha = *srcp & amask; in BlitRGBtoRGBPixelAlphaMMX()
356 } else if (alpha == amask) { in BlitRGBtoRGBPixelAlphaMMX()
590 Uint32 amask = sf->Amask; in BlitRGBtoRGBPixelAlphaMMX3DNOW() local
609 alpha = *srcp & amask; in BlitRGBtoRGBPixelAlphaMMX3DNOW()
612 } else if (alpha == amask) { in BlitRGBtoRGBPixelAlphaMMX3DNOW()
A DSDL_blit_N.c147 Uint32 rmask, gmask, bmask, amask; in calc_swizzle32() local
163 amask = in calc_swizzle32()
167 amask = in calc_swizzle32()
173 ((unsigned int *) (char *) &srcvec)[0] = (rmask | gmask | bmask | amask); in calc_swizzle32()

Completed in 29 milliseconds