Searched defs:background (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/display/ |
H A D | canvas-text.h | 42 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
|
/inkscape/src/extension/internal/filter/ |
H A D | blurs.h | 310 * 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 D | bumps.h | 42 * 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/helper/ |
H A D | png-write.cpp | 55 guint32 background; member in struct:SPEBP 339 dc.setSource(ebp->background); 446 ebp.background = bgcolor;
|
/inkscape/src/ui/dialog/ |
H A D | filedialogimpl-win32.cpp | 724 // 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);
|
/inkscape/src/ui/tools/ |
H A D | measure-tool.cpp | 913 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);
|
Completed in 651 milliseconds