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

/inkscape/src/extension/internal/
H A Dtext_reassemble.c402 uint32_t *text32=NULL; local
406 text32 = U_Utf8ToUtf32le((char *) tsp->string, 0, &tlen);
407 if(!text32){ // LATIN1 encoded >128 are generally not valid UTF, so the first will fail
408 text32 = U_Latin1ToUtf32le((char *) tsp->string,0, &tlen);
409 if(!text32)break;
416 kern = TR_getkern2(fsp, *text32, ptxt32[plen-1], kern_mode);
419 if(text32)free(text32);
1738 uint32_t *text32,*tptr; local
1789 text32
[all...]

Completed in 16 milliseconds