Searched refs:decorator_bitmap (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp814 struct decorator_bitmap { struct
822 decorator_bitmap* next;
826 static decorator_bitmap* sBitmapList = NULL;
835 decorator_bitmap* current = sBitmapList;
904 decorator_bitmap* entry = new(std::nothrow) decorator_bitmap;
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp745 struct decorator_bitmap { struct
753 decorator_bitmap* next;
757 static decorator_bitmap* sBitmapList = NULL;
766 decorator_bitmap* current = sBitmapList;
826 decorator_bitmap* entry = new(std::nothrow) decorator_bitmap;
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp891 struct decorator_bitmap { struct
899 decorator_bitmap* next;
903 static decorator_bitmap* sBitmapList = NULL;
941 decorator_bitmap* current = sBitmapList;
1337 decorator_bitmap* entry = new(std::nothrow) decorator_bitmap;

Completed in 45 milliseconds