OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rgbmask
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_N.c
555
Uint32
rgbmask
= srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask;
local
578
ckey &=
rgbmask
;
581
((unsigned int *)(char*)&vrgbmask)[0] =
rgbmask
;
592
if ( (Pixel &
rgbmask
) != ckey ) { \
2108
Uint32
rgbmask
= ~srcfmt->Amask;
local
2167
Uint32
rgbmask
= ~info->src->Amask;
local
2203
Uint32
rgbmask
= ~srcfmt->Amask;
local
2241
Uint32
rgbmask
= ~srcfmt->Amask;
local
[
all
...]
SDL_RLEaccel.c
1652
Uint32 ckey,
rgbmask
;
local
[
all
...]
SDL_blit_A.c
950
Uint32
rgbmask
= srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask
local
[
all
...]
Completed in 47 milliseconds