Home | History | Annotate | Download | only in raster

Lines Matching defs:Long

313   typedef long            Long, *PLong;
314 typedef unsigned long ULong;
322 Long l;
331 Long x;
332 Long y;
366 Long height; /* profile's height in scanlines */
367 Long start; /* profile's starting scanline */
391 ( ( sizeof ( TProfile ) + sizeof ( Alignment ) - 1 ) / sizeof ( Long ) )
453 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits )
465 #define FT_MAX_BLACK_POOL ( FT_RENDER_POOL_SIZE / sizeof ( Long ) )
467 #define FT_MAX_BLACK_POOL ( 2048 / sizeof ( Long ) )
501 Long lastX, lastY;
502 Long minY, maxY;
521 Long traceOfs; /* current offset in target bitmap */
522 Long traceG; /* current offset in target pixmap */
727 Long h;
730 h = (Long)( ras.top - ras.cProfile->offset );
916 Long a, b;
953 Long a, b, c, d;
1004 Line_Up( RAS_ARGS Long x1,
1005 Long y1,
1006 Long x2,
1007 Long y2,
1008 Long miny,
1009 Long maxy )
1011 Long Dx, Dy;
1013 Long Ix, Rx, Ax;
1143 Line_Down( RAS_ARGS Long x1,
1144 Long y1,
1145 Long x2,
1146 Long y2,
1147 Long miny,
1148 Long maxy )
1192 Long miny,
1193 Long maxy )
1195 Long y1, y2, e, e2, e0;
1325 Long miny,
1326 Long maxy )
1370 Line_To( RAS_ARGS Long x,
1371 Long y )
1468 Conic_To( RAS_ARGS Long cx,
1469 Long cy,
1470 Long x,
1471 Long y )
1473 Long y1, y2, y3, x3, ymin, ymax;
1589 Cubic_To( RAS_ARGS Long cx1,
1590 Long cy1,
1591 Long cx2,
1592 Long cy2,
1593 Long x,
1594 Long y )
1596 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2;
1700 Long swap = x; \
1813 Long x, y;
1837 Long x, y;
1881 Long x1, y1, x2, y2, x3, y3;
2055 Long x;
2179 Long pitch = ras.target.pitch;
2187 ras.traceOfs += (Long)( ras.target.rows - 1 ) * pitch;
2198 Long e1, e2;
2278 Long e1, e2, pxl;
2467 Long e1, e2;
2496 p += (Long)( ras.target.rows - 1 ) * ras.target.pitch;
2514 Long e1, e2, pxl;
2605 bits += (Long)( ras.target.rows - 1 ) * ras.target.pitch;
2627 bits += (Long)( ras.target.rows - 1 ) * ras.target.pitch;
2660 Long x1, x2, xs, e1, e2;
2913 ras.maxY = (Long)ras.band_stack[ras.band_top].y_max * ras.precision;
2914 ras.minY = (Long)ras.band_stack[ras.band_top].y_min * ras.precision;
3151 Long buffer[FT_MAX_BLACK_POOL];