Searched defs:ibox (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ui/cache/ |
H A D | svg_preview_cache.cpp | 41 Geom::IntRect ibox = (dbox * Geom::Scale(scale_factor)).roundOutwards(); local 43 drawing.update(ibox); 46 int width = ibox.width(); 47 int height = ibox.height(); 54 ibox.min() - Geom::IntPoint(dx, dy), Geom::IntPoint(psize, psize));
|
/inkscape/src/widgets/ |
H A D | icon.cpp | 1154 Geom::IntRect ibox = round_rect(*dbox); local 1157 g_message( " box --'%s' (%f,%f)-(%f,%f)", name, (double)ibox.left(), (double)ibox.top(), (double)ibox.right(), (double)ibox.bottom() ); 1161 int width = ibox.width(); 1162 int height = ibox.height(); 1179 ibox = round_rect(*dbox * Geom::Scale(sf)); 1181 g_message( " box2 --'%s' (%f,%f)-(%f,%f)", name, (double)ibox.left(), (double)ibox [all...] |
/inkscape/src/ui/dialog/ |
H A D | clonetiler.cpp | 2082 Geom::IntRect ibox = (box * Geom::Scale(trace_zoom)).roundOutwards(); local 2085 cairo_surface_t *s = cairo_image_surface_create(CAIRO_FORMAT_ARGB32, ibox.width(), ibox.height()); 2086 Inkscape::DrawingContext dc(s, ibox.min()); 2088 trace_drawing->render(dc, ibox);
|
Completed in 22 milliseconds