Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c241 uint32 tfImageWidth, tfImageHeight; variable
338 if (tfImageHeight >= appData.viewportHeight) { in main()
344 XtSetArg(args[1], XtNheight, tfImageHeight); in main()
772 for (i = 0; i < tfImageHeight; i++) { in GetTIFFImage()
817 for (i = 0; i < tfImageHeight; i++) { in GetTIFFImage()
832 for (i = 0; i < tfImageHeight; i++) { in GetTIFFImage()
849 for (i = 0; i < tfImageHeight; i++) { in GetTIFFImage()
1031 XtSetArg(args[1], XtNheight, tfImageHeight);
1042 fake_event.xexpose.height = tfImageHeight;
1070 ih = tfImageHeight;
[all …]