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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c114 #define strTopDown "TopDown" macro
255 strTopDown: strBottomUp); OUT;
499 scanorderStr = strTopDown;
560 if (!strncmp (scanorderStr, strTopDown, length)) {
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c139 #define strTopDown "TopDown" macro
444 strTopDown: strBottomUp); OUT;
556 if (strcmp (tmpStr, strTopDown) == 0) {
562 "Must be ", strTopDown, " or ", strBottomUp,
603 strTopDown: strBottomUp);
854 scanorderStr = strTopDown;
991 if (!strncmp (scanorderStr, strTopDown, length)) {

Completed in 136 milliseconds