Searched refs:nSizeInBytes (Results 1 – 2 of 2) sorted by relevance
87 inline void OfaMemoryOptionsPage::SetNfGraphicCacheVal( long nSizeInBytes ) in SetNfGraphicCacheVal() argument89 aNfGraphicCache.SetValue( nSizeInBytes >> 20 ); in SetNfGraphicCacheVal()97 void OfaMemoryOptionsPage::SetNfGraphicObjectCacheVal( long nSizeInBytes ) in SetNfGraphicObjectCacheVal() argument99 aNfGraphicObjectCache.SetValue( long( ::rtl::math::round( double( nSizeInBytes ) * BYTES2NF ) ) ); in SetNfGraphicObjectCacheVal()102 inline void OfaMemoryOptionsPage::SetNfGraphicObjectCacheMax( long nSizeInBytes ) in SetNfGraphicObjectCacheMax() argument104 aNfGraphicObjectCache.SetMax( long( double( nSizeInBytes ) * BYTES2NF ) ); in SetNfGraphicObjectCacheMax()107 inline void OfaMemoryOptionsPage::SetNfGraphicObjectCacheLast( long nSizeInBytes ) in SetNfGraphicObjectCacheLast() argument109 aNfGraphicObjectCache.SetLast( long( double( nSizeInBytes ) * BYTES2NF ) ); in SetNfGraphicObjectCacheLast()
65 inline void SetNfGraphicCacheVal( long nSizeInBytes );68 void SetNfGraphicObjectCacheVal( long nSizeInBytes );69 inline void SetNfGraphicObjectCacheMax( long nSizeInBytes );70 inline void SetNfGraphicObjectCacheLast( long nSizeInBytes );
Completed in 30 milliseconds