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

/inkscape/src/libnrtype/
H A DTextWrapper.cpp38 kern_x = kern_y = NULL;
59 if ( kern_x ) free(kern_x);
182 if ( kern_x ) {
183 double *newdata = static_cast<double*>(realloc(kern_x, (uni32_length + 1) * sizeof(double)));
186 kern_x = newdata;
190 g_warning("Failed to reallocate kern_x");
192 for (int i = last_addition; i <= uni32_length; i++) kern_x[i] = 0;
886 if ( kern_x == NULL ) {
887 kern_x
[all...]
H A DTextWrapper.h53 double *kern_x; // dx[i] is the dx for the ith unicode char member in class:text_wrapper

Completed in 3803 milliseconds