Go to the source code of this file.
|
namespace | Inkscape |
| Helper class to stream background task notifications as a series of messages.
|
|
|
static int | calculate_scaling_factor (double length, int major) |
|
static double | Inkscape::signed_distance (Geom::Point const &point, Geom::Line const &line) |
|
static std::vector< Geom::Point > | Inkscape::intersect_line_rectangle (Geom::Line const &line, Geom::Rect const &rect) |
|
static void | Inkscape::drawline (Inkscape::CanvasItemBuffer &buf, int x0, int y0, int x1, int y1, uint32_t rgba) |
|
static void | Inkscape::vline (Inkscape::CanvasItemBuffer &buf, int x, int ys, int ye, uint32_t rgba) |
|
◆ Dim3
◆ calculate_scaling_factor()
static int calculate_scaling_factor |
( |
double |
length, |
|
|
int |
major |
|
) |
| |
|
static |