Lines Matching defs:NRStyle
19 void NRStyle::Paint::clear()
28 void NRStyle::Paint::set(SPColor const &c)
35 void NRStyle::Paint::set(SPPaintServer *ps)
45 NRStyle::NRStyle()
80 NRStyle::~NRStyle()
95 void NRStyle::set(SPStyle *style, SPStyle *context_style)
104 //std::cerr << "NRStyle::set: 'context-fill': 'context_style' is NULL" << std::endl;
110 //std::cerr << "NRStyle::set: 'context-stroke': 'context_style' is NULL" << std::endl;
129 //std::cerr << "NRStyle::set: fill: context-fill: Double" << std::endl;
131 //std::cerr << "NRStyle::set: fill: context-stroke: Double" << std::endl;
154 //std::cerr << "NRStyle::set: 'context-fill': 'context_style' is NULL" << std::endl;
160 //std::cerr << "NRStyle::set: 'context-stroke': 'context_style' is NULL" << std::endl;
178 //std::cerr << "NRStyle::set: stroke: context-fill: Double" << std::endl;
180 //std::cerr << "NRStyle::set: stroke: context-stroke: Double" << std::endl;
344 bool NRStyle::prepareFill(Inkscape::DrawingContext &dc, Geom::OptRect const &paintbox, Inkscape::DrawingPattern *pattern)
370 void NRStyle::applyFill(Inkscape::DrawingContext &dc)
376 bool NRStyle::prepareTextDecorationFill(Inkscape::DrawingContext &dc, Geom::OptRect const &paintbox, Inkscape::DrawingPattern *pattern)
402 void NRStyle::applyTextDecorationFill(Inkscape::DrawingContext &dc)
408 bool NRStyle::prepareStroke(Inkscape::DrawingContext &dc, Geom::OptRect const &paintbox, Inkscape::DrawingPattern *pattern)
433 void NRStyle::applyStroke(Inkscape::DrawingContext &dc)
443 bool NRStyle::prepareTextDecorationStroke(Inkscape::DrawingContext &dc, Geom::OptRect const &paintbox, Inkscape::DrawingPattern *pattern)
468 void NRStyle::applyTextDecorationStroke(Inkscape::DrawingContext &dc)
478 void NRStyle::update()