Lines Matching refs:nFallbackLevel
627 …s2SalGraphics::ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, int nFallbackLevel) in ImplDoSetFont() argument
712 rc = Ft2DeleteSetId( mhPS, nFallbackLevel + LCID_BASE); in ImplDoSetFont()
715 if ( (rc=Ft2CreateLogFont( mhPS, NULL, nFallbackLevel + LCID_BASE, &aFAttrs)) == GPI_ERROR ) { in ImplDoSetFont()
725 rc = Ft2SetCharSet( mhPS, nFallbackLevel + LCID_BASE); in ImplDoSetFont()
743 aBundle.usSet = nFallbackLevel + LCID_BASE; in ImplDoSetFont()
818 USHORT Os2SalGraphics::SetFont( ImplFontSelectData* pFont, int nFallbackLevel ) in SetFont() argument
829 for( int i = nFallbackLevel; i < MAX_FALLBACK; ++i ) in SetFont()
845 mpOs2FontEntry[ nFallbackLevel ] = reinterpret_cast<ImplOs2FontEntry*>( pFont->mpFontEntry ); in SetFont()
846 mpOs2FontData[ nFallbackLevel ] = static_cast<const ImplOs2FontData*>( pFont->mpFontData ); in SetFont()
848 ImplDoSetFont( pFont, mfFontScale, nFallbackLevel); in SetFont()
853 mhDefFont = nFallbackLevel + LCID_BASE; in SetFont()
858 for( int i = nFallbackLevel; i < MAX_FALLBACK; ++i ) in SetFont()
871 mhFonts[ nFallbackLevel ] = nFallbackLevel + LCID_BASE; in SetFont()
874 if( mpOs2FontData[ nFallbackLevel ] ) in SetFont()
875 mpOs2FontData[ nFallbackLevel ]->UpdateFromHPS( mhPS ); in SetFont()
877 if( !nFallbackLevel ) in SetFont()
899 void Os2SalGraphics::GetFontMetric( ImplFontMetricData* pMetric, int nFallbackLevel ) in GetFontMetric() argument