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

/inkscape/src/ui/tool/
H A Dnode.h297 * be returned. Whent using advance()/retreat(), the end iterator will only be returned
298 * when the path is open. If it's closed, calling advance() will cycle indefinitely.
307 * - <code>i.advance()</code> moves the iterator to the next node with wrap-around;
347 r.advance();
355 self &advance();
520 NodeIterator<N> &NodeIterator<N>::advance() { function in class:Inkscape::UI::NodeIterator
/inkscape/src/extension/internal/
H A Dtext_reassemble.c323 \brief Get the advance for the 32 bit character
325 \return Returns -1 on error, or advance in units of 1/64th of a Point.
330 \param load_flags Controls internal advance:
331 FT_LOAD_NO_SCALE, internal advance is in 1/64th of a point. (kerning values are still scaled)
332 FT_LOAD_TARGET_NORMAL internal advance is in 1/64th of a point. The scale
341 int advance=-1; local
344 if(is_mn_unicode(wc))return(0); /* no advance on Unicode Mn characters */
353 advance = fsp->face->glyph->advance.x;
357 if(pc)advance
[all...]

Completed in 24 milliseconds