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

/inkscape/src/libnrtype/
H A DTextWrapper.cpp229 int max_g = 0; local
247 if ( glyph_length >= max_g ) {
248 max_g = 2 * glyph_length + 1;
249 one_glyph *newdata = static_cast<one_glyph*>(realloc(glyph_text, (max_g + 1) * sizeof(one_glyph)));

Completed in 23 milliseconds