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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_fax3.h46 * fillruns(unsigned char* buf, uint32* runs, uint32* erun, uint32 lastx)
50 * lastx is the width of the row in pixels. Fill routines can assume
51 * the run array has room for at least lastx runs and can overwrite
288 if (a0 != lastx) { \
289 badlength(a0, lastx); \
290 while (a0 > lastx && pa > thisrun) \
292 if (a0 < lastx) { \
297 SETVALUE(lastx - a0); \
298 } else if (a0 > lastx) { \
299 SETVALUE(lastx); \
[all...]
H A Dtif_fax3.c111 int lastx = sp->b.rowpixels; /* last element in row */ \
205 Fax3BadLength(const char* module, TIFF* tif, uint32 line, uint32 a0, uint32 lastx) argument
209 a0 < lastx ? "Premature EOL" : "Line length mismatch",
212 a0, lastx);
214 #define badlength(a0,lastx) Fax3BadLength(module, tif, sp->line, a0, lastx)
251 (*sp->fill)(buf, thisrun, pa, lastx);
259 (*sp->fill)(buf, thisrun, pa, lastx);
302 (*sp->fill)(buf, thisrun, pa, lastx);
312 (*sp->fill)(buf, thisrun, pa, lastx);
366 _TIFFFax3fillruns(unsigned char* buf, uint32* runs, uint32* erun, uint32 lastx) argument
[all...]
/macosx-10.10/groff-38/groff/src/preproc/grn/
H A Dhgraph.cpp33 extern int lastx;
79 | picture is drawn, current position is (lastx, lasty).
332 lastx = xleft; /* was before text, also horizontal is at */
412 | space) given `lastx' and x_destination.
414 | Side Efct: Resets `lastx' to x_destination.
422 printf(" %du", ix - lastx);
423 lastx = ix;
467 if ((dx = px - lastx)) {
469 lastx = px;
495 if ((dx = ix - lastx)) {
[all...]
H A Dmain.cpp116 int lastx; /* point registers for printing elements */ variable
571 lastx = xleft; /* note where we are (upper left */
592 lastx = xleft;
605 lastx = xleft;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dfax2ps.c68 printruns(unsigned char* buf, uint32* runs, uint32* erun, uint32 lastx) argument
93 if (x+runlength > lastx)
94 runlength = runs[-1] = lastx-x;
135 if (x+runlength > lastx)
136 runlength = runs[-1] = lastx-x;
/macosx-10.10/OpenSSL098-52/src/crypto/rand/
H A Drand_win.c650 static int lastx,lasty,lastdx,lastdy; local
655 dx=lastx-x;
659 lastx=x, lasty=y;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/mapproj/
H A Dtkmap.tcl220 || ([info exists lastx] && hypot($x-$lastx, $y-$lasty) > 0.25)} {
234 set lastx $x
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/tools/
H A Dgen_unicode_data.tcl762 set lastx [expr {[llength $comp_x_list] - 1}]
765 for {set i 0} {$i <= $lastx} {incr i} {
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp3545 SInt32 x, lastx, y, lasty; local
3636 lastx = x - width - 1;
3657 while (ok && (--x != lastx))

Completed in 330 milliseconds