class BitmapWithStorage

Defined at line 76 of file ../../src/ui/lib/escher/util/bitmap.h

An implementation of Bitmap that manages its own storage.

Public Methods

void BitmapWithStorage ()

Defined at line 78 of file ../../src/ui/lib/escher/util/bitmap.h

void SetSize (uint32_t bit_count)

Set the bitmap to have enough storage to hold |bit_count| bits.

Defined at line 81 of file ../../src/ui/lib/escher/util/bitmap.h