Home | History | Annotate | Download | only in vega

Lines Matching full:polys

323    struct array *polys = polyarray->array;
329 assert(polys);
331 if (!polys->num_elements) {
339 polygon_bounding_rect((((struct polygon**)polys->data)[0]), bounds);
344 for (i = 1; i < polys->num_elements; ++i) {
345 struct polygon *p = (((struct polygon**)polys->data)[i]);
1603 struct array *polys = polygon_array->array;
1605 if (!polygon_array || !polys || !polys->num_elements) {