Searched defs:Bitmap (Results 1 – 1 of 1) sorted by relevance
512 type Bitmap struct { struct517 bitmap []C.uint8_t536 func (bm *Bitmap) toC(cbm *C.libxl_bitmap) error {827 func (bm *Bitmap) Test(bit int) bool {836 func (bm *Bitmap) Set(bit int) {845 func (bm *Bitmap) SetRange(start int, end int) {851 func (bm *Bitmap) Clear(bit int) {866 func (bm *Bitmap) Max() int {870 func (bm *Bitmap) IsEmpty() bool {879 func (a Bitmap) And(b Bitmap) (c Bitmap) {[all …]
Completed in 5 milliseconds