Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_clip_liang_barsky.h92 double xout; in clip_liang_barsky() local
120 xout = clip_box.x2; in clip_liang_barsky()
125 xout = clip_box.x1; in clip_liang_barsky()
167 toutx = (xout - x1) / deltax; in clip_liang_barsky()
195 *x++ = (T)xout; in clip_liang_barsky()
220 *x++ = (T)xout; in clip_liang_barsky()
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c817 #define PIC(yin, xin, p, xout) \ argument
820 STORECLAMP(p[(xout) * 3 + 2], y + cr), \
821 STORECLAMP(p[(xout) * 3 + 1], y - cg), \
822 STORECLAMP(p[(xout) * 3 + 0], y + cb) \
826 #define PIC_16(yin, xin, p, xout, add) \ argument
832 p[(xout) * 2 + 0] = y & 0xff, \
833 p[(xout) * 2 + 1] = y >> 8 \
837 #define PIC_16(yin, xin, p, xout, add) \ argument
843 p[(xout) * 2 + 0] = y >> 8, \
844 p[(xout) * 2 + 1] = y & 0xff \
[all …]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.c287 unsigned int xout; in ntfs_compress_block() local
306 xout = 2; in ntfs_compress_block()
314 ptag = &outbuf[xout++]; in ntfs_compress_block()
316 while ((i < bufsize) && (xout < (NTFS_SB_SIZE + 2))) { in ntfs_compress_block()
349 outbuf[xout++] = q & 255; in ntfs_compress_block()
350 outbuf[xout++] = (q >> 8) & 255; in ntfs_compress_block()
383 outbuf[xout++] = inbuf[i++]; in ntfs_compress_block()
390 outbuf[xout++] = q & 255; in ntfs_compress_block()
391 outbuf[xout++] = (q >> 8) & 255; in ntfs_compress_block()
408 outbuf[xout++] = inbuf[i++]; in ntfs_compress_block()
[all …]