Home
last modified time | relevance | path

Searched refs:at_color_type (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/autotrace/autotrace-0.31.1/
H A Dautotrace.h44 typedef struct _at_color_type at_color_type; typedef
92 at_color_type color;
108 at_color_type * background_color;
124 at_color_type *background_color;
207 at_color_type *background_color;
396 at_color_type * at_color_new (unsigned char r,
399 at_color_type * at_color_copy (at_color_type * original);
400 at_bool at_color_equal (at_color_type * c1, at_color_type * c2);
401 void at_color_free (at_color_type * color);
H A Dautotrace.c402 at_color_type *
407 at_color_type * color; in at_color_new()
408 XMALLOC (color, sizeof (at_color_type)); in at_color_new()
415 at_color_type *
416 at_color_copy (at_color_type * original) in at_color_copy()
426 at_color_equal (at_color_type * c1, at_color_type * c2) in at_color_equal()
435 at_color_free(at_color_type * color) in at_color_free()
H A Dcolor.h9 typedef at_color_type color_type;
H A Doutput-dr2d.c66 static struct Chunk * BuildATTR(at_color_type, int, struct Chunk *);
67 static int GetCMAPEntry(at_color_type, struct Chunk *);
141 static int GetCMAPEntry(at_color_type colour, struct Chunk * CMAPChunk) { in GetCMAPEntry()
226 static struct Chunk * BuildATTR(at_color_type colour, int StrokeOrFill, struct Chunk * CMAPChunk) { in BuildATTR()