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

/haiku/src/kits/interface/
H A DPicture.cpp35 static BObjectList<BPicture> sPictureList; variable
43 for (int32 i = 0; i < sPictureList.CountItems(); i++) {
44 BPicture::Private picture(sPictureList.ItemAt(i));
219 sPictureList.AddItem(this);
226 sPictureList.RemoveItem(this, false);

Completed in 34 milliseconds