/inkscape/src/ui/widget/ |
H A D | notebook-page.cpp | 24 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
|
/inkscape/src/ |
H A D | knot-holder-entity.h | 107 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 D | knot.h | 62 guint32 fill[SP_KNOT_VISIBLE_STATES]; member in class:SPKnot 175 fill-column:99
|
H A D | sp-cursor.cpp | 57 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 D | style.h | 218 /** 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 D | desktop-style.cpp | 74 sp_desktop_set_color(SPDesktop *desktop, ColorRGBA const &color, bool is_relative, bool fill) argument 86 if (fill) { 87 sp_repr_css_set_property(css, "fill", b); 90 sp_repr_css_set_property(css, "fill-opacity", osalpha.str().c_str()); 289 is_fill ? "fill" : "stroke", 346 gchar const *property = css ? sp_repr_css_property(css, is_fill ? "fill-opacity": "stroke-opacity", "1.000") : 0; 375 gchar const *property = sp_repr_css_property(css, is_fill ? "fill" : "stroke", "#000"); 491 * Write to style_res the average fill or stroke of list of objects, if applicable. 501 SPIPaint *paint_res = isfill? &style_res->fill : &style_res->stroke; 526 SPIPaint *paint = isfill? &style->fill [all...] |
H A D | sp-item.cpp | 1221 bool fill = (pt == TRANSFORM_FILL || pt == TRANSFORM_BOTH); local 1222 if (fill && style && (style->fill.isPaintserver())) { 1226 SPPattern *pattern = serverPatt->clone_if_necessary(this, "fill"); 1244 if ( style && style->fill.isPaintserver() ) { 1258 SPGradient *gradient = sp_gradient_convert_to_userspace( serverGrad, this, "fill" ); 1462 // recursively compensate pattern fill if it's not to be transformed 1467 /// recursively compensate gradient fill if it's not to be transformed 1471 // this converts the gradient/pattern fill/stroke, if any, to userSpaceOnUse; we need to do 1726 fill [all...] |
H A D | selection-chemistry.cpp | 1863 * Selects all the visible items with the same fill and/or stroke color/style as the items in the current selection 1867 * fill - select objects matching fill 1870 void sp_select_same_fill_stroke_style(SPDesktop *desktop, gboolean fill, gboolean stroke, gboolean style) argument 1876 if (!fill && !stroke && !style) { 1902 if (fill && stroke && style) { 1905 else if (fill) { 1964 * Find all items in src list that have the same fill or stroke style as sel 1972 SPIPaint *sel_paint = (type == SP_FILL_COLOR) ? &(sel->style->fill) : &(sel->style->stroke); 1977 SPIPaint *iter_paint = (type == SP_FILL_COLOR) ? &(iter->style->fill) [all...] |
/inkscape/src/extension/implementation/ |
H A D | implementation.h | 158 virtual unsigned fill(Inkscape::Extension::Print * /*module*/, function in class:Inkscape::Extension::Implementation::Implementation 199 fill-column:99
|
/inkscape/src/extension/ |
H A D | print.cpp | 79 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
|
/inkscape/src/extension/internal/ |
H A D | latex-pstricks.cpp | 180 unsigned int PrintLatex::fill(Inkscape::Extension::Print * /*mod*/, function in class:Inkscape::Extension::Internal::PrintLatex 188 if (style->fill.isColor()) { 196 sp_color_get_rgb_floatv(&style->fill.value.color, rgb); 348 fill-column:99
|
H A D | odf.h | 76 fill = other.fill; 88 fill = "none"; 104 fill != other.fill || 117 Glib::ustring fill; member in class:Inkscape::Extension::Internal::StyleInfo
|
H A D | javafx-out.cpp | 389 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 D | wmf-print.cpp | 328 // earlier versions had flush of fill here, but it never executed and was removed 354 // set a default fill in case we can't figure out a better way to do it 367 if (style->fill.isColor()) { 372 opacity = 0.0; // basically the same as no fill 375 sp_color_get_rgb_floatv(&style->fill.value.color, rgb); 380 SPPaintServer *paintserver = style->fill.value.href->getObject(); 406 SPPaintServer *paintserver = style->fill.value.href->getObject(); 419 // default fill 437 // default fill 441 case DRAW_LINEAR_GRADIENT: // fill wit 644 unsigned int PrintWmf::fill( function in class:Inkscape::Extension::Internal::PrintWmf [all...] |
H A D | cairo-render-context.cpp | 179 if (style->fill.isPaintserver() || style->stroke.isPaintserver()) 182 // disable rendering of opacity if there's a stroke on the fill 184 && !style->fill.isNone() 713 // The incoming pixel values already include alpha, fill-opacity, etc., 1324 g_return_if_fail( !style->fill.set 1325 || style->fill.isColor() 1326 || style->fill.isPaintserver() ); 1346 } else if (style->fill.colorSet) { 1348 sp_color_get_rgb_floatv(&style->fill.value.color, rgb); 1352 } else { // unset fill i 1717 bool fill = false; local [all...] |
H A D | emf-print.cpp | 314 // earlier versions had flush of fill here, but it never executed and was removed 336 // earlier versions had flush of fill here, but it never executed and was removed 362 // set a default fill in case we can't figure out a better way to do it 375 if (style->fill.isColor()) { 381 opacity = 0.0; // basically the same as no fill 384 sp_color_get_rgb_floatv(&style->fill.value.color, rgb); 389 SPPaintServer *paintserver = style->fill.value.href->getObject(); 415 SPPaintServer *paintserver = style->fill.value.href->getObject(); 428 // default fill 446 // default fill 1114 unsigned int PrintEmf::fill( function in class:Inkscape::Extension::Internal::PrintEmf [all...] |
/inkscape/src/ui/tool/ |
H A D | control-point.h | 201 guint32 fill; member in struct:Inkscape::UI::ControlPoint::ColorEntry 419 fill-column:99
|
/inkscape/src/util/ |
H A D | list-container.h | 176 void resize(size_type size, const_reference fill) { argument 184 ListContainer temp(size, fill); 349 fill-column:99
|
/inkscape/src/ui/tools/ |
H A D | dropper-tool.cpp | 274 const gchar *message = this->dragging ? _("<b>Release mouse</b> to set color.") : _("<b>Click</b> to set fill, <b>Shift+click</b> to set stroke; <b>drag</b> to average color in area; with <b>Alt</b> to pick inverse color; <b>Ctrl+C</b> to copy the color under mouse to clipboard"); 300 bool fill = !(event->button.state & GDK_SHIFT_MASK); // Stroke if Shift key held local 303 // "One time" pick from Fill/Stroke dialog stroke page, always apply fill or stroke (ignore <Shift> key) 304 fill = (prefs->getInt("/dialogs/fillstroke/page", 0) == 0) ? true : false; 311 false, fill); 402 fill-column:99
|
/inkscape/src/display/ |
H A D | drawing-context.h | 91 void fill() { cairo_fill(_ct); } function in class:Inkscape::DrawingContext 147 fill-column:99
|
H A D | nr-style.h | 63 Paint fill; member in struct:NRStyle 136 fill-column:99
|
/inkscape/src/libgdl/ |
H A D | gdl-dock-bar.c | 484 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/ui/dialog/ |
H A D | color-item.cpp | 68 gchar const * val = node->attribute("inkscape:x-fill-tag"); 75 sp_repr_css_set_property( css, "fill", c ); 127 gchar* msg = g_strdup_printf(_("Color: <b>%s</b>; <b>Click</b> to set fill, <b>Shift+click</b> to set stroke"), 240 thumb->fill( fillWith ); 329 void ColorItem::setState( bool fill, bool stroke ) argument 331 if ( (_isFill != fill) || (_isStroke != stroke) ) { 332 _isFill = fill; 667 char const * attrName = secondary ? "stroke" : "fill"; 675 descr = secondary? _("Remove stroke color") : _("Remove fill color"); 680 descr = secondary? _("Set stroke color to none") : _("Set fill colo [all...] |
/inkscape/src/extension/dbus/ |
H A D | document-interface.cpp | 239 newNode->setAttribute("style", "fill:#0000ff;fill-opacity:1;stroke:#c900b9;stroke-width:0;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none", TRUE); 481 //Makes sure there is no fill for spirals by default. 482 gchar* newString = g_strconcat(newNode->attribute("style"), ";fill:none", NULL); 830 int r, int g, int b, gboolean fill, GError **error) 839 if (fill) 840 snprintf(style, 15, "fill:#%.2x%.2x%.2x", r, g, b); 1483 fill-column:99 829 document_interface_set_color(DocumentInterface *doc_interface, gchar *shape, int r, int g, int b, gboolean fill, GError **error) argument
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.cpp | 386 * \brief Sets fill style from poppler's GfxState data structure 394 sp_repr_css_set_property(css, "fill", urltext); 401 sp_repr_css_set_property(css, "fill", svgConvertGfxRGB(&fill_color)); 407 sp_repr_css_set_property(css, "fill-opacity", os_opacity.str().c_str()); 410 sp_repr_css_set_property(css, "fill-rule", even_odd ? "evenodd" : "nonzero"); 417 SPCSSAttr *SvgBuilder::_setStyle(GfxState *state, bool fill, bool stroke, bool even_odd) { argument 419 if (fill) { 422 sp_repr_css_set_property(css, "fill", "none"); 438 * \param fill whether the path should be filled 442 void SvgBuilder::addPath(GfxState *state, bool fill, boo argument [all...] |