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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/pcx/
H A Dpcx.c253 Int stopY, outY; local
275 stopY = srcY + height;
279 for (y=0; y<stopY; y++) {
298 for (y=srcY; y<stopY; y++) {
322 Int stopY, outY; local
341 stopY = srcY + height;
344 for (y=0; y<stopY; y++) {
374 Int stopY, outY; local
393 stopY = srcY + height;
396 for (y=0; y<stopY;
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/sun/
H A Dsun.c511 int stopY, outY; local
548 stopY = srcY + height;
551 for (y=0; y<stopY; y++) {
602 int stopY, outY; local
657 stopY = srcY + height;
660 for (y=0; y<stopY; y++) {
717 int stopY, outY; local
750 stopY = srcY + height;
753 for (y=0; y<stopY; y++) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tga/
H A Dtga.c792 int stopY, outY, outWidth, outHeight; local
855 stopY = srcY + outHeight;
859 for (y=0; y<stopY; y++) {
873 if (y >= srcY && y < stopY) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c893 int stopY, outY, outWidth, outHeight; local
966 stopY = srcY + outHeight;
969 for (y=0; y<stopY; y++) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/jpeg/
H A Djpeg.c528 int fileWidth, fileHeight, stopY, curY, outY, outWidth, outHeight; local
629 stopY = srcY + outHeight;
631 for (curY = 0; curY < stopY; curY++) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c751 int stopY, outY;
865 stopY = srcY + height;
868 for (y=0; y<stopY; y++) {
749 int stopY, outY; local
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c1175 int stopY, outY, outWidth, outHeight; local
1286 stopY = srcY + outHeight;
1289 for (y=0; y<stopY; y++) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c1544 int stopY, outY, outWidth, outHeight; local
1608 stopY = srcY + outHeight;
1611 for (y=0; y<stopY; y++) {

Completed in 85 milliseconds