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

/inkscape/src/libnrtype/
H A DLayout-TNG.h77 the middle. A chunk is the base unit for wrapping. Contains one or more...
78 - Span: A convenient subset of a chunk with the same font, style,
448 which is also just past the end of the last chunk, span, etc, etc. */
602 they are cleared. The dx applied to the first character in a chunk
819 float x; /// relative to the start of the chunk
826 inline Chunk const & chunk(Layout const *l) const {return l->_chunks[l->_spans[l->_characters[in_character].in_span].in_chunk];} function in struct:Inkscape::Text::Layout::Glyph
835 inline Chunk const & chunk(Layout const *l) const {return l->_chunks[l->_spans[in_span].in_chunk];} function in struct:Inkscape::Text::Layout::Character
844 float x_start; /// relative to the start of the chunk
845 float x_end; /// relative to the start of the chunk
854 inline Chunk const & chunk(Layou function in struct:Inkscape::Text::Layout::Span
[all...]
/inkscape/src/libuemf/
H A Duwmf.h2052 uint32_t chunk; //!< Number of bytes to add when more space is needed member in struct:__anon398
2070 size_t chunk; //!< Number to add if a realloc is required member in struct:__anon399
H A Duemf.h3302 uint32_t chunk; //!< Number of bytes to add when more space is needed member in struct:__anon223
3320 size_t chunk; //!< Number to add if a realloc is required member in struct:__anon224

Completed in 42 milliseconds