HomeSort by relevance Sort by last modified time
    Searched refs:screen_w (Results 1 - 7 of 7) 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 344 int32_t screen_w = displayFrame.right - displayFrame.left; local
358 int tmp = screen_w;
359 screen_w = screen_h;
364 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
365 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
366 screen_w=%d src_crop_width=%d", __FUNCTION__, screen_w,
367 src_crop_width,screen_w,src_crop_width);
371 float dsdx = (float)screen_w/src_crop_width;
392 copybitsMinScale=%f,screen_w=%d,screen_h=%d
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 367 int32_t screen_w = displayFrame.right - displayFrame.left; local
381 int tmp = screen_w;
382 screen_w = screen_h;
387 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
388 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
389 screen_w=%d src_crop_width=%d", __FUNCTION__, screen_w,
390 src_crop_width,screen_w,src_crop_width);
394 float dsdx = (float)screen_w/src_crop_width;
416 copybitsMinScale=%f,screen_w=%d,screen_h=%d
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 193 ALOGE("%s: wrong params for display screen_w=%d \
443 int32_t screen_w = displayFrame.right - displayFrame.left; local
456 int tmp = screen_w;
457 screen_w = screen_h;
462 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
463 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
464 screen_h=%d src_crop_height=%d", __FUNCTION__, screen_w,
469 float dsdx = (float)screen_w/(float)src_crop_width;
491 copybitsMinScale=%f,screen_w=%d,screen_h=%d \
493 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 331 ALOGE("%s: wrong params for display screen_w=%d \
819 int32_t screen_w = displayFrame.right - displayFrame.left; local
832 int tmp = screen_w;
833 screen_w = screen_h;
838 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
839 ALOGE("%s: wrong params for display screen_w=%d src_crop_width=%d \
840 screen_h=%d src_crop_height=%d", __FUNCTION__, screen_w,
845 float dsdx = (float)screen_w/(float)src_crop_width;
867 copybitsMinScale=%f,screen_w=%d,screen_h=%d \
869 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h
    [all...]
  /external/qemu/android/skin/
window.c 1207 int screen_w, screen_h; local
    [all...]

Completed in 110 milliseconds