Home | History | Annotate | Download | only in vega

Lines Matching full:bounds

264    VGfloat bounds[4];
268 polygon_bounding_rect(poly, bounds);
269 min_x = bounds[0];
270 min_y = bounds[1];
271 max_x = bounds[0] + bounds[2];
272 max_y = bounds[1] + bounds[3];
275 debug_printf("Poly bounds are [%f, %f], [%f, %f]\n",
317 debug_printf("%s: Poly bounds are [%f, %f], [%f, %f]\n",