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

/inkscape/src/libnrtype/
H A DTextWrapper.cpp119 int* newdata2 = static_cast<int*>(realloc(uni32_codepoint, (utf8_length + nlen + 1) * sizeof(int))); local
120 if (newdata2 != NULL)
122 uni32_codepoint = newdata2;

Completed in 17 milliseconds