Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/glyphs/
H A Dglyphcache.cxx256 mnBytesUsed += pNew->GetByteCount(); in CacheFont()
286 && (mnMaxSize <= (mnBytesUsed + mrPeer.GetByteCount())) ) in UncacheFont()
302 nCacheSize += pSF->GetByteCount(); in CalcByteCount()
346 mnBytesUsed -= pServerFont->GetByteCount(); in GarbageCollect()
381 if( (mnBytesUsed + mrPeer.GetByteCount()) > mnMaxSize ) in GrowNotify()
/aoo4110/main/vcl/inc/
H A Dglyphcache.hxx215 sal_uLong GetByteCount() const { return mnBytesUsed; } in GetByteCount() function in ServerFont
305 sal_Int32 GetByteCount() const { return mnBytesUsed; } in GetByteCount() function in GlyphCachePeer

Completed in 19 milliseconds