HomeSort by relevance Sort by last modified time
    Searched refs:screen_w (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 530 int screen_w; local
537 screen_w = DisplayWidth(SDL_Display, SDL_Screen);
585 if ( screen_w > w || screen_h > h) {
590 SDL_modelist[n]->w = screen_w;
707 if ( (screen_w * screen_h) >= (w * h) ) {
708 if ( (screen_w != w) || (screen_h != h) ) {
713 SDL_modelist[n]->w = screen_w;
718 screen_w = 0;
853 SDL_modelist[n]->w = screen_w;
935 int screen_w; local
993 int screen_w; local
    [all...]
SDL_x11wm.c 404 is_window_visible(_THIS, int screen_x, int screen_y, int screen_w, int screen_h )
413 return ( x >= screen_x && x + attr.width <= screen_x + screen_w &&
421 int screen_w, screen_h; local
425 screen_w = attr.width;
453 if ( is_window_visible( this, 0, 0, screen_w, screen_h ) ) {
459 (screen_w - this->screen->w)/2,
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 343 int32_t screen_w = displayFrame.right - displayFrame.left; local
357 int tmp = screen_w;
358 screen_w = screen_h;
363 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
364 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
365 screen_w=%d src_crop_width=%d", __FUNCTION__, screen_w,
366 src_crop_width,screen_w,src_crop_width);
370 float dsdx = (float)screen_w/src_crop_width;
391 copybitsMinScale=%f,screen_w=%d,screen_h=%d
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 366 int32_t screen_w = displayFrame.right - displayFrame.left; local
380 int tmp = screen_w;
381 screen_w = screen_h;
386 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
387 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
388 screen_w=%d src_crop_width=%d", __FUNCTION__, screen_w,
389 src_crop_width,screen_w,src_crop_width);
393 float dsdx = (float)screen_w/src_crop_width;
415 copybitsMinScale=%f,screen_w=%d,screen_h=%d
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_copybit.cpp 343 int32_t screen_w = displayFrame.right - displayFrame.left; local
357 int tmp = screen_w;
358 screen_w = screen_h;
363 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
364 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
365 screen_w=%d src_crop_width=%d", __FUNCTION__, screen_w,
366 src_crop_width,screen_w,src_crop_width);
370 float dsdx = (float)screen_w/src_crop_width;
391 copybitsMinScale=%f,screen_w=%d,screen_h=%d
    [all...]
  /external/qemu/android/skin/
window.c 1207 int screen_w, screen_h; local
    [all...]

Completed in 55 milliseconds