OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_bpp
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzGL.m
72
else if ( colorBits !=
device_bpp
) {
74
colorBits =
device_bpp
;
SDL_QuartzWindow.m
148
SDL_VideoSurface->pixels = (Uint8 *)SDL_VideoSurface->pixels + (vOffset * SDL_VideoSurface->pitch) + hOffset * (
device_bpp
/8);
SDL_QuartzVideo.h
138
#define
device_bpp
(this->hidden->bpp)
macro
SDL_QuartzVideo.m
192
kCFNumberSInt32Type, &
device_bpp
);
205
video_format->BitsPerPixel =
device_bpp
;
868
bpp =
device_bpp
;
[
all
...]
Completed in 255 milliseconds