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

/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsimage.h65 hpgs_palette_color pattern_color; //!< The color of the ROP3 pattern.
H A Dhpgsdevices.h138 hpgs_palette_color pattern_color; //!< The color of the ROP3 pattern.
H A Dhpgspaint.h112 hpgs_palette_color patcol; /*!< The current pattern color transformed to a device color. */
H A Dhpgsimagerop.c124 hpgs_palette_color *data,
128 const hpgs_palette_color *p,
161 hpgs_palette_color *first_visible_pixel = 0;
H A Dhpgs.h232 typedef struct hpgs_palette_color_st hpgs_palette_color; typedef in typeref:struct:hpgs_palette_color_st
236 This structure has a public alias \c hpgs_palette_color and
961 int (*setpatcol) (hpgs_image *_this, const hpgs_palette_color *p);
984 hpgs_palette_color *palette; //!< The palette for indexed images.
1005 hpgs_palette_color *p, int np);
1054 HPGS_API int hpgs_image_setpatcol (hpgs_image *_this, const hpgs_palette_color *p);
1082 hpgs_palette_color *data,
1086 const hpgs_palette_color *p,
H A Dhpgspaint.c239 hpgs_palette_color patcol;
330 hpgs_palette_color patcol;
353 hpgs_palette_color patcol;
H A Dhpgsimage.c549 static int pim_setpatcol (hpgs_image *_this, const hpgs_palette_color *p)
1059 (hpgs_palette_color *)malloc(sizeof(hpgs_palette_color)*256);
1171 int hpgs_image_setpatcol(hpgs_image *_this, const hpgs_palette_color *p)
1283 hpgs_palette_color *p, int np)
1293 memmove(image->palette,p,sizeof(hpgs_palette_color)*np);
H A Dhpgsreader.h147 hpgs_palette_color colors[256]; /*!< The palette colors. */
148 hpgs_palette_color last_color; /*!< The PCL color currently being assembled. */
H A Dhpgsdevices.c632 hpgs_palette_color *data = (hpgs_palette_color *)
633 malloc(img->width*img->height*sizeof(hpgs_palette_color));
669 hpgs_palette_color *d = data;
703 hpgs_palette_color *scanline = data + j * img->width;
H A Dhpgssetup.c193 memset(ret->colors,0,sizeof(hpgs_palette_color)*256);
H A Dhpgspcl.c543 hpgs_palette_color palette[8];

Completed in 114 milliseconds