gfxcolor_t 82 lib/devices/bbox.c void bbox_stroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 89 lib/devices/bbox.c void bbox_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 115 lib/devices/bbox.c void bbox_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 63 lib/devices/dummy.c void dummy_stroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 70 lib/devices/dummy.c void dummy_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 98 lib/devices/dummy.c void dummy_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 89 lib/devices/file.c void file_stroke(struct _gfxdevice*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 101 lib/devices/file.c void file_fill(struct _gfxdevice*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 131 lib/devices/file.c void file_drawchar(struct _gfxdevice*dev, gfxfont_t*font, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 70 lib/devices/ocr.c void ocr_stroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) { ((internal_t*)dev->internal)->render->stroke(((internal_t*)dev->internal)->render, line, width, color, cap_style, joint_style, miterLimit); } gfxcolor_t 71 lib/devices/ocr.c void ocr_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color) { ((internal_t*)dev->internal)->render->fill(((internal_t*)dev->internal)->render, line, color); } gfxcolor_t 75 lib/devices/ocr.c void ocr_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) { ((internal_t*)dev->internal)->render->drawchar(((internal_t*)dev->internal)->render, font, glyphnr, color, matrix); } gfxcolor_t 148 lib/devices/opengl.c void opengl_stroke(struct _gfxdevice*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 266 lib/devices/opengl.c void opengl_fill(struct _gfxdevice*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 499 lib/devices/opengl.c void opengl_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 60 lib/devices/ops.c inline gfxcolor_t transform_color(internal_t*i, gfxcolor_t*col) gfxcolor_t 62 lib/devices/ops.c gfxcolor_t col2; gfxcolor_t 97 lib/devices/ops.c void ops_stroke(struct _gfxdevice*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 100 lib/devices/ops.c gfxcolor_t color2 = transform_color(i, color); gfxcolor_t 104 lib/devices/ops.c void ops_fill(struct _gfxdevice*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 107 lib/devices/ops.c gfxcolor_t color2 = transform_color(i, color); gfxcolor_t 117 lib/devices/ops.c img2.data = (gfxcolor_t*)malloc(img->width*img->height*4); gfxcolor_t 120 lib/devices/ops.c gfxcolor_t*in = &img->data[y*img->width]; gfxcolor_t 121 lib/devices/ops.c gfxcolor_t*out = &img2.data[y*img->width]; gfxcolor_t 142 lib/devices/ops.c void ops_drawchar(struct _gfxdevice*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 145 lib/devices/ops.c gfxcolor_t color2 = transform_color(i, color); gfxcolor_t 214 lib/devices/pdf.c void pdf_stroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 232 lib/devices/pdf.c void pdf_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 425 lib/devices/pdf.c void pdf_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 224 lib/devices/polyops.c void polyops_stroke(struct _gfxdevice*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 242 lib/devices/polyops.c void polyops_fill(struct _gfxdevice*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 300 lib/devices/polyops.c void polyops_drawchar(struct _gfxdevice*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 54 lib/devices/record.c gfxcolor_t last_color[16]; gfxcolor_t 192 lib/devices/record.c gfxcolor_t*image; gfxcolor_t 196 lib/devices/record.c image = malloc(img->width*img->height*sizeof(gfxcolor_t)); gfxcolor_t 206 lib/devices/record.c uLongf compressdata_size = compressBound(size*sizeof(gfxcolor_t)); gfxcolor_t 210 lib/devices/record.c compressdata_size = fastlz_compress_level(2, (void*)image, size*sizeof(gfxcolor_t), compressdata); gfxcolor_t 212 lib/devices/record.c compress2(compressdata, &compressdata_size, (void*)image, sizeof(gfxcolor_t)*size, Z_BEST_SPEED); gfxcolor_t 223 lib/devices/record.c w->write(w, img->data, img->width*img->height*sizeof(gfxcolor_t)); gfxcolor_t 234 lib/devices/record.c uLongf size = img.width*img.height*sizeof(gfxcolor_t); gfxcolor_t 253 lib/devices/record.c unsigned char*line = malloc(img.width*sizeof(gfxcolor_t)); gfxcolor_t 258 lib/devices/record.c memcpy(&img.data[y*img.width], line, img.width*sizeof(gfxcolor_t)); gfxcolor_t 307 lib/devices/record.c static void dumpColor(writer_t*w, state_t*state, gfxcolor_t*color) gfxcolor_t 317 lib/devices/record.c static gfxcolor_t readColor(reader_t*r, state_t*state) gfxcolor_t 319 lib/devices/record.c gfxcolor_t col; gfxcolor_t 481 lib/devices/record.c static gfxcolor_t read_color(reader_t*r, state_t*state, U8 id, U8 flags) gfxcolor_t 486 lib/devices/record.c gfxcolor_t c = readColor(r, state); gfxcolor_t 515 lib/devices/record.c static void record_stroke(struct _gfxdevice*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 548 lib/devices/record.c static void record_fill(struct _gfxdevice*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 590 lib/devices/record.c static void record_drawchar(struct _gfxdevice*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 608 lib/devices/record.c char same_color = !memcmp(color, &i->state.last_color[OP_DRAWCHAR], sizeof(gfxcolor_t)); gfxcolor_t 720 lib/devices/record.c gfxcolor_t color = readColor(r, &state); gfxcolor_t 754 lib/devices/record.c gfxcolor_t color = readColor(r, &state); gfxcolor_t 815 lib/devices/record.c gfxcolor_t color = read_color(r, &state, op, flags); gfxcolor_t 33 lib/devices/render.c typedef gfxcolor_t RGBA; gfxcolor_t 86 lib/devices/render.c gfxcolor_t*color; gfxcolor_t 314 lib/devices/render.c gfxcolor_t red = {255,255,0,0}; gfxcolor_t 499 lib/devices/render.c void fill_solid(gfxdevice_t*dev, gfxcolor_t* color) gfxcolor_t 561 lib/devices/render.c void render_stroke(struct _gfxdevice*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 670 lib/devices/render.c void render_fill(struct _gfxdevice*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 720 lib/devices/render.c gfxcolor_t color = {0,0,0,0}; gfxcolor_t 730 lib/devices/render.c gfxcolor_t nextcolor = gradient->color; gfxcolor_t 761 lib/devices/render.c void render_drawchar(struct _gfxdevice*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 834 lib/devices/render.c gfxcolor_t*col = &img->data[y*img->height]; gfxcolor_t 945 lib/devices/render.c ir->img.data = (gfxcolor_t*)malloc(i->width*i->height*sizeof(gfxcolor_t)); gfxcolor_t 949 lib/devices/render.c gfxcolor_t*dest = ir->img.data; gfxcolor_t 196 lib/devices/rescale.c void rescale_stroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 204 lib/devices/rescale.c void rescale_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 236 lib/devices/rescale.c void rescale_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 213 lib/devices/swf.c static void swf_drawstroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit); gfxcolor_t 216 lib/devices/swf.c static void swf_stroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit); gfxcolor_t 217 lib/devices/swf.c static void swf_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color); gfxcolor_t 219 lib/devices/swf.c static void swf_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix); gfxcolor_t 2628 lib/devices/swf.c static void swf_stroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 2688 lib/devices/swf.c static void swf_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 3057 lib/devices/swf.c static void swf_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 78 lib/devices/text.c void text_stroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 82 lib/devices/text.c void text_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 110 lib/devices/text.c void text_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 32 lib/filters/alpha.c static inline gfxcolor_t transform_color(internal_t*i, gfxcolor_t*col) gfxcolor_t 34 lib/filters/alpha.c gfxcolor_t col2; gfxcolor_t 42 lib/filters/alpha.c static void maketransparent_stroke(gfxfilter_t*f, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit, gfxdevice_t*out) gfxcolor_t 45 lib/filters/alpha.c gfxcolor_t color2 = transform_color(i, color); gfxcolor_t 48 lib/filters/alpha.c static void maketransparent_fill(gfxfilter_t*f, gfxline_t*line, gfxcolor_t*color, gfxdevice_t*out) gfxcolor_t 51 lib/filters/alpha.c gfxcolor_t color2 = transform_color(i, color); gfxcolor_t 60 lib/filters/alpha.c img2.data = (gfxcolor_t*)rfx_alloc(img->width*img->height*4); gfxcolor_t 63 lib/filters/alpha.c gfxcolor_t*in = &img->data[y*img->width]; gfxcolor_t 64 lib/filters/alpha.c gfxcolor_t*out = &img2.data[y*img->width]; gfxcolor_t 72 lib/filters/alpha.c static void maketransparent_drawchar(gfxfilter_t*f, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix, gfxdevice_t*out) gfxcolor_t 75 lib/filters/alpha.c gfxcolor_t color2 = transform_color(i, color); gfxcolor_t 40 lib/filters/one_big_font.c static void pass1_drawchar(gfxfilter_t*f, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix, gfxdevice_t*out) gfxcolor_t 80 lib/filters/one_big_font.c static void pass2_drawchar(gfxfilter_t*f, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix, gfxdevice_t*out) gfxcolor_t 158 lib/filters/remove_font_transforms.c static void pass1_drawchar(gfxfilter_t*f, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix, gfxdevice_t*out) gfxcolor_t 289 lib/filters/remove_font_transforms.c static void pass2_drawchar(gfxfilter_t*f, gfxfont_t*font, int glyphnr, gfxcolor_t*_color, gfxmatrix_t*matrix, gfxdevice_t*out) gfxcolor_t 292 lib/filters/remove_font_transforms.c gfxcolor_t color = *_color; gfxcolor_t 47 lib/filters/vectors_to_glyphs.c static void pass1_fill(gfxfilter_t*f, gfxline_t*line, gfxcolor_t*color, gfxdevice_t*out) gfxcolor_t 75 lib/filters/vectors_to_glyphs.c static void pass1_stroke(gfxfilter_t*f, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit, gfxdevice_t*out) gfxcolor_t 104 lib/filters/vectors_to_glyphs.c static void pass2_drawchar(gfxfilter_t*f, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix, gfxdevice_t*out) gfxcolor_t 115 lib/filters/vectors_to_glyphs.c gfxcolor_t red = {255,254,1,1}; gfxcolor_t 71 lib/gfxdevice.h gfxcolor_t*data; gfxcolor_t 82 lib/gfxdevice.h gfxcolor_t color; gfxcolor_t 120 lib/gfxdevice.h void (*stroke)(struct _gfxdevice*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit); gfxcolor_t 121 lib/gfxdevice.h void (*fill)(struct _gfxdevice*dev, gfxline_t*line, gfxcolor_t*color); gfxcolor_t 130 lib/gfxdevice.h void (*drawchar)(struct _gfxdevice*dev, gfxfont_t*font, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix); gfxcolor_t 62 lib/gfxfilter.c static void filter_stroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 67 lib/gfxfilter.c static void filter_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 87 lib/gfxfilter.c static void filter_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 141 lib/gfxfilter.c static void passthrough_stroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 146 lib/gfxfilter.c static void passthrough_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 166 lib/gfxfilter.c static void passthrough_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 195 lib/gfxfilter.c static void discard_stroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 198 lib/gfxfilter.c static void discard_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 210 lib/gfxfilter.c static void discard_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 50 lib/gfxfilter.h void (*stroke)(struct _gfxfilter*in, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit, struct _gfxdevice*out); gfxcolor_t 51 lib/gfxfilter.h void (*fill)(struct _gfxfilter*in, gfxline_t*line, gfxcolor_t*color, struct _gfxdevice*out); gfxcolor_t 55 lib/gfxfilter.h void (*drawchar)(struct _gfxfilter*in, gfxfont_t*font, int glyph, gfxcolor_t*color, gfxmatrix_t*matrix, struct _gfxdevice*out); gfxcolor_t 103 lib/gfximage.c static void encodeMonochromeImage(gfxcolor_t*data, int width, int height, gfxcolor_t*colors) gfxcolor_t 128 lib/gfximage.c static void decodeMonochromeImage(gfxcolor_t*data, int width, int height, gfxcolor_t*colors) gfxcolor_t 142 lib/gfximage.c void blurImage(gfxcolor_t*src, int width, int height, int r) __attribute__ ((noinline)); gfxcolor_t 144 lib/gfximage.c void blurImage(gfxcolor_t*src, int width, int height, int r) gfxcolor_t 161 lib/gfximage.c gfxcolor_t*tmp = rfx_alloc(sizeof(gfxcolor_t)*width*height); gfxcolor_t 165 lib/gfximage.c gfxcolor_t*s = &src[y*width]; gfxcolor_t 166 lib/gfximage.c gfxcolor_t*d = &tmp[y*width]; gfxcolor_t 195 lib/gfximage.c gfxcolor_t*s = &tmp[x]; gfxcolor_t 196 lib/gfximage.c gfxcolor_t*d = &src[x]; gfxcolor_t 234 lib/gfximage.c int swf_ImageGetNumberOfPaletteEntries2(gfxcolor_t*_img, int width, int height) gfxcolor_t 261 lib/gfximage.c gfxcolor_t* newdata; gfxcolor_t 265 lib/gfximage.c gfxcolor_t monochrome_colors[2]; gfxcolor_t 274 lib/gfximage.c gfxcolor_t*data = image->data; gfxcolor_t 290 lib/gfximage.c newdata = (gfxcolor_t*)rfx_alloc(newwidth*newheight*sizeof(gfxcolor_t)); gfxcolor_t 299 lib/gfximage.c gfxcolor_t*destline = &newdata[y*newwidth]; gfxcolor_t 306 lib/gfximage.c gfxcolor_t*line = &data[p_y->pos]; gfxcolor_t 990 lib/gfxtools.c gfxcolor_t*pixel = &img->data[t]; gfxcolor_t 246 lib/pdf/BitmapOutputDev.cc img->data = (gfxcolor_t*)malloc(rangex * rangey * 4); gfxcolor_t 252 lib/pdf/BitmapOutputDev.cc gfxcolor_t*out = &img->data[y*rangex]; gfxcolor_t 335 lib/pdf/BitmapOutputDev.cc gfxcolor_t*b = (gfxcolor_t*)malloc(sizeof(gfxcolor_t)*width*height); gfxcolor_t 340 lib/pdf/BitmapOutputDev.cc gfxcolor_t*d = &b[width*y]; gfxcolor_t 361 lib/pdf/BitmapOutputDev.cc gfxcolor_t*data = (gfxcolor_t*)malloc(sizeof(gfxcolor_t)*width*height); gfxcolor_t 369 lib/pdf/BitmapOutputDev.cc gfxcolor_t*line = &data[y*width]; gfxcolor_t 395 lib/pdf/BitmapOutputDev.cc gfxcolor_t*data = (gfxcolor_t*)malloc(sizeof(gfxcolor_t)*width*height); gfxcolor_t 398 lib/pdf/BitmapOutputDev.cc gfxcolor_t*line = &data[y*width]; gfxcolor_t 1344 lib/pdf/BitmapOutputDev.cc extern gfxcolor_t getFillColor(GfxState * state); gfxcolor_t 1353 lib/pdf/BitmapOutputDev.cc gfxcolor_t color = getFillColor(state); gfxcolor_t 161 lib/pdf/FullBitmapOutputDev.cc img->data = (gfxcolor_t*)malloc(rangex * rangey * 4); gfxcolor_t 167 lib/pdf/FullBitmapOutputDev.cc gfxcolor_t*out = &img->data[y*rangex]; gfxcolor_t 227 lib/pdf/GFXOutputDev.cc gfxcolor_t color; gfxcolor_t 258 lib/pdf/GFXOutputDev.cc void addChar(int charid, gfxcoord_t x, gfxcoord_t y, gfxcolor_t color) gfxcolor_t 988 lib/pdf/GFXOutputDev.cc static gfxcolor_t col2col(GfxColorSpace*colspace, GfxColor* col) gfxcolor_t 990 lib/pdf/GFXOutputDev.cc gfxcolor_t c; gfxcolor_t 1163 lib/pdf/GFXOutputDev.cc gfxcolor_t col; gfxcolor_t 1267 lib/pdf/GFXOutputDev.cc gfxcolor_t getFillColor(GfxState * state) gfxcolor_t 1272 lib/pdf/GFXOutputDev.cc gfxcolor_t col; gfxcolor_t 1282 lib/pdf/GFXOutputDev.cc gfxcolor_t col = getFillColor(state); gfxcolor_t 1452 lib/pdf/GFXOutputDev.cc gfxcolor_t col = getFillColor(state); gfxcolor_t 1608 lib/pdf/GFXOutputDev.cc gfxcolor_t col={0,0,0,0}; gfxcolor_t 1634 lib/pdf/GFXOutputDev.cc gfxcolor_t white = {255,255,255,255}; gfxcolor_t 1635 lib/pdf/GFXOutputDev.cc gfxcolor_t black = {255,0,0,0}; gfxcolor_t 2137 lib/pdf/GFXOutputDev.cc static void drawimage(gfxdevice_t*dev, gfxcolor_t* data, int sizex,int sizey, gfxcolor_t 2143 lib/pdf/GFXOutputDev.cc gfxcolor_t*newpic=0; gfxcolor_t 2175 lib/pdf/GFXOutputDev.cc img.data = (gfxcolor_t*)data; gfxcolor_t 2187 lib/pdf/GFXOutputDev.cc void drawimagejpeg(gfxdevice_t*dev, gfxcolor_t*mem, int sizex,int sizey, gfxcolor_t 2193 lib/pdf/GFXOutputDev.cc void drawimagelossless(gfxdevice_t*dev, gfxcolor_t*mem, int sizex,int sizey, gfxcolor_t 2308 lib/pdf/GFXOutputDev.cc gfxcolor_t pal[256]; gfxcolor_t 2360 lib/pdf/GFXOutputDev.cc gfxcolor_t*pic2 = new gfxcolor_t[width*height]; gfxcolor_t 2377 lib/pdf/GFXOutputDev.cc gfxcolor_t*pic=new gfxcolor_t[width*height]; gfxcolor_t 2416 lib/pdf/GFXOutputDev.cc gfxcolor_t*pic=new gfxcolor_t[width*height]; gfxcolor_t 2417 lib/pdf/GFXOutputDev.cc gfxcolor_t pal[256]; gfxcolor_t 2446 lib/pdf/GFXOutputDev.cc gfxcolor_t*newpic=new gfxcolor_t[maskWidth*maskHeight]; gfxcolor_t 2550 lib/pdf/GFXOutputDev.cc gfxcolor_t col = getFillColor(state); gfxcolor_t 2566 lib/pdf/GFXOutputDev.cc gfxcolor_t col = getFillColor(state); gfxcolor_t 2873 lib/pdf/GFXOutputDev.cc gfxcolor_t* l1 = &maskimg->data[maskimg->width*y]; gfxcolor_t 2874 lib/pdf/GFXOutputDev.cc gfxcolor_t* l2 = &belowimg->data[belowimg->width*y]; gfxcolor_t 259 lib/python/gfx.c gfxcolor_t c; gfxcolor_t 298 lib/python/gfx.c gfxcolor_t c; gfxcolor_t 460 lib/python/gfx.c gfxcolor_t*col = (gfxcolor_t*)ptr; gfxcolor_t 542 lib/python/gfx.c static void my_stroke(gfxdevice_t*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit) gfxcolor_t 560 lib/python/gfx.c static void my_fill(gfxdevice_t*dev, gfxline_t*line, gfxcolor_t*color) gfxcolor_t 576 lib/python/gfx.c static void my_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*color, gfxmatrix_t*matrix) gfxcolor_t 128 lib/readers/image.c gfxcolor_t*data = 0; gfxcolor_t 140 lib/readers/swf.c g[t].color = *(gfxcolor_t*)&from->rgba[t]; gfxcolor_t 189 lib/readers/swf.c b->data = (gfxcolor_t*)data; gfxcolor_t 213 lib/readers/swf.c gfxcolor_t c = *(gfxcolor_t*)&f->color; gfxcolor_t 489 lib/readers/swf.c r->device->stroke(r->device, line, width, (gfxcolor_t*)&c, gfx_capRound, gfx_joinRound, 0.0);