Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/ !
H A Dimage.cxx583 if( pData->IsLoadable() ) in GetAsHorizontalStrip()
801 if( (*aIter)->IsLoadable() ) in GetImage()
825 if( pImg->IsLoadable() ) in GetImage()
/trunk/main/vcl/inc/ !
H A Dimage.h99 bool IsLoadable() { return maBitmapEx.IsEmpty() && maName.getLength(); } in IsLoadable() function