/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11modes.c | 531 int screen_h; local 538 screen_h = DisplayHeight(SDL_Display, SDL_Screen); 585 if ( screen_w > w || screen_h > h) { 591 SDL_modelist[n]->h = screen_h; 707 if ( (screen_w * screen_h) >= (w * h) ) { 708 if ( (screen_w != w) || (screen_h != h) ) { 714 SDL_modelist[n]->h = screen_h; 719 screen_h = 0; 854 SDL_modelist[n]->h = screen_h; 936 int screen_h; local 994 int screen_h; local [all...] |
SDL_x11wm.c | 404 is_window_visible(_THIS, int screen_x, int screen_y, int screen_w, int screen_h ) 414 y >= screen_y && y + attr.height <= screen_y + screen_h ); 421 int screen_w, screen_h; local 426 screen_h = attr.height; 453 if ( is_window_visible( this, 0, 0, screen_w, screen_h ) ) { 460 (screen_h - this->screen->h)/2 );
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_copybit.cpp | 344 int32_t screen_h = displayFrame.bottom - displayFrame.top; local 358 screen_w = screen_h; 359 screen_h = tmp; 363 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) { 371 float dtdy = (float)screen_h/src_crop_height; 391 copybitsMinScale=%f,screen_w=%d,screen_h=%d \ 393 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_copybit.cpp | 367 int32_t screen_h = displayFrame.bottom - displayFrame.top; local 381 screen_w = screen_h; 382 screen_h = tmp; 386 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) { 394 float dtdy = (float)screen_h/src_crop_height; 415 copybitsMinScale=%f,screen_w=%d,screen_h=%d \ 417 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_copybit.cpp | 344 int32_t screen_h = displayFrame.bottom - displayFrame.top; local 358 screen_w = screen_h; 359 screen_h = tmp; 363 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) { 371 float dtdy = (float)screen_h/src_crop_height; 391 copybitsMinScale=%f,screen_w=%d,screen_h=%d \ 393 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
|
/external/qemu/android/skin/ |
window.c | 1207 int screen_w, screen_h; local [all...] |