Home
last modified time | relevance | path

Searched refs:getLetterAt (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DLayout-TNG.h474 iterator getLetterAt(double x, double y) const;
475 inline iterator getLetterAt(Geom::Point &point) const;
1110 inline Layout::iterator Layout::getLetterAt(Geom::Point &point) const in getLetterAt() function
1111 {return getLetterAt(point[0], point[1]);} in getLetterAt()
H A DLayout-TNG-OutIter.cpp209 Layout::iterator Layout::getLetterAt(double x, double y) const in getLetterAt() function in Inkscape::Text::Layout