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

/inkscape/src/extension/internal/
H A Demf-inout.cpp2904 char *szTxt = (char *) pEmr->Data; local
2907 if ( *szTxt) {
2908 if ( *szTxt >= ' ' && *szTxt < 'z' && *szTxt != '<' && *szTxt != '>' ) {
2909 tmp_str << *szTxt; local
2911 szTxt++;

Completed in 33 milliseconds