Searched refs:mnBytesUsed (Results 1 – 3 of 3) sorted by relevance
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()[all …]
349 mnBytesUsed -= nHeight * ((nWidth + 7) >> 3); in RemovingGlyph()364 mnBytesUsed -= nHeight * ((nWidth + 7) >> 3); in RemovingGlyph()378 mnBytesUsed -= pRawBitmap->mnScanlineSize * pRawBitmap->mnHeight; in RemovingGlyph()379 mnBytesUsed -= sizeof(RawBitmap); in RemovingGlyph()389 mnBytesUsed -= nHeight * ((nWidth + 3) & ~3); in RemovingGlyph()394 if( mnBytesUsed < 0 ) // TODO: eliminate nBytesUsed calc mismatch in RemovingGlyph()395 mnBytesUsed = 0; in RemovingGlyph()535 mnBytesUsed += nBytes; in GetPixmap()571 mnBytesUsed += pNewBitmap->mnScanlineSize * pNewBitmap->mnHeight; in GetRawBitmap()572 mnBytesUsed += sizeof(pNewBitmap); in GetRawBitmap()[all …]
98 mutable sal_uLong mnBytesUsed; member in GlyphCache215 sal_uLong GetByteCount() const { return mnBytesUsed; } in GetByteCount()235 mutable sal_uLong mnBytesUsed; member in ServerFont301 GlyphCachePeer() : mnBytesUsed(0) {} in GlyphCachePeer()305 sal_Int32 GetByteCount() const { return mnBytesUsed; } in GetByteCount()310 sal_Int32 mnBytesUsed; member in GlyphCachePeer
Completed in 25 milliseconds