Searched refs:hpgs_color (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsdevices.h140 hpgs_color color; //!< The current output color.
H A Dhpgssetup.c43 static hpgs_color std_pen_colors[8] =
178 int n_std = sizeof(std_pen_colors)/sizeof(hpgs_color);
184 memcpy(reader->pen_colors+i0,std_pen_colors+i0,sizeof(hpgs_color)*n);
282 reader->pen_colors = (hpgs_color *)malloc(sizeof(std_pen_colors));
350 hpgs_color pat = { 0.0,0.0,0.0 };
H A Dhpgspen.c51 hpgs_color *pc = (hpgs_color *)realloc(reader->pen_colors,npens*sizeof(hpgs_color));
H A Dhpgsreader.h240 hpgs_color *pen_colors;
243 hpgs_color min_color; /*!< The minimal RGB values. */
244 hpgs_color max_color; /*!< The maximal RGB values. */
H A Dhpgs.h223 This structure has a public alias \c hpgs_color and
230 } hpgs_color; typedef in typeref:struct:hpgs_color_st
607 hpgs_color color;
615 hpgs_color pattern_color;
661 int (*setrgbcolor) (hpgs_device *_this, const hpgs_color *rgb);
669 int (*setpatcol) (hpgs_device *_this, const hpgs_color *rgb);
750 static int hpgs_setrgbcolor (hpgs_device *_this, const hpgs_color *rgb);
767 HPGS_API int hpgs_setpatcol (hpgs_device *_this, const hpgs_color *rgb);
810 __inline__ int hpgs_setrgbcolor (hpgs_device *_this, const hpgs_color *rgb)
H A Dhpgspaint.c224 static int pdv_setrgbcolor (hpgs_device *_this, const hpgs_color *rgb)
320 static int pdv_setpatcol(hpgs_device *_this, const hpgs_color *rgb)
H A Dhpgsdevices.c90 int hpgs_setpatcol (hpgs_device *_this, const hpgs_color *rgb)
502 static int eps_setrgbcolor (hpgs_device *_this, const hpgs_color *rgb)
599 static int eps_setpatcol(hpgs_device *_this, const hpgs_color *rgb)
640 hpgs_color rgb = eps->color;
H A Dhpgsimagerop.c527 hpgs_color c;
H A Dhpgsreader.c877 hpgs_color rgb;
H A Dhpgspath.c465 hpgs_color rgb;
H A Dhpgspcl.c996 hpgs_color patcol;

Completed in 68 milliseconds