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

/haiku-fatelf/src/libs/agg/gpc/
H A Dgpc.h76 } gpc_vertex_list; typedef in typeref:struct:__anon4677
82 gpc_vertex_list *contour; /* Contour array pointer */
88 gpc_vertex_list *strip; /* Tristrip array pointer */
107 gpc_vertex_list *contour,
H A Dgpc.c409 static int count_optimal_vertices(gpc_vertex_list c)
1038 * sizeof(gpc_vertex_list), "contour creation", gpc_vertex_list);
1077 void gpc_add_contour(gpc_polygon *p, gpc_vertex_list *new_contour, int hole)
1080 gpc_vertex_list *extended_contour;
1088 * sizeof(gpc_vertex_list), "contour addition", gpc_vertex_list); local
1709 * sizeof(gpc_vertex_list), "contour creation", gpc_vertex_list);
2394 MALLOC(result->strip, result->num_strips * sizeof(gpc_vertex_list),
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_gpc.h197 pod_allocator<gpc_vertex_list>::deallocate(p.contour, p.num_contours);
292 p.contour = pod_allocator<gpc_vertex_list>::allocate(p.num_contours);
295 gpc_vertex_list* pv = p.contour;
334 const gpc_vertex_list& vlist = m_result.contour[m_contour];

Completed in 51 milliseconds