Home
last modified time | relevance | path

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

/freebsd/lib/libvgl/
H A Dbitmap.c47 int bwidth, i, pos, last, planepos, start_offset, end_offset, offset; in WriteVerticalLine() local
58 bwidth = (width + start_offset) / 8; in WriteVerticalLine()
60 bwidth++; in WriteVerticalLine()
62 VGLPlane[1] = VGLPlane[0] + bwidth; in WriteVerticalLine()
63 VGLPlane[2] = VGLPlane[1] + bwidth; in WriteVerticalLine()
64 VGLPlane[3] = VGLPlane[2] + bwidth; in WriteVerticalLine()
100 bcopy(&VGLPlane[i][0], dst->Bitmap + pos, bwidth); in WriteVerticalLine()
109 for (last = bwidth; ; ) { in WriteVerticalLine()
111 bcopy(&VGLPlane[i][bwidth - last], dst->Bitmap + offset, len); in WriteVerticalLine()
/freebsd/usr.bin/printf/tests/
H A Dregress.sh29 REGRESSION_TEST(`bwidth', `printf "%8.2b" "a\nb\n"')
H A DMakefile6 ${PACKAGE}FILES+= regress.bwidth.out