Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/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-src/contrib/file/magic/Magdir/
H A Dpbm4 # pbm: file(1) magic for Portable Bitmap files
H A Dapplix10 >7 string RASTER Bitmap
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 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 fil
[all...]
H A Dmsdos643 # FON: Bitmap font http://fileformats.archiveteam.org/wiki/FON
/freebsd-src/crypto/openssh/
H A DPROTOCOL.krl96 Bitmap sections use type KRL_SECTION_CERT_SERIAL_BITMAP and revoke keys
/freebsd-src/contrib/spleen/
H A DREADME.md27 Each size is provided in the Glyph Bitmap Distribution Format (BDF), and
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1147 auto *Bitmap = Builder.CreateLoad(Int8Ty, ArgAddr, "mcdc.bits"); in shouldUsePublicSymbol()
1150 // If ((Bitmap & Val) != Val), then execute atomic (Bitmap |= Val). in shouldUsePublicSymbol()
1151 // Note, just-loaded Bitmap might not be up-to-date. Use it just for in shouldUsePublicSymbol()
1153 auto *Masked = Builder.CreateAnd(Bitmap, ArgVal); in shouldUsePublicSymbol()
1174 auto *Result = Builder.CreateOr(Bitmap, ArgVal); in getFuncAddrForProfData()
1008 auto *Bitmap = Builder.CreateLoad(Int8Ty, BitmapByteAddr, "mcdc.bits"); lowerMCDCTestVectorBitmapUpdate() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp354 const BitVector &Bitmap; in findExecutedTestVectors()
391 MCDCRecordProcessor(const BitVector &Bitmap, in matchTestVectors()
395 : NextIDsBuilder(Branches), TVIdxBuilder(this->NextIDs), Bitmap(Bitmap), in matchTestVectors()
422 if (!Bitmap[IsVersion11 in findIndependencePairs()
512 // Using Profile Bitmap from runtime, mark the executed test vectors. in getMaxCounterID()
532 MCDCRecordProcessor MCDCProcessor(Bitmap, Region, Branches, IsVersion11); in getMaxCounterID()
831 BitVector Bitmap; in loadFunctionRecord()
833 Record.FunctionHash, Bitmap)) { in loadFunctionRecord()
842 Bitmap in loadFunctionRecord()
281 MCDCRecordProcessor(const BitVector & Bitmap,const CounterMappingRegion & Region,ArrayRef<const CounterMappingRegion * > Branches) MCDCRecordProcessor() argument
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/opp/
H A Dqcom-nvmem-cpufreq.txt47 Bitmap:
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h659 BitVector Bitmap;
667 void setBitmap(BitVector &&Bitmap_) { Bitmap = std::move(Bitmap_); }
/freebsd-src/share/misc/
H A Dusb_hid_usages1189 0x80 Bitmap Size X
1190 0x81 Bitmap Size Y
/freebsd-src/sys/conf/
H A DNOTES1624 # Bitmap of units to enable targetmode operations.
1646 # Bitmap of units to enable targetmode operations.
/freebsd-src/share/termcap/
H A Dtermcap555 luna|luna68k|LUNA68K Bitmap console:\
/freebsd-src/contrib/ncurses/misc/
H A Dterminfo.src21194 luna|luna68k|LUNA68K Bitmap console,