Lines Matching refs:pSubst
393 ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; in RemoveFontSubstitute() local
394 if( pSubst ) in RemoveFontSubstitute()
395 pSubst->RemoveFontSubstitute( n ); in RemoveFontSubstitute()
412 const ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; in GetFontSubstituteCount() local
413 if( !pSubst ) in GetFontSubstituteCount()
415 int nCount = pSubst->GetFontSubstituteCount(); in GetFontSubstituteCount()
426 const ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; in GetFontSubstitute() local
427 if( pSubst ) in GetFontSubstitute()
428 pSubst->GetFontSubstitute( n, rFontName, rReplaceFontName, rFlags ); in GetFontSubstitute()
483 const ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; in ImplFontSubstitute() local
484 if( pSubst && pSubst->FindFontSubstitute( aSubstFontName, rFontName, FONT_SUBSTITUTE_ALWAYS ) ) in ImplFontSubstitute()