Home
last modified time | relevance | path

Searched refs:maWidthMap (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx121 IntMap maWidthMap; member in ImplWinFontEntry
130 maWidthMap[ nCharCode ] = nCharWidth; in CacheGlyphWidth()
135 IntMap::const_iterator it = maWidthMap.find( nCharCode ); in GetCachedGlyphWidth()
136 if( it == maWidthMap.end() ) in GetCachedGlyphWidth()
3090 , maWidthMap( 512 )
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx88 IntMap maWidthMap; member in ImplOs2FontEntry
95 maWidthMap[ nCharCode ] = nCharWidth; in CacheGlyphWidth()
100 IntMap::const_iterator it = maWidthMap.find( nCharCode ); in GetCachedGlyphWidth()
101 if( it == maWidthMap.end() ) in GetCachedGlyphWidth()
984 maWidthMap( 512 )

Completed in 43 milliseconds