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

/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp256 #define MAX_DX 2048 macro
257 float hold_dx[MAX_DX]; // For smuggling dx values (character widths) into print functions, unlikely any simple text output will be longer than this.
356 if(ndx < MAX_DX){
359 else { // silently truncate any text line silly enough to be longer than MAX_DX

Completed in 15 milliseconds