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

/inkscape/src/
H A Ddocument.cpp1369 static SPItem *find_item_at_point(std::deque<SPItem*> *nodes, unsigned int dkey, Geom::Point const &p, SPItem* upto=NULL) function
1483 SPItem *item = find_item_at_point(&_node_cache, key, points[i]);
1507 // Build a flattened SVG DOM for find_item_at_point.
1519 SPItem *res = find_item_at_point(&_node_cache, key, p, upto);

Completed in 21 milliseconds