Lines Matching refs:mnBytesUsed
56 mnBytesUsed(sizeof(GlyphCache)), in GlyphCache()
256 mnBytesUsed += pNew->GetByteCount(); in CacheFont()
286 && (mnMaxSize <= (mnBytesUsed + mrPeer.GetByteCount())) ) in UncacheFont()
346 mnBytesUsed -= pServerFont->GetByteCount(); in GarbageCollect()
372 mnBytesUsed += sizeof( rGlyphData ); in AddedGlyph()
381 if( (mnBytesUsed + mrPeer.GetByteCount()) > mnMaxSize ) in GrowNotify()
390 mnBytesUsed -= sizeof( GlyphData ); in RemovingGlyph()
403 mnBytesUsed( sizeof(ServerFont) ), in ServerFont()
466 mnBytesUsed += sizeof( GlyphData ); in GetGlyphData()
483 OSL_ASSERT( mnBytesUsed >= sizeof(GlyphData) ); in GarbageCollect()
484 mnBytesUsed -= sizeof( GlyphData ); in GarbageCollect()