| /freebsd-13.1/lib/libvgl/ |
| H A D | bitmap.c | 102 VGLPlane[i][0] |= dst->Bitmap[pos] & ~mask[start_offset]; in WriteVerticalLine() 103 bcopy(&VGLPlane[i][0], dst->Bitmap + pos, bwidth); in WriteVerticalLine() 144 bcopy(line, dst->Bitmap + offset, i); in WriteVerticalLine() 206 if (src->Bitmap == dst->Bitmap && srcy < dsty) { in __VGLBitmapCopy() 273 object->Bitmap = bits; in VGLBitmapCreate() 281 if (object->Bitmap) in VGLBitmapDestroy() 282 free(object->Bitmap); in VGLBitmapDestroy() 290 if (object->Bitmap == NULL) in VGLBitmapAllocateBits() 307 bcopy(src->Bitmap, dst->Bitmap, size * pb); in VGLBitmapCvt() 313 color = VGLrgb332ToNative(src->Bitmap[srcpos]); in VGLBitmapCvt() [all …]
|
| H A D | simple.c | 81 memcpy(&object->Bitmap[offset], &color, 1); in VGLSetXY() 84 memcpy(&object->Bitmap[offset], &color, 2); in VGLSetXY() 87 memcpy(&object->Bitmap[offset], &color, 3); in VGLSetXY() 90 memcpy(&object->Bitmap[offset], &color, 4); in VGLSetXY() 99 memcpy(&object->Bitmap[soffset], &color, 1); in VGLSetXY() 128 object->Bitmap[offset] |= (byte)color; in VGLSetXY() 152 memcpy(&color, &object->Bitmap[offset], 1); in VGLGetXY() 155 memcpy(&color, &object->Bitmap[offset], 2); in VGLGetXY() 158 memcpy(&color, &object->Bitmap[offset], 3); in VGLGetXY() 161 memcpy(&color, &object->Bitmap[offset], 4); in VGLGetXY() [all …]
|
| H A D | mouse.c | 263 free(VGLMouseOrMask->Bitmap); in VGLMouseSetImage() 315 ormask->Bitmap[i] = ormask->Bitmap[i] == BORDER ? border : in VGLMouseInit() 316 ormask->Bitmap[i] == INTERIOR ? interior : 0; in VGLMouseInit() 319 ormask->Bitmap[i] = ormask->Bitmap[i] == BORDER ? border : in VGLMouseInit() 320 ormask->Bitmap[i] == INTERIOR ? interior : 0; in VGLMouseInit() 377 VGLMouseAndMask->Bitmap[(y-VGLMouseYpos)*VGLMouseAndMask->VXsize+ in VGLMouseFreezeXY() 416 if (VGLMouseAndMask->Bitmap[pos]) in VGLMouseMerge() 417 bcopy(&VGLMouseOrMask->Bitmap[pos * VGLDisplay->PixelBytes], in VGLMouseMerge()
|
| H A D | main.c | 337 VGLDisplay->Bitmap = VGLMem; in VGLInit() 342 VGLVDisplay.Bitmap = malloc(2 * VGLBufSize); in VGLInit() 344 VGLVDisplay.Bitmap = VGLBuf; in VGLInit() 440 VGLDisplay->Bitmap = VGLMem; in VGLCheckSwitch() 455 munmap(VGLDisplay->Bitmap, VGLAdpInfo.va_window_size); in VGLCheckSwitch() 461 VGLDisplay->Bitmap = VGLBuf; in VGLCheckSwitch()
|
| H A D | vgl.h | 47 byte *Bitmap; member
|
| /freebsd-13.1/share/examples/libvgl/ |
| H A D | demo.c | 94 tmp->Bitmap[i+256*j] = i%16; in main() 98 tmp->Bitmap[i+256*j] = j%16; in main()
|
| /freebsd-13.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiInternalFormRepresentation.h | 538 EFI_HII_IIBT_IMAGE_1BIT_BASE Bitmap; member 544 EFI_HII_IIBT_IMAGE_1BIT_BASE Bitmap; member 556 EFI_HII_RGB_PIXEL Bitmap[1]; member 561 EFI_HII_IIBT_IMAGE_24BIT_BASE Bitmap; member 566 EFI_HII_IIBT_IMAGE_24BIT_BASE Bitmap; member 578 EFI_HII_IIBT_IMAGE_4BIT_BASE Bitmap; member 584 EFI_HII_IIBT_IMAGE_4BIT_BASE Bitmap; member 596 EFI_HII_IIBT_IMAGE_8BIT_BASE Bitmap; member 602 EFI_HII_IIBT_IMAGE_8BIT_BASE Bitmap; member
|
| /freebsd-13.1/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 | images | 520 # GRR 950115: this is Thomas Boutell's Portable Bitmap Format proposal 622 # Fuzzy Bitmap (FBM) images 779 # Note: by bitmap-bmp-v2o.trid.xml called "Windows Bitmap (v2o)" 1340 # The color mode; 0~Bitmap 1~Grayscale 2~Indexed 3~RGB 4~CMYK 7~Multichannel 9~Duotone 9~Lab 1782 # Polar Monitor Bitmap (.pmb) used as logo for Polar Electro watches 1784 0 string/t [BitmapInfo2] Polar Monitor Bitmap text 1790 0 string GARMIN\ BITMAP\ 01 Garmin Bitmap file
|
| H A D | riff | 194 # RIFF Device Independent Bitmap format 690 # RIFF Device Independent Bitmap format
|
| H A D | fonts | 80 # X11 Bitmap Distribution Format, from Daniel Quinlan ([email protected])
|
| H A D | map | 387 # "KpGr"~recursiv embedded,"GARMIN BITMAP"~Garmin Bitmap *.srf, "PK"~ZIP archive
|
| H A D | msdos | 204 # FON: Bitmap font
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | PROTOCOL.krl | 94 Bitmap sections use type KRL_SECTION_CERT_SERIAL_BITMAP and revoke keys
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | snps,dwc-qos-ethernet.txt | 113 - snps,burst-map: Bitmap of allowed AXI burst lengts, with the LSB
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/opp/ |
| H A D | qcom-nvmem-cpufreq.txt | 47 Bitmap:
|
| /freebsd-13.1/share/misc/ |
| H A D | usb_hid_usages | 1190 0x80 Bitmap Size X 1191 0x81 Bitmap Size Y
|
| /freebsd-13.1/sys/conf/ |
| H A D | NOTES | 1570 # Bitmap of units to enable targetmode operations. 1592 # Bitmap of units to enable targetmode operations.
|
| /freebsd-13.1/share/termcap/ |
| H A D | termcap | 558 luna|luna68k|LUNA68K Bitmap console:\
|
| /freebsd-13.1/contrib/ncurses/misc/ |
| H A D | terminfo.src | 20471 luna|luna68k|LUNA68K Bitmap console,
|