Searched defs:Bitmap (Results 1 – 1 of 1) sorted by relevance
154 type Bitmap struct { struct155 bitmap []C.uint8_t703 func (gbm Bitmap) toC() (cbm C.libxl_bitmap) {722 func (bm *Bitmap) Test(bit int) bool {731 func (bm *Bitmap) Set(bit int) {740 func (bm *Bitmap) SetRange(start int, end int) {746 func (bm *Bitmap) Clear(bit int) {761 func (bm *Bitmap) Max() int {765 func (bm *Bitmap) IsEmpty() bool {774 func (a Bitmap) And(b Bitmap) (c Bitmap) {[all …]
Completed in 8 milliseconds