Home
last modified time | relevance | path

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

12345678910>>...39

/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/RoaringBitmap/roaring/
H A Droaring.go18 type Bitmap struct { struct
19 highlowcontainer roaringArray
95 func (rb *Bitmap) RunOptimize() {
151 func (rb *Bitmap) Clear() {
342 func (rb *Bitmap) String() string {
383 func (rb *Bitmap) Clone() *Bitmap {
461 func (rb *Bitmap) Add(x uint32) {
511 func (rb *Bitmap) AddInt(x int) {
549 func (rb *Bitmap) IsEmpty() bool {
837 func (rb *Bitmap) Or(x2 *Bitmap) {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/RoaringBitmap/roaring/
H A Droaring.go18 type Bitmap struct { struct
19 highlowcontainer roaringArray
127 func (rb *Bitmap) RunOptimize() {
169 func (rb *Bitmap) Clear() {
394 func (rb *Bitmap) String() string {
438 func (rb *Bitmap) Clone() *Bitmap {
548 func (rb *Bitmap) Add(x uint32) {
598 func (rb *Bitmap) AddInt(x int) {
636 func (rb *Bitmap) IsEmpty() bool {
924 func (rb *Bitmap) Or(x2 *Bitmap) {
[all …]
H A Dfastaggregation.go8 func lazyOR(x1, x2 *Bitmap) *Bitmap {
65 func (x1 *Bitmap) lazyOR(x2 *Bitmap) *Bitmap {
144 func FastAnd(bitmaps ...*Bitmap) *Bitmap {
159 func FastOr(bitmaps ...*Bitmap) *Bitmap {
176 func HeapOr(bitmaps ...*Bitmap) *Bitmap {
198 func HeapXor(bitmaps ...*Bitmap) *Bitmap {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/RoaringBitmap/roaring/
H A Droaring.go19 type Bitmap struct { struct
20 highlowcontainer roaringArray
106 func (rb *Bitmap) RunOptimize() {
140 func (rb *Bitmap) Clear() {
385 func (rb *Bitmap) String() string {
461 func (rb *Bitmap) Clone() *Bitmap {
571 func (rb *Bitmap) Add(x uint32) {
621 func (rb *Bitmap) AddInt(x int) {
659 func (rb *Bitmap) IsEmpty() bool {
953 func (rb *Bitmap) Or(x2 *Bitmap) {
[all …]
H A Dfastaggregation.go8 func lazyOR(x1, x2 *Bitmap) *Bitmap {
65 func (x1 *Bitmap) lazyOR(x2 *Bitmap) *Bitmap {
144 func FastAnd(bitmaps ...*Bitmap) *Bitmap {
159 func FastOr(bitmaps ...*Bitmap) *Bitmap {
176 func HeapOr(bitmaps ...*Bitmap) *Bitmap {
198 func HeapXor(bitmaps ...*Bitmap) *Bitmap {
219 func (x1 *Bitmap) AndAny(bitmaps ...*Bitmap) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/RoaringBitmap/roaring/
H A Droaring.go19 type Bitmap struct { struct
20 highlowcontainer roaringArray
106 func (rb *Bitmap) RunOptimize() {
140 func (rb *Bitmap) Clear() {
385 func (rb *Bitmap) String() string {
461 func (rb *Bitmap) Clone() *Bitmap {
571 func (rb *Bitmap) Add(x uint32) {
621 func (rb *Bitmap) AddInt(x int) {
659 func (rb *Bitmap) IsEmpty() bool {
953 func (rb *Bitmap) Or(x2 *Bitmap) {
[all …]
H A Dfastaggregation.go8 func lazyOR(x1, x2 *Bitmap) *Bitmap {
56 func (x1 *Bitmap) lazyOR(x2 *Bitmap) *Bitmap {
124 func FastAnd(bitmaps ...*Bitmap) *Bitmap {
139 func FastOr(bitmaps ...*Bitmap) *Bitmap {
156 func HeapOr(bitmaps ...*Bitmap) *Bitmap {
178 func HeapXor(bitmaps ...*Bitmap) *Bitmap {
199 func (x1 *Bitmap) AndAny(bitmaps ...*Bitmap) {
/dports/devel/apitrace/apitrace-9.0/retrace/
H A Dglretrace_wgl.hpp32 struct Bitmap { struct
42 extern const Bitmap wglSystemFontBitmaps[256]; argument
/dports/games/scummvm/scummvm-2.5.1/engines/startrek/
H A Dbitmap.h32 struct Bitmap { struct
39 Bitmap(Common::MemoryReadStreamEndian *stream, bool closeStream = true); argument
46 Bitmap() : xoffset(0), yoffset(0), width(0), height(0), pixels(nullptr), pixelsArraySize(0) {} in Bitmap() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/startrek/
H A Dbitmap.h35 struct Bitmap { struct
42 Bitmap(FileStream stream); argument
50 Bitmap() : xoffset(0), yoffset(0), width(0), height(0), pixels(nullptr), pixelsArraySize(0) {} in Bitmap() argument
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/bitmaps-2.1.0/src/
H A Dbitmap.rs21 pub struct Bitmap<Size: Bits> { struct
25 impl<Size: Bits> Clone for Bitmap<Size> { argument
31 impl<Size: Bits> Copy for Bitmap<Size> {} implementation
48 impl<Size: Bits> Debug for Bitmap<Size> { implementation
54 impl<Size: Bits> Bitmap<Size> { impl
160 impl<Size: Bits> Not for Bitmap<Size> { implementation
318 impl Bitmap<U128> { impl
325 impl Bitmap<U256> { impl
338 impl Bitmap<U512> { implementation
357 impl Bitmap<U768> { implementation
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/bitmaps-2.1.0/src/
H A Dbitmap.rs21 pub struct Bitmap<Size: Bits> { struct
25 impl<Size: Bits> Clone for Bitmap<Size> { implementation
31 impl<Size: Bits> Copy for Bitmap<Size> {} implementation
48 impl<Size: Bits> Debug for Bitmap<Size> { implementation
54 impl<Size: Bits> Bitmap<Size> { impl
160 impl<Size: Bits> Not for Bitmap<Size> { implementation
318 impl Bitmap<U128> { impl
325 impl Bitmap<U256> { implementation
338 impl Bitmap<U512> { impl
357 impl Bitmap<U768> { implementation
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/bitmaps/src/
H A Dbitmap.rs21 pub struct Bitmap<Size: Bits> { struct
25 impl<Size: Bits> Clone for Bitmap<Size> { implementation
31 impl<Size: Bits> Copy for Bitmap<Size> {} implementation
48 impl<Size: Bits> Debug for Bitmap<Size> { implementation
54 impl<Size: Bits> Bitmap<Size> { implementation
160 impl<Size: Bits> Not for Bitmap<Size> { implementation
318 impl Bitmap<U128> { implementation
325 impl Bitmap<U256> { implementation
338 impl Bitmap<U512> { implementation
357 impl Bitmap<U768> { impl
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/bitmaps-2.1.0/src/
H A Dbitmap.rs21 pub struct Bitmap<Size: Bits> { struct
25 impl<Size: Bits> Clone for Bitmap<Size> { argument
31 impl<Size: Bits> Copy for Bitmap<Size> {} implementation
48 impl<Size: Bits> Debug for Bitmap<Size> { implementation
54 impl<Size: Bits> Bitmap<Size> { impl
160 impl<Size: Bits> Not for Bitmap<Size> { implementation
318 impl Bitmap<U128> { impl
325 impl Bitmap<U256> { implementation
338 impl Bitmap<U512> { implementation
357 impl Bitmap<U768> { impl
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DBitmap.cs50 public sealed class Bitmap : Image class
56 private Bitmap () in Bitmap() method in System.Drawing.Bitmap
60 internal Bitmap (IntPtr ptr) in Bitmap() method in System.Drawing.Bitmap
68 internal Bitmap(IntPtr ptr, Stream stream) in Bitmap() method in System.Drawing.Bitmap
80 public Bitmap (int width, int height, Graphics g) in Bitmap() method in System.Drawing.Bitmap
91 public Bitmap (int width, int height, PixelFormat format) in Bitmap() method in System.Drawing.Bitmap
102 public Bitmap (Stream stream) : this (stream, false) {} in Bitmap() method in System.Drawing.Bitmap
104 public Bitmap (string filename) : this (filename, false) {} in Bitmap() method in System.Drawing.Bitmap
108 public Bitmap (Stream stream, bool useIcm) in Bitmap() method in System.Drawing.Bitmap
114 public Bitmap (string filename, bool useIcm) in Bitmap() method in System.Drawing.Bitmap
[all …]
/dports/graphics/synaesthesia/synaesthesia-2.4/
H A Dpolygon.h4 struct Bitmap { struct
8 Bitmap(int e=0) : extra(e), data(0) { }; in extra() argument
9 ~Bitmap() { delete[] data; }; in ~Bitmap() argument
25 struct PolygonEngine : public Bitmap<Pixel> { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/arrow/src/
H A Dbitmap.rs28 pub struct Bitmap { struct
32 impl Bitmap { impl
68 impl<'a, 'b> BitAnd<&'b Bitmap> for &'a Bitmap { implementation
71 fn bitand(self, rhs: &'b Bitmap) -> Result<Bitmap> { in bitand()
76 impl<'a, 'b> BitOr<&'b Bitmap> for &'a Bitmap { implementation
79 fn bitor(self, rhs: &'b Bitmap) -> Result<Bitmap> { in bitor()
84 impl From<Buffer> for Bitmap { implementation
90 impl PartialEq for Bitmap { implementation
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow/src/
H A Dbitmap.rs29 pub struct Bitmap { struct
33 impl Bitmap { implementation
79 impl<'a, 'b> BitAnd<&'b Bitmap> for &'a Bitmap { implementation
82 fn bitand(self, rhs: &'b Bitmap) -> Result<Bitmap> { in bitand()
87 impl<'a, 'b> BitOr<&'b Bitmap> for &'a Bitmap { implementation
90 fn bitor(self, rhs: &'b Bitmap) -> Result<Bitmap> { in bitor()
95 impl From<Buffer> for Bitmap { implementation
101 impl PartialEq for Bitmap { implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sized-chunks-0.1.3/src/
H A Dbitmap.rs39 pub struct Bitmap<Size: Bits> { struct
43 impl<Size: Bits> Clone for Bitmap<Size> { argument
49 impl<Size: Bits> Copy for Bitmap<Size> {} implementation
51 impl<Size: Bits> Default for Bitmap<Size> { implementation
59 impl<Size: Bits> PartialEq for Bitmap<Size> { implementation
65 impl<Size: Bits> Debug for Bitmap<Size> { implementation
71 impl<Size: Bits> Bitmap<Size> { implementation
111 impl<Size: Bits> IntoIterator for Bitmap<Size> { implementation
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/sized-chunks-0.3.1/src/
H A Dbitmap.rs39 pub struct Bitmap<Size: Bits> { struct
43 impl<Size: Bits> Clone for Bitmap<Size> { argument
49 impl<Size: Bits> Copy for Bitmap<Size> {} implementation
51 impl<Size: Bits> Default for Bitmap<Size> { implementation
59 impl<Size: Bits> PartialEq for Bitmap<Size> { implementation
65 impl<Size: Bits> Debug for Bitmap<Size> { implementation
71 impl<Size: Bits> Bitmap<Size> { impl
111 impl<Size: Bits> IntoIterator for Bitmap<Size> { implementation
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DBitmap.Unix.cs53 public sealed partial class Bitmap class
60 internal Bitmap(IntPtr ptr, Stream stream) in Bitmap() method in System.Drawing.Bitmap
65 public Bitmap(Stream stream, bool useIcm) in Bitmap() method in System.Drawing.Bitmap
71 public Bitmap(Type type, string resource) in Bitmap() method in System.Drawing.Bitmap
90 private Bitmap(SerializationInfo info, StreamingContext context) in Bitmap() method in System.Drawing.Bitmap
H A DBitmap.cs14 public sealed partial class Bitmap : Image class
18 private Bitmap() { } in Bitmap() method in System.Drawing.Bitmap
22 public Bitmap(string filename) : this (filename, useIcm: false) { } in Bitmap() method in System.Drawing.Bitmap
24 public Bitmap(string filename, bool useIcm) in Bitmap() method in System.Drawing.Bitmap
49 public Bitmap(Stream stream) : this(stream, false) { } in Bitmap() method in System.Drawing.Bitmap
51 public Bitmap(int width, int height) : this(width, height, PixelFormat.Format32bppArgb) in Bitmap() method in System.Drawing.Bitmap
55 public Bitmap(int width, int height, Graphics g) in Bitmap() method in System.Drawing.Bitmap
69 public Bitmap(int width, int height, int stride, PixelFormat format, IntPtr scan0) in Bitmap() method in System.Drawing.Bitmap
78 public Bitmap(int width, int height, PixelFormat format) in Bitmap() method in System.Drawing.Bitmap
87 public Bitmap(Image original) : this(original, original.Width, original.Height) in Bitmap() method in System.Drawing.Bitmap
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/image_processing/
H A Dbitmaptools.cc70 struct Bitmap { struct
71 Bitmap() : pixels(NULL) {} in Bitmap() function
73 ~Bitmap() { in ~Bitmap() argument
85 fprintf(stderr, "Could not parse Bitmap initializer.\n"); in Read() argument
124 void WriteCroppedPixels() const { in WriteCroppedPixels()
139 unsigned char* pixels;
140 Box box;
142 const unsigned char* data;
144 int row_stride;
145 int pixel_stride;
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/packfile/
H A Dbitmap.go32 *Bitmap anonMember
175 type Bitmap struct { struct
176 bits int
177 words int
178 raw []byte
179 bm *big.Int
219 func (e *Bitmap) Unpack() error {
277 func (e *Bitmap) Scan(f func(int) error) error {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/packfile/
H A Dbitmap.go32 *Bitmap anonMember
175 type Bitmap struct { struct
176 bits int
177 words int
178 raw []byte
179 bm *big.Int
219 func (e *Bitmap) Unpack() error {
277 func (e *Bitmap) Scan(f func(int) error) error {

12345678910>>...39