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

/haiku-fatelf/src/libs/agg/gpc/
H A Dgpc.h80 int num_contours; /* Number of contours in polygon */ member in struct:__anon4678
H A Dgpc.c433 for (c= 0; c < p->num_contours; c++)
440 for (c= 0; c < p->num_contours; c++)
931 MALLOC(box, p->num_contours * sizeof(bbox), "Bounding box creation", bbox);
934 for (c= 0; c < p->num_contours; c++)
967 MALLOC(o_table, subj->num_contours * clip->num_contours * sizeof(int),
971 for (s= 0; s < subj->num_contours; s++)
972 for (c= 0; c < clip->num_contours; c++)
973 o_table[c * subj->num_contours + s]=
980 for (c= 0; c < clip->num_contours;
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_gpc.h192 for(i = 0; i < p.num_contours; i++)
197 pod_allocator<gpc_vertex_list>::deallocate(p.contour, p.num_contours);
289 p.num_contours = m_contour_accumulator.size();
292 p.contour = pod_allocator<gpc_vertex_list>::allocate(p.num_contours);
296 for(i = 0; i < p.num_contours; i++)
321 if(++m_contour < m_result.num_contours)

Completed in 44 milliseconds