Searched refs:contour (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/libs/agg/gpc/
H A Dgpc.h81 int *hole; /* Hole / external contour flags */
82 gpc_vertex_list *contour; /* Contour array pointer */ member in struct:__anon4678
107 gpc_vertex_list *contour,
H A Dgpc.c159 typedef struct p_shape /* Internal contour / tristrip type */
162 int hole; /* Hole / external contour flag */
164 struct p_shape *next; /* Pointer to next polygon contour */
170 gpc_vertex vertex; /* Piggy-backed contour vertex data */
434 total_vertices+= count_optimal_vertices(p->contour[c]);
442 if (p->contour[c].num_vertices < 0)
444 /* Ignore the non-contributing contour and repair the vertex count */
445 p->contour[c].num_vertices= -p->contour[c].num_vertices;
449 /* Perform contour optimisatio
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_gpc.h194 pod_allocator<gpc_vertex>::deallocate(p.contour[i].vertex,
195 p.contour[i].num_vertices);
197 pod_allocator<gpc_vertex_list>::deallocate(p.contour, p.num_contours);
206 if(m_result.contour)
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];
/haiku-fatelf/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp464 ContourTransformer* contour local
469 if (!contour
473 delete contour;
476 contour->width(width - 128.0);
477 contour->line_join((agg::line_join_e)lineJoin);
478 contour->miter_limit(miterLimit);
479 return contour;
/haiku-fatelf/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp441 } else if (ContourTransformer* contour
443 // contour
446 uint8 width = (uint8)((int8)contour->width() + 128);
447 uint8 lineJoin = (uint8)contour->line_join();
448 uint8 miterLimit = (uint8)contour->miter_limit();

Completed in 105 milliseconds