fill 166 lib/devices/bbox.c dev->fill = bbox_fill;
fill 74 lib/devices/dummy.c i->out->fill(i->out, line, color);
fill 146 lib/devices/dummy.c dev->fill = dummy_fill;
fill 235 lib/devices/file.c dev->fill = file_fill;
fill 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); }
fill 251 lib/devices/ocr.c dev->fill = ocr_fill;
fill 595 lib/devices/opengl.c dev->fill = opengl_fill;
fill 108 lib/devices/ops.c i->out->fill(i->out, line, &color2);
fill 183 lib/devices/ops.c dev->fill = ops_fill;
fill 161 lib/devices/pdf.c if(fill) {
fill 583 lib/devices/pdf.c dev->fill = pdf_fill;
fill 234 lib/devices/polyops.c if(i->out && line2) i->out->fill(i->out, line2, color);
fill 252 lib/devices/polyops.c if(i->out && line2) i->out->fill(i->out, line2, color);
fill 255 lib/devices/polyops.c if(i->out) i->out->fill(i->out, line, color);
fill 402 lib/devices/polyops.c dev->fill = polyops_fill;
fill 430 lib/devices/polyops.c dev->fill = polyops_fill;
fill 756 lib/devices/record.c out->fill(out, line, &color);
fill 1018 lib/devices/record.c dev->fill = record_fill;
fill 442 lib/devices/render.c if(fill->type == filltype_solid)
fill 443 lib/devices/render.c fill_line_solid(line, zline, y, startx, endx, *fill->color);
fill 444 lib/devices/render.c else if(fill->type == filltype_clip)
fill 446 lib/devices/render.c else if(fill->type == filltype_bitmap)
fill 447 lib/devices/render.c fill_line_bitmap(line, zline, y, startx, endx, fill);
fill 448 lib/devices/render.c else if(fill->type == filltype_gradient)
fill 449 lib/devices/render.c fill_line_gradient(line, zline, y, startx, endx, fill);
fill 480 lib/devices/render.c fill_line(dev, line, zline, y, startx, endx, fill);
fill 486 lib/devices/render.c if(fill->type == filltype_clip) {
fill 505 lib/devices/render.c fill(dev, &info);
fill 661 lib/devices/render.c fill(dev, &info);
fill 696 lib/devices/render.c fill(dev, &info);
fill 754 lib/devices/render.c fill(dev, &info);
fill 1071 lib/devices/render.c dev->fill = render_fill;
fill 208 lib/devices/rescale.c i->out->fill(i->out, line2, color);
fill 284 lib/devices/rescale.c dev->fill = rescale_fill;
fill 156 lib/devices/swf.c char fill;
fill 254 lib/devices/swf.c i->fill = 0;
fill 395 lib/devices/swf.c if(i->fill) {
fill 1180 lib/devices/swf.c dev->fill = swf_fill;
fill 1311 lib/devices/swf.c if(!i->shapeisempty && i->fill &&
fill 1360 lib/devices/swf.c i->fill=0;
fill 1411 lib/devices/swf.c i->fill=0;
fill 1823 lib/devices/swf.c i->fill = fill;
fill 2655 lib/devices/swf.c dev->fill(dev, gfxline, color);
fill 3069 lib/devices/swf.c dev->fill(dev, line2, color);
fill 246 lib/devices/text.c dev->fill = text_fill;
fill 52 lib/filters/alpha.c out->fill(out, line, &color2);
fill 112 lib/filters/alpha.c f->fill = maketransparent_fill;
fill 142 lib/filters/vectors_to_glyphs.c f->pass1.fill = pass1_fill;
fill 121 lib/gfxdevice.h void (*fill)(struct _gfxdevice*dev, gfxline_t*line, gfxcolor_t*color);
fill 70 lib/gfxfilter.c i->filter->fill(i->filter, line, color, i->out);
fill 149 lib/gfxfilter.c i->out->fill(i->out, line, color);
fill 242 lib/gfxfilter.c dev->fill = filter->fill?filter_fill:passthrough_fill;
fill 261 lib/gfxfilter.c dev->fill = filter->fill?filter_fill:passthrough_fill;
fill 51 lib/gfxfilter.h void (*fill)(struct _gfxfilter*in, gfxline_t*line, gfxcolor_t*color, struct _gfxdevice*out);
fill 196 lib/gfxpoly.c int fill = 0;
fill 207 lib/gfxpoly.c if(fill && x!=lastx) {
fill 212 lib/gfxpoly.c fill = wind>=2;
fill 214 lib/gfxpoly.c fill = wind!=0;
fill 216 lib/gfxpoly.c fill = wind&1;
fill 218 lib/gfxpoly.c fill = wind>=1;
fill 222 lib/gfxpoly.c if(fill && lastx!=buf->width)
fill 415 lib/gfxpoly.c if(!fill) {
fill 163 lib/gfxpoly/renderpoly.c windstate_t fill = rule->start(context);
fill 173 lib/gfxpoly/renderpoly.c if(fill.is_filled && lastx<x) {
fill 176 lib/gfxpoly/renderpoly.c fill = rule->add(context, fill, p->fs, p->dir, p->polygon_nr);
fill 179 lib/gfxpoly/renderpoly.c if(fill.is_filled && lastx!=buf->width) {
fill 50 lib/modules/swfdraw.c sdraw->shape->bits.fill = fillstylebits;
fill 93 lib/modules/swfdraw.c if(sdraw->shape->bits.fill) // do this only if the shape is filled
fill 968 lib/modules/swfrender.c fill(dest, line, zline, y, startx, endx, &fillstate, clipdepth);
fill 66 lib/modules/swfshape.c sh->bits.fill = (U16)swf_GetBits(t,4);
fill 112 lib/modules/swfshape.c { swf_GetBits(t,sh->bits.fill);
fill 113 lib/modules/swfshape.c bitl+=sh->bits.fill;
fill 117 lib/modules/swfshape.c { swf_GetBits(t,sh->bits.fill);
fill 118 lib/modules/swfshape.c bitl+=sh->bits.fill;
fill 157 lib/modules/swfshape.c swf_SetBits(t,s->bits.fill,4);
fill 233 lib/modules/swfshape.c s->bits.fill = swf_CountUBits(s->fillstyle.n, 0);
fill 235 lib/modules/swfshape.c if (fbits) fbits[0] = s->bits.fill;
fill 243 lib/modules/swfshape.c swf_SetBits(t,s->bits.fill,4);
fill 371 lib/modules/swfshape.c if (fill0) swf_SetBits(t,fill0,s->bits.fill);
fill 372 lib/modules/swfshape.c if (fill1) swf_SetBits(t,fill1,s->bits.fill);
fill 405 lib/modules/swfshape.c if (fill0) swf_SetBits(t,fill0,s->bits.fill);
fill 406 lib/modules/swfshape.c if (fill1) swf_SetBits(t,fill1,s->bits.fill);
fill 591 lib/modules/swfshape.c char fill = 0;
fill 600 lib/modules/swfshape.c fill = 1;
fill 604 lib/modules/swfshape.c if(fill) {
fill 638 lib/modules/swfshape.c if(flags&2) swf_GetBits(tag, s->bits.fill);
fill 639 lib/modules/swfshape.c if(flags&4) swf_GetBits(tag, s->bits.fill);
fill 878 lib/modules/swfshape.c shape2->lines = swf_ParseShapeData(shape->data, shape->bitlen, shape->bits.fill, shape->bits.line, 1, 0);
fill 1044 lib/modules/swfshape.c U16 fill,line;
fill 1075 lib/modules/swfshape.c fill = (U16)swf_GetBits(tag,4);
fill 1077 lib/modules/swfshape.c if(!fill && !line) {
fill 1081 lib/modules/swfshape.c shape->lines = swf_ParseShapeData(&tag->data[tag->pos], (tag->len - tag->pos)*8, fill, line, num, shape);
fill 528 lib/modules/swftools.c char fill=0;
fill 539 lib/modules/swftools.c fill = 1;
fill 542 lib/modules/swftools.c if(!fill) {
fill 1377 lib/pdf/BitmapOutputDev.cc boolpolydev->fill(state);
fill 1385 lib/pdf/BitmapOutputDev.cc rgbdev->fill(state);
fill 112 lib/pdf/BitmapOutputDev.h virtual void fill(GfxState *state);
fill 391 lib/pdf/FullBitmapOutputDev.cc rgbdev->fill(state);
fill 101 lib/pdf/FullBitmapOutputDev.h virtual void fill(GfxState *state);
fill 1253 lib/pdf/GFXOutputDev.cc device->fill(device, gfxline, &col);
fill 1288 lib/pdf/GFXOutputDev.cc device->fill(device, line, &col);
fill 1684 lib/pdf/GFXOutputDev.cc device->fill(device, clippath, &white);
fill 127 lib/pdf/GFXOutputDev.h virtual void fill(GfxState *state) ;
fill 134 lib/pdf/InfoOutputDev.h virtual void fill(GfxState *state);
fill 687 lib/pdf/xpdf/Annot.cc fill ? 'k' : 'K');
fill 691 lib/pdf/xpdf/Annot.cc fill ? "rg" : "RG");
fill 695 lib/pdf/xpdf/Annot.cc fill ? 'g' : 'G');
fill 1340 lib/pdf/xpdf/Annot.cc appearBuf->append(fill ? "f\n" : "s\n");
fill 84 lib/pdf/xpdf/Annot.h void setColor(Array *a, GBool fill, int adjust);
fill 94 lib/pdf/xpdf/Annot.h void drawCircle(double cx, double cy, double r, GBool fill);
fill 1449 lib/pdf/xpdf/Gfx.cc out->fill(state);
fill 1479 lib/pdf/xpdf/Gfx.cc out->fill(state);
fill 1500 lib/pdf/xpdf/Gfx.cc out->fill(state);
fill 1835 lib/pdf/xpdf/Gfx.cc out->fill(state);
fill 2048 lib/pdf/xpdf/Gfx.cc out->fill(state);
fill 2337 lib/pdf/xpdf/Gfx.cc out->fill(state);
fill 2613 lib/pdf/xpdf/Gfx.cc out->fill(state);
fill 2650 lib/pdf/xpdf/Gfx.cc out->fill(state);
fill 2682 lib/pdf/xpdf/Gfx.cc out->fill(state);
fill 2723 lib/pdf/xpdf/Gfx.cc out->fill(state);
fill 2803 lib/pdf/xpdf/Gfx.cc out->fill(state);
fill 154 lib/pdf/xpdf/OutputDev.h virtual void fill(GfxState *state) {}
fill 144 lib/pdf/xpdf/Splash.h SplashError fill(SplashPath *path, GBool eo);
fill 1296 lib/pdf/xpdf/SplashOutputDev.cc splash->fill(path, gFalse);
fill 1307 lib/pdf/xpdf/SplashOutputDev.cc splash->fill(path, gTrue);
fill 104 lib/pdf/xpdf/SplashOutputDev.h virtual void fill(GfxState *state);
fill 4006 lib/pdf/xpdf/TextOutputDev.cc fill(state);
fill 600 lib/pdf/xpdf/TextOutputDev.h virtual void fill(GfxState *state);
fill 271 lib/python/gfx.c self->output_device->fill(self->output_device, line, &c);
fill 643 lib/python/gfx.c self->output_device->fill = my_fill;
fill 214 lib/readers/swf.c r->device->fill(r->device, line, &c);
fill 415 lib/rfxswf.h { U16 fill;
fill 213 lib/wav.c int fill;
fill 223 lib/wav.c fill = (int)(ratio+1)*2;
fill 242 lib/wav.c for(j=0;j<fill;j+=2) {
fill 261 lib/wav.c for(j=0;j<fill;j+=2) {
fill 280 lib/wav.c for(j=0;j<fill;j+=2) {
fill 1283 src/swfc.c swf_RecodeShapeData(outline->shape->data, outline->shape->bitlen, outline->shape->bits.fill, outline->shape->bits.line,
fill 1284 src/swfc.c &s->data, &s->bitlen, s->bits.fill, s->bits.line);
fill 3806 src/swfc.c RGBA fill;