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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c492 const char *verboseStr, *minStr, *maxStr, *gammaStr, *scanorderStr, *asciiStr; local
499 scanorderStr = strTopDown;
530 scanorderStr = Tcl_GetStringFromObj(objv[i], (int *) NULL);
559 c = scanorderStr[0]; length = strlen (scanorderStr);
560 if (!strncmp (scanorderStr, strTopDown, length)) {
562 } else if (!strncmp (scanorderStr, strBottomUp, length)) {
565 Tcl_AppendResult (interp, "invalid scanline order \"", scanorderStr,
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c845 *byteOrderStr, *scanorderStr, *pixelTypeStr, local
854 scanorderStr = strTopDown;
894 scanorderStr = Tcl_GetStringFromObj(objv[i], (int *) NULL);
990 c = scanorderStr[0]; length = strlen (scanorderStr);
991 if (!strncmp (scanorderStr, strTopDown, length)) {
993 } else if (!strncmp (scanorderStr, strBottomUp, length)) {
996 Tcl_AppendResult (interp, "invalid scanline order \"", scanorderStr,

Completed in 221 milliseconds