Searched refs:scaled_height (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/pixman/dist/demos/
H A Dscale.c44 int scaled_height; member in struct:__anon63d13d350108
271 app->scaled_height = ceil (new_height);
295 if (area.x < app->scaled_width && area.y < app->scaled_height)
301 app->scaled_width - area.x, app->scaled_height - area.y);
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_lvds.c806 unsigned long scaled_height = (float)mode->VDisplay * local in function:i830_lvds_mode_fixup
815 scaled_height) / 2;
820 adjusted_mode->CrtcVDisplay = scaled_height;
822 adjusted_mode->CrtcVBlankStart = scaled_height +

Completed in 10 milliseconds