Lines Matching refs:pConfig

178     FcFontSet* FcFontList( FcConfig* pConfig, FcPattern* pPattern, FcObjectSet* pSet )  in FcFontList()  argument
179 { return m_pFcFontList( pConfig, pPattern, pSet ); } in FcFontList()
181 FcFontSet* FcConfigGetFonts( FcConfig* pConfig, FcSetName eSet) in FcConfigGetFonts() argument
182 { return m_pFcConfigGetFonts( pConfig, eSet ); } in FcConfigGetFonts()
222 FcBool FcConfigAppFontAddFile( FcConfig* pConfig, const FcChar8* pFileName ) in FcConfigAppFontAddFile() argument
223 { return m_pFcConfigAppFontAddFile( pConfig, pFileName ); } in FcConfigAppFontAddFile()
224 FcBool FcConfigAppFontAddDir(FcConfig* pConfig, const FcChar8* pDirName ) in FcConfigAppFontAddDir() argument
225 { return m_pFcConfigAppFontAddDir( pConfig, pDirName ); } in FcConfigAppFontAddDir()
226 FcBool FcConfigParseAndLoad( FcConfig* pConfig, const FcChar8* pFileName, FcBool bComplain ) in FcConfigParseAndLoad() argument
227 { return m_pFcConfigParseAndLoad( pConfig, pFileName, bComplain ); } in FcConfigParseAndLoad()
231 …FcPattern* FcFontSetMatch( FcConfig* pConfig, FcFontSet **ppFontSet, int nset, FcPattern* pPattern… in FcFontSetMatch() argument
232 …{ return m_pFcFontSetMatch ? m_pFcFontSetMatch( pConfig, ppFontSet, nset, pPattern, pResult ) : 0;… in FcFontSetMatch()
233 FcPattern* FcFontMatch( FcConfig* pConfig, FcPattern* pPattern, FcResult* pResult ) in FcFontMatch() argument
234 { return m_pFcFontMatch( pConfig, pPattern, pResult ); } in FcFontMatch()
235 FcBool FcConfigSubstitute( FcConfig* pConfig, FcPattern* pPattern, FcMatchKind eKind ) in FcConfigSubstitute() argument
236 { return m_pFcConfigSubstitute( pConfig, pPattern, eKind ); } in FcConfigSubstitute()
1121 FcConfig* pConfig = rWrapper.FcConfigGetCurrent(); in getFontOptions()
1138 rWrapper.FcConfigSubstitute( pConfig, pPattern, FcMatchPattern ); in getFontOptions()
1144 FcPattern* pResult = rWrapper.FcFontSetMatch( pConfig, &pFontSet, 1, pPattern, &eResult ); in getFontOptions()
1199 FcConfig* pConfig = rWrapper.FcConfigGetCurrent(); in matchFont() local
1224 rWrapper.FcConfigSubstitute( pConfig, pPattern, FcMatchPattern ); in matchFont()
1228 FcPattern* pResult = rWrapper.FcFontSetMatch( pConfig, &pFontSet, 1, pPattern, &eResult ); in matchFont()