Home | History | Annotate | Download | only in core

Lines Matching full:bitmaps

67  * TODO: stores immutable bitmaps into a heap
89 * Otherwise we guarantee the bitmaps placement in the heap until its owner count goes to zero.
91 * @param preferredSize Specifies the preferred maximum number of bitmaps to store. This is
92 * not a hard limit as it can grow larger if the number of bitmaps in the heap with active
100 * Constructs a heap that defers the responsibility of storing the bitmaps to an external
101 * function. This is especially useful if the bitmaps will be used in a separate process as the
108 * @param externalStorage The class responsible for storing the bitmaps inserted into the heap
117 * Makes a shallow copy of all bitmaps currently in the heap and returns them as an array. The
120 * @return a ptr to an array of bitmaps or NULL if external storage is being used.
189 * Returns the total number of bytes allocated by the bitmaps in the heap
256 * Searches for the bitmap in the lookup table and returns the bitmaps index within the table.