Lines Matching refs:w_orig
273 gdouble const w_orig = (origin[Geom::X] - rect->x.computed);
277 gdouble ratio = (w_orig / h_orig);
302 rect->width = MAX(w_orig + minx, 0);
312 rect->width = MAX(w_orig + miny * ratio, 0);
314 // closer to the vertical, change only height, width is w_orig
319 rect->width = MAX(w_orig, 0);
364 gdouble w_orig = opposite_x - origin[Geom::X];
376 gdouble ratio = (w_orig / h_orig);
398 rect->width = MAX(w_orig - minx, 0);
408 rect->width = MAX(w_orig - miny * ratio, 0);
410 // closer to the vertical, change only height, width is w_orig
416 rect->width = MAX(w_orig, 0);
430 rect->width = MAX(w_orig - minx, 0);