Searched refs:fill (Results 1 - 25 of 102) sorted by relevance

12345

/inkscape/src/ui/widget/
H A Dnotebook-page.cpp24 NotebookPage::NotebookPage(int n_rows, int n_columns, bool expand, bool fill, guint padding) argument
40 pack_start(*_table, expand, fill, padding);
53 fill-column:99
H A Dnotebook-page.h43 NotebookPage(int n_rows, int n_columns, bool expand=false, bool fill=false, guint padding=0);
72 fill-column:99
H A Dcolor-preview.cpp122 cr->fill();
135 cr->fill();
191 fill-column:99
/inkscape/src/
H A Dsp-cursor.h9 GdkPixbuf* sp_cursor_pixbuf_from_xpm(char const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke);
20 fill-column:99
H A Dknot-holder-entity.h107 PatternKnotHolderEntityXY(bool fill) : KnotHolderEntity(), _fill(fill) {} argument
111 // true if the entity tracks fill, false for stroke
117 PatternKnotHolderEntityAngle(bool fill) : KnotHolderEntity(), _fill(fill) {} argument
126 PatternKnotHolderEntityScale(bool fill) : KnotHolderEntity(), _fill(fill) {} argument
141 fill-column:99
H A Dsp-cursor.cpp57 GdkPixbuf *sp_cursor_pixbuf_from_xpm(char const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke) argument
90 colorMap[ccode] = RGBA(SP_RGBA32_R_U(fill), SP_RGBA32_G_U(fill), SP_RGBA32_B_U(fill), SP_RGBA32_A_U(fill));
135 fill-column:99
H A Dstyle.h218 /** fill */
219 SPIPaint fill; member in class:SPStyle
220 /** fill-opacity */
222 /** fill-rule: 0 nonzero, 1 evenodd */
284 * Emitted when paint server object, fill paint refers to, is changed. That is
292 * Emitted when paint server object, fill paint refers to, is changed. That is
301 SPPaintServer *getFillPaintServer() { return (fill.value.href) ? fill.value.href->getObject() : NULL; }
302 SPPaintServer const *getFillPaintServer() const { return (fill.value.href) ? fill
[all...]
H A Dstyle-test.h62 TestCase("fill:none"),
63 TestCase("fill:currentColor"),
64 TestCase("fill:#ff00ff"),
66 TestCase("fill:rgb(100%, 0%, 100%)", "fill:#ff00ff"),
68 TestCase("fill:url(#painter) rgb(100%, 0%, 100%)",
69 "fill:url(#painter) #ff00ff", "#painter"),
71 TestCase("fill:rgb(255, 0, 255)", "fill:#ff00ff"),
73 TestCase("fill
[all...]
H A Dknot.cpp85 this->fill[SP_KNOT_STATE_NORMAL] = 0xffffff00;
86 this->fill[SP_KNOT_STATE_MOUSEOVER] = 0xff0000ff;
87 this->fill[SP_KNOT_STATE_DRAGGING] = 0x0000ffff;
483 g_object_set(this->item, "fill_color", this->fill[state], NULL);
509 fill[SP_KNOT_STATE_NORMAL] = normal;
510 fill[SP_KNOT_STATE_MOUSEOVER] = mouseover;
511 fill[SP_KNOT_STATE_DRAGGING] = dragging;
588 fill-column:99
/inkscape/src/display/
H A Dnr-style.cpp46 : fill()
89 fill.clear();
97 // Handle 'context-fill' and 'context-stroke': Work in progress
98 const SPIPaint *style_fill = &(style->fill);
101 style_fill = &(context_style->fill);
104 //std::cerr << "NRStyle::set: 'context-fill': 'context_style' is NULL" << std::endl;
117 fill.set(server);
119 fill.set(style_fill->value.color);
121 fill.clear();
124 fill
[all...]
H A Ddrawing-shape.cpp141 (( _nrstyle.fill.type != NRStyle::PAINT_NONE ) &&
234 // update fill and stroke paints.
253 } // has fill or stroke pattern
295 dc.fill();
337 bool needfill = pick_as_clip || (_nrstyle.fill.type != NRStyle::PAINT_NONE &&
338 _nrstyle.fill.opacity > 1e-3 && !outline);
359 // covered by fill?
376 if (needfill || width > 0) { // if either fill or stroke visible,
410 fill-column:99
H A Ddrawing-surface.cpp306 dc.fill();
327 dc.fill();
331 dc.fill();
366 fill-column:99
/inkscape/src/extension/
H A Dprint.cpp79 Print::fill (Geom::PathVector const &pathv, Geom::Affine const &ctm, SPStyle const *style, function in class:Inkscape::Extension::Print
82 return imp->fill (this, pathv, ctm, style, pbox, dbox, bbox);
126 fill-column:99
H A Dprint.h51 unsigned int fill (Geom::PathVector const &pathv,
85 fill-column:99
/inkscape/src/extension/internal/
H A Dodf.h76 fill = other.fill;
88 fill = "none";
104 fill != other.fill ||
117 Glib::ustring fill; member in class:Inkscape::Extension::Internal::StyleInfo
H A Djavafx-out.cpp389 SPIPaint const &fill = style->fill; local
390 if (fill.isColor())
393 out(" fill: %s\n",
394 rgba(fill.value.color, SP_SCALE24_TO_FLOAT(style->fill_opacity.value)).c_str());
396 else if (fill.isPaintserver()){
397 if (fill.value.href && fill.value.href->getURI() ){
398 gchar *str = fill.value.href->getURI()->toString();
404 out(" fill
[all...]
H A Dlatex-pstricks.h53 virtual unsigned int fill (Inkscape::Extension::Print *module, Geom::PathVector const &pathv,
79 fill-column:99
H A Dwmf-print.h47 virtual unsigned int fill (Inkscape::Extension::Print *module,
91 fill-column:99
H A Dlatex-text-renderer.cpp292 // give priority to fill color
295 if (style->fill.set && style->fill.isColor()) {
297 rgba = style->fill.value.color.toRGBA32(1.);
442 // give priority to fill color
445 if (style->fill.set && style->fill.isColor()) {
447 rgba = style->fill.value.color.toRGBA32(1.);
713 fill-column:99
/inkscape/share/extensions/
H A Dmarkers_strokepaint.py39 help="Replace the markers' fill with the object stroke or fill color")
43 help="Assign the object fill and stroke alpha to the markers")
47 help="Invert fill and stroke colors")
51 help="Assign a fill color to the markers")
55 help="Choose a custom fill color")
63 help="Choose a custom fill color")
89 temp_fill = style.get('fill', '#000000')
91 fill = temp_stroke
94 fill
[all...]
H A Dsynfig_prepare.py272 Returns a the list [fill, stroke], where each is the XML element of the
273 fill or stroke, or None.
277 # If there is only stroke or only fill, don't split anything
278 if "fill" in style.keys() and style["fill"] == "none":
280 return [None, None] # Path has neither stroke nor fill
287 fill = etree.SubElement(group, addNS("path", "svg"))
296 raise AssertionError, "Cannot split stroke and fill of non-path element"
327 style_fill = {"stroke":"none", "fill":"#000000"}
328 style_stroke = {"fill"
[all...]
H A Dprint_win32_vector.py56 fillcolor = None # fill color
68 if style.has_key('fill'):
69 if style['fill'] and style['fill'] != 'none' and style['fill'][0:3] != 'url':
70 fill = simplestyle.parseColor(style['fill'])
71 fillcolor = fill[0] + 256*fill[1] + 256*256*fill[
[all...]
/inkscape/src/libgdl/
H A Dgdl-dock-bar.c484 gboolean fill; local
492 &fill,
553 gboolean fill; local
559 &fill,
601 gboolean fill; local
607 &fill,
642 if (fill)
669 gboolean fill; local
675 &fill,
710 if (fill)
748 gboolean fill; local
823 gboolean fill; local
872 gboolean fill; local
944 gboolean fill; local
[all...]
/inkscape/src/live_effects/
H A Dlpe-jointype.cpp82 //from LPEPowerStroke -- sets fill if stroke color because we will
83 //be converting to a fill to make the new join.
99 sp_repr_css_set_property (css, "fill", str.c_str());
104 sp_repr_css_set_property (css, "fill", c);
106 sp_repr_css_set_property (css, "fill", "none");
109 sp_repr_css_set_property(css, "fill-rule", "nonzero");
120 //from LPEPowerStroke -- sets stroke color from existing fill color
128 if (lpeitem->style->fill.isPaintserver()) {
137 } else if (lpeitem->style->fill.isColor()) {
139 sp_svg_write_color (c, sizeof(c), lpeitem->style->fill
[all...]
/inkscape/share/extensions/test/
H A Dinkweb-debug.js314 style: "fill:#C00; stroke:#800; stroke-width:2",
317 style: "fill:#FFF; font-size:10px;" +

Completed in 36 milliseconds

12345