Home
last modified time | relevance | path

Searched refs:RleBitmapElement (Results 1 – 3 of 3) sorted by relevance

/system/ulib/bitmap/include/bitmap/
A Drle-bitmap.h23 struct RleBitmapElement;
26 using RleBitmapElementPtr = ktl::unique_ptr<RleBitmapElement>;
28 using RleBitmapElementPtr = fbl::unique_ptr<RleBitmapElement>;
120 struct RleBitmapElement : public fbl::DoublyLinkedListable<RleBitmapElementPtr> { struct
/system/ulib/bitmap/
A Drle-bitmap.cpp25 RleBitmapElementPtr new_elem(new (&ac) RleBitmapElement()); in AllocateElement()
167 auto ends_after = elems_.find_if([bitoff](const RleBitmapElement& elem) -> bool { in SetInternal()
182 RleBitmapElement& elem = *--ends_after; in SetInternal()
/system/utest/bitmap/
A Drle-bitmap-tests.cpp361 free_list.push_back(fbl::unique_ptr<RleBitmapElement>(new (&ac) RleBitmapElement())); in NoAlloc()
369 free_list.push_back(fbl::unique_ptr<RleBitmapElement>(new (&ac) RleBitmapElement())); in NoAlloc()
377 free_list.push_back(fbl::unique_ptr<RleBitmapElement>(new (&ac) RleBitmapElement())); in NoAlloc()

Completed in 8 milliseconds