Home
last modified time | relevance | path

Searched refs:maBmpList (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx1048 …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()
/aoo4110/main/vcl/inc/unx/
H A Dsalbmp.h176 List maBmpList; member in ImplSalBitmapCache

Completed in 20 milliseconds