Searched defs:imageFormat (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c548 Tk_PhotoImageFormat *imageFormat;
859 &imageFormat, &imageWidth, &imageHeight) != TCL_OK) {
898 result = (*imageFormat->fileReadProc)(interp, f, options.name,
983 for (imageFormat = formatList; imageFormat != NULL;
984 imageFormat = imageFormat->nextPtr) {
986 || (strncasecmp(options.format, imageFormat->name,
987 strlen(imageFormat->name)) == 0)) {
989 if (imageFormat
545 Tk_PhotoImageFormat *imageFormat; local
1284 Tk_PhotoImageFormat *imageFormat; local
[all...]

Completed in 41 milliseconds