HomeSort by relevance Sort by last modified time
    Searched full:screen_h (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
Screen.h 30 #ifndef Screen_h
31 #define Screen_h
70 #endif // Screen_h
  /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 345 int32_t screen_h = displayFrame.bottom - displayFrame.top; local
359 screen_w = screen_h;
360 screen_h = tmp;
364 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
372 float dtdy = (float)screen_h/src_crop_height;
392 copybitsMinScale=%f,screen_w=%d,screen_h=%d \
394 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 194 src_crop_width=%d screen_h=%d src_crop_height=%d",
444 int32_t screen_h = displayFrame.bottom - displayFrame.top; local
457 screen_w = screen_h;
458 screen_h = tmp;
462 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
464 screen_h=%d src_crop_height=%d", __FUNCTION__, screen_w,
465 src_crop_width,screen_h,src_crop_height);
470 float dtdy = (float)screen_h/(float)src_crop_height;
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 332 src_crop_width=%d screen_h=%d src_crop_height=%d",
820 int32_t screen_h = displayFrame.bottom - displayFrame.top; local
833 screen_w = screen_h;
834 screen_h = tmp;
838 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
840 screen_h=%d src_crop_height=%d", __FUNCTION__, screen_w,
841 src_crop_width,screen_h,src_crop_height);
846 float dtdy = (float)screen_h/(float)src_crop_height;
867 copybitsMinScale=%f,screen_w=%d,screen_h=%d \
869 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 368 int32_t screen_h = displayFrame.bottom - displayFrame.top; local
382 screen_w = screen_h;
383 screen_h = tmp;
387 if(screen_w <=0 || screen_h<=0 ||src_crop_width<=0 || src_crop_height<=0 ) {
395 float dtdy = (float)screen_h/src_crop_height;
416 copybitsMinScale=%f,screen_w=%d,screen_h=%d \
418 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
  /external/qemu/android/skin/
window.c 1207 int screen_w, screen_h; local
    [all...]

Completed in 319 milliseconds