Home
last modified time | relevance | path

Searched refs:Bitmap (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/lib/libvgl/
H A Dbitmap.c97 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 Dsimple.c79 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 Dmouse.c261 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 Dmain.c335 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 Dvgl.h45 byte *Bitmap; member
/freebsd/share/examples/libvgl/
H A Ddemo.c92 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 DUefiInternalFormRepresentation.h538 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 Dpbm4 # pbm: file(1) magic for Portable Bitmap files
H A Dapplix10 >7 string RASTER Bitmap
H A Dimages19 # 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 Driff267 # RIFF Device Independent Bitmap format
846 # RIFF Device Independent Bitmap format
H A Dmap386 # "KpGr"~recursiv embedded,"GARMIN BITMAP"~Garmin Bitmap *.srf, "PK"~ZIP archive
H A Dfonts131 # X11 Bitmap Distribution Format, from Daniel Quinlan (quinlan@yggdrasil.com)
H A Dmsdos643 # FON: Bitmap font http://fileformats.archiveteam.org/wiki/FON
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp354 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 DInstrProfReader.cpp1654 BitVector &Bitmap) { in getFunctionBitmap() argument
1661 Bitmap.resize(E * CHAR_BIT); in getFunctionBitmap()
1673 Bitmap, Bitmap); in getFunctionBitmap()
/freebsd/crypto/openssh/
H A DPROTOCOL.krl96 Bitmap sections use type KRL_SECTION_CERT_SERIAL_BITMAP and revoke keys
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsnps,dwc-qos-ethernet.txt113 - snps,burst-map: Bitmap of allowed AXI burst lengths, with the LSB
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1147 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 DCoverageMapping.h659 BitVector Bitmap; variable
667 void setBitmap(BitVector &&Bitmap_) { Bitmap = std::move(Bitmap_); } in setBitmap()
/freebsd/contrib/spleen/
H A DREADME.md27 Each size is provided in the Glyph Bitmap Distribution Format (BDF), and
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h782 BitVector &Bitmap);
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dqcom-nvmem-cpufreq.txt47 Bitmap:
/freebsd/share/misc/
H A Dusb_hid_usages1189 0x80 Bitmap Size X
1190 0x81 Bitmap Size Y
/freebsd/sys/conf/
H A DNOTES1612 # Bitmap of units to enable targetmode operations.
1634 # Bitmap of units to enable targetmode operations.

12