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

/xsrc/external/mit/pixman/dist/demos/
H A Dscale.c43 int scaled_width; member in struct:__anon63d13d350108
270 app->scaled_width = ceil (new_width);
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.c775 unsigned long scaled_width = (float)mode->HDisplay * vert_scale; local in function:i830_lvds_mode_fixup
783 scaled_width) / 2;
791 adjusted_mode->CrtcHDisplay = scaled_width;
792 adjusted_mode->CrtcHBlankStart = scaled_width + right_border;

Completed in 4 milliseconds