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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c143 #define strUByte "byte" macro
441 (th->pixelType == TYPE_UBYTE? strUByte:
576 } else if (strcmp (tmpStr, strUByte) == 0) {
580 "Must be ", strFloat, ",", strUShort, " or ", strUByte,
607 (th->pixelType == TYPE_UBYTE? strUByte:
855 pixelTypeStr = strUByte;
1007 } else if (!strncmp (pixelTypeStr, strUByte, length)) {

Completed in 172 milliseconds