Home | History | Annotate | Download | only in vega

Lines Matching refs:MAX2

349       max_x = MAX2(max_x, bounds[0] + bounds[2]);
350 max_y = MAX2(max_y, bounds[1] + bounds[3]);
1673 bounds[2] = MAX2(line[0], line[2]) - bounds[0];
1674 bounds[3] = MAX2(line[1], line[3]) - bounds[1];
1695 bounds[2] = MAX2(cx2, nx2) - bounds[0];
1696 bounds[3] = MAX2(cy2, ny2) - bounds[1];