| /dflybsd-src/lib/libvgl/ |
| H A D | bitmap.c | 101 VGLPlane[i][planepos] |= dst->Bitmap[pos+planepos] & mask[end_offset]; in WriteVerticalLine() 103 VGLPlane[i][0] |= dst->Bitmap[pos] & ~mask[start_offset]; in WriteVerticalLine() 104 bcopy(&VGLPlane[i][0], dst->Bitmap + pos, width); in WriteVerticalLine() 108 VGLPlane[i][planepos] |= dst->Bitmap[offset] & mask[end_offset]; in WriteVerticalLine() 112 VGLPlane[i][0] |= dst->Bitmap[offset] & ~mask[start_offset]; in WriteVerticalLine() 115 bcopy(&VGLPlane[i][width - last], dst->Bitmap + offset, len); in WriteVerticalLine() 126 address = dst->Bitmap + VGLAdpInfo.va_line_width * y + x/4; in WriteVerticalLine() 141 bcopy(line, dst->Bitmap + offset, i); in WriteVerticalLine() 149 address = dst->Bitmap + dst->VXsize * y + x; in WriteVerticalLine() 184 bcopy(src->Bitmap + offset, &VGLPlane[i][count - width2], len); in ReadVerticalLine() [all …]
|
| H A D | simple.c | 55 object->Bitmap[y*object->VXsize+x]=(color); in VGLSetXY() 58 object->Bitmap[VGLSetSegment(y*object->VXsize+x)]=(color); in VGLSetXY() 63 object->Bitmap[(unsigned)(VGLAdpInfo.va_line_width*y)+(x/4)] = (color); in VGLSetXY() 75 object->Bitmap[offset] |= color; in VGLSetXY() 98 return object->Bitmap[((y*object->VXsize)+x)]; in VGLGetXY() 100 return object->Bitmap[VGLSetSegment(y*object->VXsize+x)]; in VGLGetXY() 103 return object->Bitmap[(unsigned)(VGLAdpInfo.va_line_width*y)+(x/4)]; in VGLGetXY() 111 return (object->Bitmap[offset]&(0x80>>(x%8))) ? 1 : 0; /* XXX */ in VGLGetXY() 117 color |= (object->Bitmap[offset] & mask) ? (1 << i) : 0; in VGLGetXY() 264 memset(object->Bitmap, color, object->VXsize*object->VYsize); in VGLClear() [all …]
|
| H A D | mouse.c | 109 bcopy(VGLMouseSave.Bitmap, buffer.Bitmap, MOUSE_IMG_SIZE*MOUSE_IMG_SIZE); in VGLMousePointerShow() 111 buffer.Bitmap[pos]=(buffer.Bitmap[pos]&~(VGLMouseAndMask->Bitmap[pos])) | in VGLMousePointerShow() 112 VGLMouseOrMask->Bitmap[pos]; in VGLMousePointerShow() 260 VGLMouseSave.Bitmap[(y-VGLMouseYpos)*MOUSE_IMG_SIZE+(x-VGLMouseXpos)] = in VGLMouseFreeze() 262 if (VGLMouseAndMask->Bitmap in VGLMouseFreeze()
|
| H A D | main.c | 242 VGLDisplay->Bitmap = VGLMem; in VGLInit() 319 VGLDisplay->Bitmap = VGLMem; in VGLCheckSwitch() 405 munmap(VGLDisplay->Bitmap, VGLAdpInfo.va_window_size); in VGLCheckSwitch() 410 VGLDisplay->Bitmap = VGLBuf; in VGLCheckSwitch()
|
| H A D | vgl.h | 46 byte *Bitmap; member
|
| /dflybsd-src/share/examples/libvgl/ |
| H A D | demo.c | 91 tmp->Bitmap[i+256*j] = i%16; in main() 95 tmp->Bitmap[i+256*j] = j%16; in main()
|
| /dflybsd-src/stand/contrib/edk2/MdePkg/Include/Uefi/ |
| H A D | UefiInternalFormRepresentation.h | 536 EFI_HII_IIBT_IMAGE_1BIT_BASE Bitmap; member 542 EFI_HII_IIBT_IMAGE_1BIT_BASE Bitmap; member 554 EFI_HII_RGB_PIXEL Bitmap[1]; member 559 EFI_HII_IIBT_IMAGE_24BIT_BASE Bitmap; member 564 EFI_HII_IIBT_IMAGE_24BIT_BASE Bitmap; member 576 EFI_HII_IIBT_IMAGE_4BIT_BASE Bitmap; member 582 EFI_HII_IIBT_IMAGE_4BIT_BASE Bitmap; member 594 EFI_HII_IIBT_IMAGE_8BIT_BASE Bitmap; member 600 EFI_HII_IIBT_IMAGE_8BIT_BASE Bitmap; member
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | pbm | 4 # pbm: file(1) magic for Portable Bitmap files
|
| H A D | applix | 10 >7 string RASTER Bitmap
|
| H A D | riff | 252 # RIFF Device Independent Bitmap format 775 # RIFF Device Independent Bitmap format
|
| H A D | images | 520 # GRR 950115: this is Thomas Boutell's Portable Bitmap Format proposal 663 # Fuzzy Bitmap (FBM) images 820 # Note: by bitmap-bmp-v2o.trid.xml called "Windows Bitmap (v2o)" 1327 # XOffset; Bitmap X offset; pixel numbers to ignore at the beginning of each scan-line 1719 # The color mode; 0~Bitmap 1~Grayscale 2~Indexed 3~RGB 4~CMYK 7~Multichannel 9~Duotone 9~Lab 2208 # Polar Monitor Bitmap (.pmb) used as logo for Polar Electro watches 2210 0 string/t [BitmapInfo2] Polar Monitor Bitmap text 2216 0 string GARMIN\ BITMAP\ 01 Garmin Bitmap file
|
| H A D | map | 387 # "KpGr"~recursiv embedded,"GARMIN BITMAP"~Garmin Bitmap *.srf, "PK"~ZIP archive
|
| H A D | fonts | 131 # X11 Bitmap Distribution Format, from Daniel Quinlan (quinlan@yggdrasil.com)
|
| H A D | msdos | 204 # FON: Bitmap font
|
| /dflybsd-src/crypto/openssh/ |
| H A D | PROTOCOL.krl | 96 Bitmap sections use type KRL_SECTION_CERT_SERIAL_BITMAP and revoke keys
|
| /dflybsd-src/share/misc/ |
| H A D | usb_hid_usages | 1190 0x80 Bitmap Size X 1191 0x81 Bitmap Size Y
|
| /dflybsd-src/share/termcap/ |
| H A D | termcap.src | 611 luna|luna68k|LUNA68K Bitmap console:\
|
| /dflybsd-src/contrib/ncurses/misc/ |
| H A D | terminfo.src | 20472 luna|luna68k|LUNA68K Bitmap console,
|