Home
last modified time | relevance | path

Searched refs:tfImageWidth (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c241 uint32 tfImageWidth, tfImageHeight; variable
334 if (tfImageWidth >= appData.viewportWidth) { in main()
343 XtSetArg(args[0], XtNwidth, tfImageWidth); in main()
749 malloc(tfImageWidth * tfImageHeight * 4); in GetTIFFImage()
820 output_p = &imageMemory[i * tfImageWidth]; in GetTIFFImage()
835 output_p = &imageMemory[i * tfImageWidth]; in GetTIFFImage()
1030 XtSetArg(args[0], XtNwidth, tfImageWidth);
1069 iw = tfImageWidth; /* avoid sign problems */
1228 if ((xOffset + ww) >= tfImageWidth) in ResizeProc()
1229 xOffset = MAX((int) tfImageWidth - ww, 0); in ResizeProc()
[all …]