Searched refs:bwidth (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/lib/libvgl/ |
| H A D | bitmap.c | 48 int bwidth, i, pos, last, planepos, start_offset, end_offset, offset; in WriteVerticalLine() local 59 bwidth = (width + start_offset) / 8; in WriteVerticalLine() 61 bwidth++; in WriteVerticalLine() 63 VGLPlane[1] = VGLPlane[0] + bwidth; in WriteVerticalLine() 64 VGLPlane[2] = VGLPlane[1] + bwidth; in WriteVerticalLine() 65 VGLPlane[3] = VGLPlane[2] + bwidth; in WriteVerticalLine() 101 bcopy(&VGLPlane[i][0], dst->Bitmap + pos, bwidth); in WriteVerticalLine() 110 for (last = bwidth; ; ) { in WriteVerticalLine() 112 bcopy(&VGLPlane[i][bwidth - last], dst->Bitmap + offset, len); in WriteVerticalLine()
|
| /freebsd-14.2/usr.bin/printf/tests/ |
| H A D | regress.sh | 29 REGRESSION_TEST(`bwidth', `printf "%8.2b" "a\nb\n"')
|
| H A D | Makefile | 7 ${PACKAGE}FILES+= regress.bwidth.out
|