Searched refs:mpWinFontEntry (Results 1 – 4 of 4) sorted by relevance
3023 DBG_ASSERT( mpWinFontEntry[nFallbackLevel], "WinSalGraphics mpWinFontEntry==NULL");3028 ImplWinFontEntry& rFontInstance = *mpWinFontEntry[ nFallbackLevel ];3079 if( !mpWinFontEntry[0] )3081 mpWinFontEntry[0]->InitKashidaHandling( getHDC() );3082 int nMinKashida = static_cast<int>(mfFontScale * mpWinFontEntry[0]->GetMinKashidaWidth());
729 mpWinFontEntry[ i ] = NULL; in WinSalGraphics()
1632 mpWinFontEntry[ nFallbackLevel ] = reinterpret_cast<ImplWinFontEntry*>( pFont->mpFontEntry ); in SetFont()
142 ImplWinFontEntry* mpWinFontEntry[ MAX_FALLBACK ]; // pointer to the most recent font instance member in WinSalGraphics
Completed in 100 milliseconds