OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screen_pal
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.h
34
HPALETTE
screen_pal
;
member in struct:DibInfo
52
#define
screen_pal
(this->hidden->dibInfo->
screen_pal
)
macro
SDL_dibvideo.c
318
screen_pal
= CreatePalette(palette);
796
if (
screen_pal
!= NULL ) {
799
DeleteObject(
screen_pal
);
800
screen_pal
= NULL;
912
if (
screen_pal
&& (flags & (SDL_FULLSCREEN|SDL_HWPALETTE)) ) {
915
if (
screen_pal
) {
965
if (
screen_pal
) {
966
SelectPalette(hdc,
screen_pal
, FALSE);
1027
if (
screen_pal
) {
1053
UnrealizeObject(
screen_pal
);
[
all
...]
Completed in 46 milliseconds