Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/options/
H A Doptmemory.cxx78 #define NF2BYTES 104857.6 // 2^20/10, used for aNfGraphicObjectCache-… macro
79 #define BYTES2NF (1.0/NF2BYTES) // 10/2^20
94 return long( ::rtl::math::round( double( aNfGraphicObjectCache.GetValue() ) * NF2BYTES ) ); in GetNfGraphicObjectCacheVal()