Searched defs:world (Results 1 - 2 of 2) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DTestTracker.h30 const WorldDescription &world() const { return *_world; } function in class:CxxTest::TestTracker
/inkscape/src/display/
H A Dsp-canvas.cpp1234 // Convert to world coordinates -- we have two cases because of different
1373 // world coords
2086 * Sets world coordinates from win and canvas.
2098 * Sets win coordinates from world and canvas.
2110 * Converts point from win to world coordinates.
2121 * Converts point from world to win coordinates.
2123 Geom::Point sp_canvas_world_to_window(SPCanvas const *canvas, Geom::Point const world) argument
2128 return Geom::Point(world[0] - canvas->_x0, world[1] - canvas->_y0);
2132 * Returns true if point given in world coordinate
2134 sp_canvas_world_pt_inside_window(SPCanvas const *canvas, Geom::Point const &world) argument
[all...]

Completed in 30 milliseconds