/freebsd/lib/libvgl/ |
H A D | bitmap.c | 97 VGLPlane[i][planepos] |= dst->Bitmap[pos+planepos] & mask[end_offset]; in WriteVerticalLine() 99 VGLPlane[i][0] |= dst->Bitmap[pos] & ~mask[start_offset]; in WriteVerticalLine() 100 bcopy(&VGLPlane[i][0], dst->Bitmap + pos, bwidth); in WriteVerticalLine() 104 VGLPlane[i][planepos] |= dst->Bitmap[offset] & mask[end_offset]; in WriteVerticalLine() 108 VGLPlane[i][0] |= dst->Bitmap[offset] & ~mask[start_offset]; in WriteVerticalLine() 111 bcopy(&VGLPlane[i][bwidth - last], dst->Bitmap + offset, len); in WriteVerticalLine() 122 address = dst->Bitmap + VGLAdpInfo.va_line_width * y + x/4; in WriteVerticalLine() 141 bcopy(line, dst->Bitmap + offset, i); in WriteVerticalLine() 152 address = dst->Bitmap + (dst->VXsize * y + x) * dst->PixelBytes; in WriteVerticalLine() 203 if (src->Bitmap == dst->Bitmap && srcy < dsty) { in __VGLBitmapCopy() [all …]
|
H A D | simple.c | 79 memcpy(&object->Bitmap[offset], &color, 1); in VGLSetXY() 82 memcpy(&object->Bitmap[offset], &color, 2); in VGLSetXY() 85 memcpy(&object->Bitmap[offset], &color, 3); in VGLSetXY() 88 memcpy(&object->Bitmap[offset], &color, 4); in VGLSetXY() 97 memcpy(&object->Bitmap[soffset], &color, 1); in VGLSetXY() 99 memcpy(&object->Bitmap[soffset], (byte *)&color + 1, 2); in VGLSetXY() 102 memcpy(&object->Bitmap[soffset], &color, 2); in VGLSetXY() 104 memcpy(&object->Bitmap[soffset], (byte *)&color + 2, 1); in VGLSetXY() 107 memcpy(&object->Bitmap[soffset], &color, 3); in VGLSetXY() 114 object->Bitmap[(unsigned)(VGLAdpInfo.va_line_width*y)+(x/4)] = ((byte)color); in VGLSetXY() [all …]
|
H A D | mouse.c | 261 free(VGLMouseOrMask->Bitmap); in VGLMouseSetImage() 310 ormask->Bitmap[i] = ormask->Bitmap[i] == BORDER ? border : in VGLMouseInit() 311 ormask->Bitmap[i] == INTERIOR ? interior : 0; in VGLMouseInit() 314 ormask->Bitmap[i] = ormask->Bitmap[i] == BORDER ? border : in VGLMouseInit() 315 ormask->Bitmap[i] == INTERIOR ? interior : 0; in VGLMouseInit() 372 VGLMouseAndMask->Bitmap[(y-VGLMouseYpos)*VGLMouseAndMask->VXsize+ in VGLMouseFreezeXY() 411 if (VGLMouseAndMask->Bitmap[pos]) in VGLMouseMerge() 412 bcopy(&VGLMouseOrMask->Bitmap[pos * VGLDisplay->PixelBytes], in VGLMouseMerge()
|
H A D | main.c | 335 VGLDisplay->Bitmap = VGLMem; in VGLInit() 340 VGLVDisplay.Bitmap = malloc(2 * VGLBufSize); in VGLInit() 342 VGLVDisplay.Bitmap = VGLBuf; in VGLInit() 438 VGLDisplay->Bitmap = VGLMem; in VGLCheckSwitch() 453 munmap(VGLDisplay->Bitmap, VGLAdpInfo.va_window_size); in VGLCheckSwitch() 459 VGLDisplay->Bitmap = VGLBuf; in VGLCheckSwitch()
|
H A D | vgl.h | 45 byte *Bitmap; member
|
/freebsd/share/examples/libvgl/ |
H A D | demo.c | 92 tmp->Bitmap[i+256*j] = i%16; in main() 96 tmp->Bitmap[i+256*j] = j%16; in main()
|
/freebsd/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/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 | 19 # Note: called by DROID "Truevision TGA Bitmap" version 1.0 via PUID x-fmt/367 122 # Note: called by DROID "Truevision TGA Bitmap" version 2.0 via fmt/402 539 # GRR 950115: this is Thomas Boutell's Portable Bitmap Format proposal 778 # Fuzzy Bitmap (FBM) images 935 # Note: by bitmap-bmp-v2o.trid.xml called "Windows Bitmap (v2o)" 1591 # XOffset; Bitmap X offset; pixel numbers to ignore at the beginning of each scan-line 2052 # The color mode; 0~Bitmap 1~Grayscale 2~Indexed 3~RGB 4~CMYK 7~Multichannel 9~Duotone 9~Lab 2617 # Polar Monitor Bitmap (.pmb) used as logo for Polar Electro watches 2619 0 string/t [BitmapInfo2] Polar Monitor Bitmap text 2625 0 string GARMIN\ BITMAP\ 01 Garmin Bitmap file
|
H A D | riff | 267 # RIFF Device Independent Bitmap format 846 # RIFF Device Independent Bitmap format
|
H A D | map | 386 # "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 | 643 # FON: Bitmap font http://fileformats.archiveteam.org/wiki/FON
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 354 const BitVector &Bitmap; member in __anondf0c3b9d0311::MCDCRecordProcessor 391 MCDCRecordProcessor(const BitVector &Bitmap, in MCDCRecordProcessor() argument 395 : NextIDsBuilder(Branches), TVIdxBuilder(this->NextIDs), Bitmap(Bitmap), in MCDCRecordProcessor() 422 if (!Bitmap[IsVersion11 in buildTestVector() 532 MCDCRecordProcessor MCDCProcessor(Bitmap, Region, Branches, IsVersion11); in evaluateMCDCRegion() 831 BitVector Bitmap; in loadFunctionRecord() local 833 Record.FunctionHash, Bitmap)) { in loadFunctionRecord() 842 Bitmap = BitVector(getMaxBitmapSize(Record, IsVersion11)); in loadFunctionRecord() 844 Ctx.setBitmap(std::move(Bitmap)); in loadFunctionRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 1654 BitVector &Bitmap) { in getFunctionBitmap() argument 1661 Bitmap.resize(E * CHAR_BIT); in getFunctionBitmap() 1673 Bitmap, Bitmap); in getFunctionBitmap()
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.krl | 96 Bitmap sections use type KRL_SECTION_CERT_SERIAL_BITMAP and revoke keys
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | snps,dwc-qos-ethernet.txt | 113 - snps,burst-map: Bitmap of allowed AXI burst lengths, with the LSB
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1147 auto *Bitmap = Builder.CreateLoad(Int8Ty, ArgAddr, "mcdc.bits"); in createRMWOrFunc() local 1153 auto *Masked = Builder.CreateAnd(Bitmap, ArgVal); in createRMWOrFunc() 1174 auto *Result = Builder.CreateOr(Bitmap, ArgVal); in createRMWOrFunc()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 659 BitVector Bitmap; variable 667 void setBitmap(BitVector &&Bitmap_) { Bitmap = std::move(Bitmap_); } in setBitmap()
|
/freebsd/contrib/spleen/ |
H A D | README.md | 27 Each size is provided in the Glyph Bitmap Distribution Format (BDF), and
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 782 BitVector &Bitmap);
|
/freebsd/sys/contrib/device-tree/Bindings/opp/ |
H A D | qcom-nvmem-cpufreq.txt | 47 Bitmap:
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 1189 0x80 Bitmap Size X 1190 0x81 Bitmap Size Y
|
/freebsd/sys/conf/ |
H A D | NOTES | 1612 # Bitmap of units to enable targetmode operations. 1634 # Bitmap of units to enable targetmode operations.
|