Searched refs:dbox (Results 1 - 19 of 19) sorted by relevance

/inkscape/src/extension/
H A Dprint.cpp80 Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox)
82 return imp->fill (this, pathv, ctm, style, pbox, dbox, bbox);
87 Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox)
89 return imp->stroke (this, pathv, ctm, style, pbox, dbox, bbox);
79 fill(Geom::PathVector const &pathv, Geom::Affine const &ctm, SPStyle const *style, Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox) argument
86 stroke(Geom::PathVector const &pathv, Geom::Affine const &ctm, SPStyle const *style, Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox) argument
H A Dprint.h55 Geom::OptRect const &dbox,
61 Geom::OptRect const &dbox,
/inkscape/src/
H A Dprint.h39 Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox);
41 Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox);
H A Dprint.cpp51 Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox)
53 return ctx->module->fill(pathv, ctm, style, pbox, dbox, bbox);
58 Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox)
60 return ctx->module->stroke(pathv, ctm, style, pbox, dbox, bbox);
50 sp_print_fill(SPPrintContext *ctx, Geom::PathVector const &pathv, Geom::Affine const &ctm, SPStyle const *style, Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox) argument
57 sp_print_stroke(SPPrintContext *ctx, Geom::PathVector const &pathv, Geom::Affine const &ctm, SPStyle const *style, Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox) argument
H A Ddesktop.cpp798 // FIXME: This 2geom idiom doesn't allow us to declare dbox const
1173 // FIXME: This 2geom idiom doesn't allow us to declare dbox const
1174 Geom::Rect dbox = get_display_area(); local
1175 dbox.expandBy(-autoscrolldistance);
1177 if (!(p[X] > dbox.min()[X] && p[X] < dbox.max()[X]) ||
1178 !(p[Y] > dbox.min()[Y] && p[Y] < dbox.max()[Y]) ) {
1183 if (p[X] < dbox.min()[X])
1184 x_to = dbox
[all...]
H A Dsp-shape.cpp652 Geom::OptRect pbox, dbox, bbox; local
655 dbox = Geom::Rect::from_xywh(Geom::Point(0,0), this->document->getDimensions());
662 sp_print_fill (ctx, pathv, i2dt, style, pbox, dbox, bbox);
666 sp_print_stroke (ctx, pathv, i2dt, style, pbox, dbox, bbox);
H A Dsp-flowtext.cpp270 Geom::OptRect pbox, bbox, dbox; local
273 dbox = Geom::Rect::from_xywh(Geom::Point(0,0), this->document->getDimensions());
277 this->layout.print(ctx, pbox, dbox, bbox, ctm);
H A Dsp-text.cpp460 Geom::OptRect pbox, bbox, dbox; local
463 dbox = Geom::Rect::from_xywh(Geom::Point(0,0), this->document->getDimensions());
467 this->layout.print(ctx,pbox,dbox,bbox,ctm);
H A Dselection-chemistry.cpp2574 Geom::Rect dbox = desktop->get_display_area(); local
2577 if ( sbox && dbox.contains(*sbox) == false ) {
2580 Geom::Point const d_dt = dbox.midpoint();
/inkscape/src/extension/internal/
H A Dlatex-pstricks.h55 Geom::OptRect const &pbox, Geom::OptRect const &dbox,
59 Geom::OptRect const &pbox, Geom::OptRect const &dbox,
H A Dwmf-print.h50 Geom::OptRect const &pbox, Geom::OptRect const &dbox,
55 Geom::OptRect const &pbox, Geom::OptRect const &dbox,
H A Demf-print.h50 Geom::OptRect const &pbox, Geom::OptRect const &dbox,
55 Geom::OptRect const &pbox, Geom::OptRect const &dbox,
/inkscape/src/ui/cache/
H A Dsvg_preview_cache.h25 GdkPixbuf* render_pixbuf(Inkscape::Drawing &drawing, double scale_factor, const Geom::Rect& dbox, unsigned psize);
H A Dsvg_preview_cache.cpp36 GdkPixbuf* render_pixbuf(Inkscape::Drawing &drawing, double scale_factor, Geom::Rect const &dbox, unsigned psize) argument
41 Geom::IntRect ibox = (dbox * Geom::Scale(scale_factor)).roundOutwards();
117 px = render_pixbuf(root, scale_factor, dbox, psize);
/inkscape/src/ui/dialog/
H A Dsymbols.cpp832 //Geom::OptRect dbox = item->geometricBounds();
833 Geom::OptRect dbox = item->documentVisualBounds(); local
835 if (dbox) {
838 double width = dbox->width();
839 double height = dbox->height();
849 pixbuf = Glib::wrap(render_pixbuf(renderDrawing, scale, *dbox, psize));
/inkscape/src/widgets/
H A Dstroke-marker-selector.cpp537 Geom::OptRect dbox = item->documentVisualBounds(); local
539 if (!dbox) {
550 pixbuf = render_pixbuf(drawing, 0.8, *dbox, psize);
H A Dicon.cpp1138 Geom::OptRect dbox = item->documentVisualBounds(); local
1142 dbox = Geom::Rect(Geom::Point(0, 0),
1147 if ( dbox ) {
1154 Geom::IntRect ibox = round_rect(*dbox);
1179 ibox = round_rect(*dbox * Geom::Scale(sf));
/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp252 Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox,
273 sp_print_fill(ctx, temp_pv, ctm, text_source->style, pbox, dbox, bbox);
275 sp_print_stroke(ctx, temp_pv, ctm, text_source->style, pbox, dbox, bbox);
251 print(SPPrintContext *ctx, Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox, Geom::Affine const &ctm) const argument
H A DLayout-TNG.h389 \param dbox what these
393 void print(SPPrintContext *ctx, Geom::OptRect const &pbox, Geom::OptRect const &dbox, Geom::OptRect const &bbox, Geom::Affine const &ctm) const;

Completed in 3162 milliseconds