Searched refs:glyph_text (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libnrtype/
H A DTextWrapper.cpp25 glyph_text = NULL;
53 if ( glyph_text ) free(glyph_text);
224 if ( glyph_text ) free(glyph_text);
225 glyph_text = NULL;
249 one_glyph *newdata = static_cast<one_glyph*>(realloc(glyph_text, (max_g + 1) * sizeof(one_glyph)));
252 glyph_text = newdata;
256 g_warning("Failed to reallocate glyph_text");
260 glyph_text[glyph_lengt
[all...]
H A DTextWrapper.h32 one_glyph *glyph_text; // glyph string computed for uni32_text member in class:text_wrapper
42 int glyph_length; /**< Number of glyph in the glyph_text array.
106 // makes vertical 'x' and 'y' fields in the glyph_text based on the computed positions

Completed in 297 milliseconds