Home
last modified time | relevance | path

Searched refs:fillstyles (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/py-pyx/PyX-0.15/pyx/
H A Ddeco.py56 self.fillstyles = fillstyles
142 if self.fillstyles is not None:
150 if self.fillstyles:
172 if self.fillstyles:
182 if self.fillstyles:
224 for style in fillstyles:
245 if self.fillstyles:
260 if self.fillstyles:
270 if self.fillstyles:
441 if dp.fillstyles is not None:
[all …]
H A Dpdfextra.py192 alignflag, annotflag, formflag, context.fillstyles, writer, registry))
198 alignflag, annotflag, formflag, fillstyles, writer, registry): argument
239 for attr in fillstyles:
245 self.fillstyles = fillstring.getvalue()
274 …file.write("/DA (%s /%s %f Tf %f TL)\n" % (self.fillstyles, self.font.name, self.fontsize, self.fo…
H A Dtext.py803 …_pt, y_pt, left_pt, right_pt, height_pt, depth_pt, do_finish, fontmap, singlecharmode, fillstyles): argument
839 self.fillstyles = fillstyles
859 …fontmap=self.fontmap, singlecharmode=self.singlecharmode, attrs=[self.texttrafo] + self.fillstyles)
1297 fillstyles = attr.getattrs(textattrs, [style.fillstyle])
1307 … y_pt, left_pt, right_pt, height_pt, depth_pt, self.do_finish, fontmap, singlecharmode, fillstyles)
1726 fillstyles = attr.getattrs(textattrs, [style.fillstyle])
H A Dpdfwriter.py400 self.fillstyles = []
H A Dcanvas.py220 context.fillstyles.append(attr)
/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfshape.c572 …shape->fillstyles = (FILLSTYLE*)rfx_realloc(shape->fillstyles, sizeof(FILLSTYLE)*shape->numfillsty… in parseFillStyleArray()
575 parseFillStyle(&shape->fillstyles[t], tag, num); in parseFillStyleArray()
823 if(s->fillstyles) { in swf_Shape2Free()
824 rfx_free(s->fillstyles); in swf_Shape2Free()
825 s->fillstyles = 0; in swf_Shape2Free()
841 s2->fillstyles = (FILLSTYLE*)rfx_alloc(sizeof(FILLSTYLE)*s->numfillstyles); in swf_Shape2Clone()
842 memcpy(s2->fillstyles, s->fillstyles, sizeof(FILLSTYLE)*s->numfillstyles); in swf_Shape2Clone()
874 shape2->fillstyles = (FILLSTYLE*)rfx_alloc(sizeof(FILLSTYLE)*shape->fillstyle.n); in swf_ShapeToShape2()
987 memcpy(shape->fillstyle.data, shape2->fillstyles, sizeof(FILLSTYLE)*shape->fillstyle.n); in swf_Shape2ToShape()
1103 s2.fillstyles = (FILLSTYLE*)rfx_calloc(sizeof(FILLSTYLE)*s2.numfillstyles); in swf_RecodeShapeData()
[all …]
H A Dswfrender.c389 s->fillstyles = (FILLSTYLE*)rfx_calloc(sizeof(FILLSTYLE)*shape->numlinestyles); in linestyle2fillstyle()
393 s->fillstyles[t].type = FILL_SOLID; in linestyle2fillstyle()
394 s->fillstyles[t].color = shape->linestyles[t].color; in linestyle2fillstyle()
439 swf_MatrixJoin(&nm, &mat, &s2->fillstyles[t].m); in swf_RenderShape()
446 s2->fillstyles[t].m = nm; in swf_RenderShape()
748 f = &l->p->s->fillstyles[l->fillid-1]; in fill()
1146 shape->fillstyles[0].color = *color; //q&d in textcallback()
/dports/graphics/figurine/figurine-1.0.5/
H A DMakefile.am7 … src/pixmaps/ellipsearc.xpm src/pixmaps/eye.xpm src/pixmaps/fillstyles.h src/pixmaps/flatend.xpm \
H A DMakefile.in73 … src/pixmaps/ellipsearc.xpm src/pixmaps/eye.xpm src/pixmaps/fillstyles.h src/pixmaps/fl…
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dmarkers.py161 fillstyles = ('full', 'left', 'right', 'bottom', 'top', 'none') variable in MarkerStyle
236 if fillstyle not in self.fillstyles:
238 % ' '.join(self.fillstyles))
H A Dlines.py270 fillStyles = MarkerStyle.fillstyles
1501 fillStyles = MarkerStyle.fillstyles
/dports/graphics/py-pyx/PyX-0.15/pyx/font/
H A Dfont.py544 …deco.decoratedpath(self.textpath(), fillstyles=[]).processPS(file, writer, context, registry, bbox)
609 …deco.decoratedpath(self.textpath(), fillstyles=[]).processPDF(file, writer, context, registry, bbo…
703 …deco.decoratedpath(self.textpath(), fillstyles=[]).processSVG(xml, writer, context, registry, bbox)
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dmarkers.py214 fillstyles = ('full', 'left', 'right', 'bottom', 'top', 'none') variable in MarkerStyle
279 _api.check_in_list(self.fillstyles, fillstyle=fillstyle)
H A Dlines.py249 fillStyles = MarkerStyle.fillstyles
1556 fillStyles = MarkerStyle.fillstyles
/dports/graphics/swftools/swftools-0.9.2/lib/python/
H A Dtags.c740 shape2->fillstyles[0] = *f; in swf_StringToShape2()
823 return f_FillStyle2(fi->shape2->fillstyles[nr]); in shape_getfillstyle()
854 fi->shape2->fillstyles[nr] = fillstyle_getFillStyle(fs); in shape_setfillstyle()
/dports/graphics/ming/libming-ming-0_4_8/
H A DNEWS90 * Complete Bitmap fillstyles
/dports/graphics/p5-ming/libming-ming-0_4_8/
H A DNEWS90 * Complete Bitmap fillstyles
/dports/graphics/py-ming/libming-ming-0_4_8/
H A DNEWS90 * Complete Bitmap fillstyles
/dports/graphics/swftools/swftools-0.9.2/lib/readers/
H A Dswf.c555 renderFilled(r, line, &shape.fillstyles[t-1], &p->po.cxform, &p->po.matrix); in renderCharacter()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h430 FILLSTYLE* fillstyles; member
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfdump.c882 printf(" | %-2d) %-18.18s", t+1, fillstyle2str(&shape.fillstyles[t])); in handleShape()
/dports/graphics/py-pyx/PyX-0.15/
H A DCHANGES113 - fillrules are now fillstyles and handled within the PS/PDF context
856 - contains all line- and fillstyles which formerly had been defined in the canvas module
/dports/math/gnuplot/gnuplot-5.4.1/term/
H A Dcanvas.trm17 * CANVAS_set_color(), CANVAS_make_palette(), CANVAS_fillbox(), fillstyles,
/dports/math/gnuplot-lite/gnuplot-5.4.1/term/
H A Dcanvas.trm17 * CANVAS_set_color(), CANVAS_make_palette(), CANVAS_fillbox(), fillstyles,
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/
H A Dcanvas.trm15 * CANVAS_set_color(), CANVAS_make_palette(), CANVAS_fillbox(), fillstyles,

12