Searched refs:maBmpList (Results 1 – 2 of 2) sorted by relevance
1048 …for( pObj = (ImplBmpObj*) maBmpList.Last(); pObj && !bFound; pObj = (ImplBmpObj*) maBmpList.Prev()… in ImplAdd()1060 maBmpList.Insert( new ImplBmpObj( pBmp, nMemSize, nFlags ), LIST_APPEND ); in ImplAdd()1067 …for( ImplBmpObj* pObj = (ImplBmpObj*) maBmpList.Last(); pObj; pObj = (ImplBmpObj*) maBmpList.Prev(… in ImplRemove()1071 maBmpList.Remove( pObj ); in ImplRemove()1084 …for( ImplBmpObj* pObj = (ImplBmpObj*) maBmpList.First(); pObj; pObj = (ImplBmpObj*) maBmpList.Next… in ImplClear()1090 maBmpList.Clear(); in ImplClear()
176 List maBmpList; member in ImplSalBitmapCache
Completed in 10 milliseconds