Home
last modified time | relevance | path

Searched refs:mpStartGlyphs (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dimpfont.hxx210 const int* mpStartGlyphs; // range-specific mapper to glyphs member in ImplFontCharMap
226 const int* mpStartGlyphs; member in CmapResult
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx38 , mpStartGlyphs( pStartGlyphs) in CmapResult()
49 , mpStartGlyphs( rCR.mpStartGlyphs ) in ImplFontCharMap()
83 delete[] mpStartGlyphs; in ~ImplFontCharMap()
158 if( mpStartGlyphs == NULL ) { // only the char-ranges are known in HasChar()
176 if( !mpStartGlyphs ) in GetGlyphIndex()
196 const int nStartIndex = mpStartGlyphs[ nRange/2 ]; in GetGlyphIndex()
332 rResult.mpStartGlyphs= NULL; in ParseCMAP()
605 rResult.mpStartGlyphs = pStartGlyphs; in ParseCMAP()

Completed in 12 milliseconds