Home
last modified time | relevance | path

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

/aoo42x/main/vcl/source/glyphs/
H A Dgcach_ftyp.hxx116 mutable Int2IntMap* mpGlyph2Char; member in FtFontInfo
139 (*mpGlyph2Char)[ nIndex ] = cChar; in CacheGlyphIndex()
H A Dgcach_ftyp.cxx302 mpGlyph2Char( NULL ), in FtFontInfo()
322 delete mpGlyph2Char; in ~FtFontInfo()
329 mpGlyph2Char = new Int2IntMap(); in InitHashes()
391 if( !mpGlyph2Char ) in GetExtraGlyphKernValue()
393 sal_Unicode cLeftChar = (*mpGlyph2Char)[ nLeftGlyph ]; in GetExtraGlyphKernValue()
394 sal_Unicode cRightChar = (*mpGlyph2Char)[ nRightGlyph ]; in GetExtraGlyphKernValue()

Completed in 19 milliseconds