Lines Matching defs:bgcolor
1626 guint32 bgcolor = 0x00000000;
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);
1691 dpi, bgcolor, NULL, NULL, true, sp_export_id_only ? items : std::vector<SPItem*>()) == 1 ) {