| /freebsd-12.1/lib/libvgl/ |
| H A D | bitmap.c | 143 bcopy(line, dst->Bitmap + offset, i); in WriteVerticalLine() 157 bcopy(line, dst->Bitmap + offset, i); in WriteVerticalLine() 165 address = dst->Bitmap + dst->VXsize * y + x; in WriteVerticalLine() 258 bcopy(src->Bitmap + offset, line, i); in ReadVerticalLine() 272 bcopy(src->Bitmap + offset, line, i); in ReadVerticalLine() 328 (src->Bitmap+(srcline*src->VXsize)+srcx)); in __VGLBitmapCopy() 334 (dst->Bitmap+(dstline*dst->VXsize)+dstx)); in __VGLBitmapCopy() 389 object->Bitmap = bits; in VGLBitmapCreate() 396 if (object->Bitmap) in VGLBitmapDestroy() 397 free(object->Bitmap); in VGLBitmapDestroy() [all …]
|
| H A D | simple.c | 105 object->Bitmap[y*object->VXsize+x]=((byte)color); in VGLSetXY() 122 bcopy(b, &object->Bitmap[offset], object->PixelBytes); in VGLSetXY() 139 object->Bitmap[offset] |= (byte)color; in VGLSetXY() 163 return object->Bitmap[((y*object->VXsize)+x)]; in VGLGetXY() 165 return object->Bitmap[VGLSetSegment(y*object->VXsize+x)]; in VGLGetXY() 176 bcopy(&object->Bitmap[offset], b, object->PixelBytes); in VGLGetXY() 195 color |= (object->Bitmap[offset] & mask) ? (1 << i) : 0; in VGLGetXY() 521 memset(object->Bitmap, (byte)color, len); in VGLClear() 531 bcopy(b, object->Bitmap + i, object->PixelBytes); in VGLClear() 543 bcopy(b, object->Bitmap + offset + i, object->PixelBytes); in VGLClear() [all …]
|
| H A D | mouse.c | 112 bcopy(VGLMouseSave.Bitmap, buffer.Bitmap, MOUSE_IMG_SIZE*MOUSE_IMG_SIZE); in VGLMousePointerShow() 114 buffer.Bitmap[pos]=(buffer.Bitmap[pos]&~(VGLMouseAndMask->Bitmap[pos])) | in VGLMousePointerShow() 115 VGLMouseOrMask->Bitmap[pos]; in VGLMousePointerShow() 263 VGLMouseSave.Bitmap[(y-VGLMouseYpos)*MOUSE_IMG_SIZE+(x-VGLMouseXpos)] = in VGLMouseFreeze() 265 if (VGLMouseAndMask->Bitmap in VGLMouseFreeze()
|
| H A D | main.c | 309 VGLDisplay->Bitmap = VGLMem; in VGLInit() 408 VGLDisplay->Bitmap = VGLMem; in VGLCheckSwitch() 506 munmap(VGLDisplay->Bitmap, VGLAdpInfo.va_window_size); in VGLCheckSwitch() 511 VGLDisplay->Bitmap = VGLBuf; in VGLCheckSwitch()
|
| H A D | vgl.h | 47 byte *Bitmap; member
|
| /freebsd-12.1/release/picobsd/tinyware/view/ |
| H A D | view.c | 139 sav.Bitmap=(byte *)calloc(width*height,1); in pop_up() 140 clr.Bitmap=(byte *)calloc(width*height,1); in pop_up() 177 free(sav.Bitmap); in pop_up() 178 free(clr.Bitmap); in pop_up() 205 target.Bitmap=(byte *)calloc(pic->Xsize*pic->Ysize*e->zoom*e->zoom,1); in display() 228 target.Bitmap=(byte *)calloc(pic->Xsize*pic->Ysize,sizeof(byte)); in display() 235 target.Bitmap=(byte *)calloc(pic->Xsize*pic->Ysize,sizeof(byte)); in display() 248 free(target.Bitmap); in display() 373 if(pic.Bitmap!=NULL) free(pic.Bitmap); in png_load() 374 pic.Bitmap=(byte *)calloc(rowbytes*height,sizeof(byte)); in png_load() [all …]
|
| /freebsd-12.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-12.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiInternalFormRepresentation.h | 544 EFI_HII_IIBT_IMAGE_1BIT_BASE Bitmap; member 550 EFI_HII_IIBT_IMAGE_1BIT_BASE Bitmap; member 562 EFI_HII_RGB_PIXEL Bitmap[1]; member 567 EFI_HII_IIBT_IMAGE_24BIT_BASE Bitmap; member 572 EFI_HII_IIBT_IMAGE_24BIT_BASE Bitmap; member 584 EFI_HII_IIBT_IMAGE_4BIT_BASE Bitmap; member 590 EFI_HII_IIBT_IMAGE_4BIT_BASE Bitmap; member 602 EFI_HII_IIBT_IMAGE_8BIT_BASE Bitmap; member 608 EFI_HII_IIBT_IMAGE_8BIT_BASE Bitmap; member
|
| /freebsd-12.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 | riff | 99 # RIFF Device Independent Bitmap format 270 # RIFF Device Independent Bitmap format
|
| H A D | images | 462 # GRR 950115: this is Thomas Boutell's Portable Bitmap Format proposal 528 # Fuzzy Bitmap (FBM) images 1201 # Polar Monitor Bitmap (.pmb) used as logo for Polar Electro watches 1203 0 string/t [BitmapInfo2] Polar Monitor Bitmap text 1209 0 string GARMIN\ BITMAP\ 01 Garmin Bitmap file
|
| H A D | fonts | 79 # X11 Bitmap Distribution Format, from Daniel Quinlan ([email protected])
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | PROTOCOL.krl | 93 Bitmap sections use type KRL_SECTION_CERT_SERIAL_BITMAP and revoke keys
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SyntheticSections.cpp | 1822 uint64_t Bitmap = 0; in updateAllocSize() local 1836 Bitmap |= 1ULL << (Delta / Wordsize); in updateAllocSize() 1840 if (!Bitmap) in updateAllocSize() 1843 RelrRelocs.push_back(Elf_Relr((Bitmap << 1) | 1)); in updateAllocSize()
|
| /freebsd-12.1/share/misc/ |
| H A D | usb_hid_usages | 1190 0x80 Bitmap Size X 1191 0x81 Bitmap Size Y
|
| /freebsd-12.1/sys/conf/ |
| H A D | NOTES | 1630 # Bitmap of units to enable targetmode operations. 1652 # Bitmap of units to enable targetmode operations.
|
| /freebsd-12.1/share/termcap/ |
| H A D | termcap | 558 luna|luna68k|LUNA68K Bitmap console:\
|
| /freebsd-12.1/contrib/ncurses/misc/ |
| H A D | terminfo.src | 18122 luna|luna68k|LUNA68K Bitmap console,
|