Searched refs:bgcolor (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/helper/ |
H A D | pixbuf-ops.h | 21 unsigned int width, unsigned int height, double xdpi, double ydpi, unsigned long bgcolor, double quality, GSList *items_only = NULL); 26 unsigned long bgcolor, GSList *items_only = NULL);
|
H A D | png-write.h | 36 unsigned long bgcolor, 42 unsigned long bgcolor,
|
H A D | pixbuf-ops.cpp | 70 unsigned long bgcolor, double quality,GSList *items) 74 width, height, xdpi, ydpi, bgcolor, items)); 99 unsigned long /*bgcolor*/, 67 sp_export_jpg_file(SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, unsigned width, unsigned height, double xdpi, double ydpi, unsigned long bgcolor, double quality,GSList *items) argument
|
H A D | png-write.cpp | 387 unsigned long bgcolor, 393 width, height, xdpi, ydpi, bgcolor, status, data, force_overwrite, items_only); 399 unsigned long bgcolor, 446 ebp.background = bgcolor; 384 sp_export_png_file(SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, unsigned long int width, unsigned long int height, double xdpi, double ydpi, unsigned long bgcolor, unsigned int (*status) (float, void *), void *data, bool force_overwrite, const std::vector<SPItem*> &items_only) argument 396 sp_export_png_file(SPDocument *doc, gchar const *filename, Geom::Rect const &area, unsigned long width, unsigned long height, double xdpi, double ydpi, unsigned long bgcolor, unsigned (*status)(float, void *), void *data, bool force_overwrite, const std::vector<SPItem*> &items_only) argument
|
/inkscape/src/ui/dialog/ |
H A D | print.cpp | 69 guint32 bgcolor = 0x00000000; local 72 bgcolor = sp_svg_read_color(nv->attribute("pagecolor"), 0xffffff00); 77 bgcolor |= SP_COLOR_F_TO_U(opacity); 84 dpi, dpi, bgcolor, NULL, NULL, true, std::vector<SPItem*>());
|
/inkscape/src/ |
H A D | main.cpp | 1626 guint32 bgcolor = 0x00000000; local 1629 bgcolor = sp_svg_read_color(sp_export_background, 0xffffff00); 1630 bgcolor |= 0xff; // default is no opacity 1635 bgcolor = sp_svg_read_color(nv->attribute("pagecolor"), 0xffffff00); 1640 bgcolor |= SP_COLOR_F_TO_U(opacity); 1650 bgcolor &= (guint32) 0xffffff00; 1651 bgcolor |= (guint32) floor(value); 1654 bgcolor &= (guint32) 0xffffff00; 1655 bgcolor |= SP_COLOR_F_TO_U(value); 1683 g_print("Background RRGGBBAA: %08x\n", bgcolor); [all...] |
/inkscape/src/ui/tools/ |
H A D | flood-tool.cpp | 756 guint32 bgcolor, dtc; local 776 bgcolor = nv->pagecolor; 777 // bgcolor is 0xrrggbbaa, we need 0xaarrggbb 778 dtc = (bgcolor >> 8) | (bgcolor << 24); 780 dc.setSource(bgcolor);
|
/inkscape/src/ui/ |
H A D | clipboard.cpp | 1175 guint32 bgcolor = 0x00000000; local 1186 bgcolor = sp_svg_read_color(nv->attribute("pagecolor"), 0xffffff00); 1191 bgcolor |= SP_COLOR_F_TO_U(opacity); 1194 sp_export_png_file(_clipboardSPDoc, filename, area, width, height, dpi, dpi, bgcolor, NULL, NULL, true, x);
|
Completed in 415 milliseconds