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

/xsrc/external/mit/xwud/dist/
H A Dxwud.c754 Position x, y, min_y, max_y, exp_max_y, src_x, src_max_x, src_y; local in function:putScaledImage
778 src_max_x = roundint((exp_x + exp_width) / ratio_x) + 1;
779 if (src_max_x > src_image->width)
780 src_max_x = src_image->width;
837 for (x = src_x; x < src_max_x; x++) {
848 for (x = src_x; x < src_max_x; x++) {

Completed in 3 milliseconds