Searched refs:ZoomCorrRuler (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dpreferences-widget.cpp358 const double ZoomCorrRuler::textsize = 7;
359 const double ZoomCorrRuler::textpadding = 5;
361 ZoomCorrRuler::ZoomCorrRuler(int width, int height) : function in class:Inkscape::UI::Widget::ZoomCorrRuler
368 void ZoomCorrRuler::set_size(int x, int y)
379 double fontsize = ZoomCorrRuler::textsize, std::string fontdesc = "Sans") {
409 ZoomCorrRuler::draw_marks(Cairo::RefPtr<Cairo::Context> cr, double dist, int major_interval) {
419 Geom::Point textpos(mark + 3, ZoomCorrRuler::textsize + ZoomCorrRuler::textpadding);
423 cr->line_to(mark, ZoomCorrRuler
378 draw_text(cairo_t *cr, Geom::Point loc, const char* txt, bool bottom = false, double fontsize = ZoomCorrRuler::textsize, std::string fontdesc = �) argument
[all...]
H A Dpreferences-widget.h117 class ZoomCorrRuler : public Gtk::DrawingArea { class in namespace:Inkscape::UI::Widget
119 ZoomCorrRuler(int width = 100, int height = 20);
163 ZoomCorrRuler _ruler;

Completed in 12 milliseconds