Searched refs:background (Results 1 - 12 of 12) sorted by relevance

/inkscape/doc/
H A Dkeys.css23 background-color: #ffffff;
55 background-color: #eeeeee;
119 .color1 {background-color: #f5f5f5;}
120 .color2 {background-color: #f0eae7;}
121 .color3 {background-color: #f8f3e9;}
122 .color4 {background-color: #e5f1e7;}
123 .color5 {background-color: #efcfdf;}
124 .color6 {background-color: #f3f2e2;}
125 .color7 {background-color: #e8fae1;}
126 .color8 {background
[all...]
/inkscape/src/display/
H A Dcanvas-text.h42 bool background; member in struct:SPCanvasText
48 Geom::Point s; // Is the coordinate of the anchor, which is related to the rectangle filled with the background color
49 CanvasTextAnchorPositionEnum anchor_position; // The anchor position specifies where the anchor is with respect to the rectangle filled with the background color
H A Dcanvas-text.cpp52 canvastext->background = false;
60 canvastext->background = false;
89 if (cl->background){
133 // Point s specifies the position of the anchor, which is at the bounding box of the text itself (i.e. not at the border of the filled background rectangle)
227 // Pos specifies the position of the anchor, which is at the bounding box of the text itself (i.e. not at the border of the filled background rectangle)
H A Dsnap-indicator.cpp306 SP_CANVASTEXT(canvas_tooltip)->background = true;
/inkscape/src/extension/internal/filter/
H A Dblurs.h310 * Blend to background (boolean, default false) -> blend (false: in2="flood", true: in2="BackgroundImage")
344 "<param name=\"background\" gui-text=\"" N_("Blend to background") "\" type=\"boolean\" >false</param>\n"
376 std::ostringstream background; local
391 if (ext->get_param_bool("background")) {
392 background << "BackgroundImage" ;
394 background << "flood" ;
408 background.str().c_str(), blend.str().c_str(), opacity.str().c_str());
H A Dbumps.h42 * Bump from background (boolean, default false) -> colormatrix1 (false: in="SourceGraphic", true: in="BackgroundImage")
91 "<param name=\"background\" gui-text=\"" N_("Bump from background") "\" indent=\"1\" type=\"boolean\">false</param>\n"
188 if (ext->get_param_bool("background")) {
320 "<param name=\"background\" gui-text=\"" N_("Background:") "\" type=\"enum\">\n"
385 std::ostringstream background; local
416 background << ext->get_param_enum("background");
466 "</filter>\n", simplifyImage.str().c_str(), background.str().c_str(), bgopacity.str().c_str(),
/inkscape/src/ui/tools/
H A Dmeasure-tool.h61 void setMeasureCanvasText(bool is_angle, double precision, double amount, double fontsize, Glib::ustring unit_name, Geom::Point position, guint32 background, CanvasTextAnchorPositionEnum text_anchor, bool to_item, bool to_phantom, Inkscape::XML::Node *measure_repr);
64 void setLabelText(const char *value, Geom::Point pos, double fontsize, Geom::Coord angle, guint32 background , Inkscape::XML::Node *measure_repr = NULL, CanvasTextAnchorPositionEnum text_anchor = TEXT_ANCHOR_CENTER );
H A Dmeasure-tool.cpp913 void MeasureTool::setLabelText(const char *value, Geom::Point pos, double fontsize, Geom::Coord angle, guint32 background, Inkscape::XML::Node *measure_repr, CanvasTextAnchorPositionEnum text_anchor) argument
985 sp_svg_write_color (color_line, sizeof(color_line), background);
1038 void MeasureTool::setMeasureCanvasText(bool is_angle, double precision, double amount, double fontsize, Glib::ustring unit_name, Geom::Point position, guint32 background, CanvasTextAnchorPositionEnum text_anchor, bool to_item, bool to_phantom, Inkscape::XML::Node *measure_repr) argument
1055 canvas_tooltip->rgba_background = background;
1057 canvas_tooltip->background = true;
1069 setLabelText(measure_str, position, fontsize, 0, background, measure_repr);
/inkscape/share/extensions/
H A Dnicechart.py483 # Add a grey background circle with a light stroke
484 background = inkex.etree.Element(inkex.addNS("circle", "svg"))
485 background.set("cx", str(width/2))
486 background.set("cy", str(height/2))
487 background.set("r", str(pie_radius))
488 background.set("style", "stroke:#ececec;fill:#f9f9f9")
489 layer.append(background)
H A Dgcodetools.py4352 if i.get("gcodetools") == "Gcodetools tool background" :
5979 {'style': "fill:#%s;fill-opacity:0.5;stroke:#444444; stroke-width:1px;"%colors[tool_num%len(colors)], "gcodetools":"Gcodetools tool background"})
6615 writer = png.Writer(width=self.options.graffiti_preview_size, height=self.options.graffiti_preview_size, size=None, greyscale=False, alpha=True, bitdepth=8, palette=None, transparent=None, background=None, gamma=None, compression=None, interlace=False, bytes_per_sample=None, planes=None, colormap=None, maxval=None, chunk_limit=1048576)
/inkscape/src/helper/
H A Dpng-write.cpp55 guint32 background; member in struct:SPEBP
339 dc.setSource(ebp->background);
446 ebp.background = bgcolor;
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp724 // Do nothing to erase the background
771 // Fill in the background area
1408 // Paint the background to match the dialog colour
1409 const COLORREF background = GetSysColor(COLOR_3DFACE); local
1411 GetRValue(background) / 255.0,
1412 GetGValue(background) / 255.0,
1413 GetBValue(background) / 255.0);

Completed in 56 milliseconds