Lines Matching refs:pSet

100     void			(*m_pFcObjectSetDestroy)(FcObjectSet* pSet);
164 FcObjectSet* pSet = m_pFcObjectSetVaBuild( first, ap ); in FcObjectSetBuild() local
166 return pSet; in FcObjectSetBuild()
169 void FcObjectSetDestroy( FcObjectSet* pSet ) in FcObjectSetDestroy() argument
170 { m_pFcObjectSetDestroy( pSet ); } in FcObjectSetDestroy()
178 FcFontSet* FcFontList( FcConfig* pConfig, FcPattern* pPattern, FcObjectSet* pSet ) in FcFontList() argument
179 { return m_pFcFontList( pConfig, pPattern, pSet ); } in FcFontList()
196 void FcCharSetDestroy( FcCharSet* pSet ) in FcCharSetDestroy() argument
197 { m_pFcCharSetDestroy( pSet );} in FcCharSetDestroy()
199 void FcFontSetDestroy( FcFontSet* pSet ) in FcFontSetDestroy() argument
200 { m_pFcFontSetDestroy( pSet );} in FcFontSetDestroy()
202 FcBool FcFontSetAdd( FcFontSet* pSet, FcPattern* pPattern ) in FcFontSetAdd() argument
203 { return m_pFcFontSetAdd( pSet, pPattern ); } in FcFontSetAdd()
1045 FcFontSet* pSet = NULL; in Substitute() local
1048 pSet = rWrapper.FcFontSetCreate(); in Substitute()
1051 rWrapper.FcFontSetAdd( pSet, pResult ); in Substitute()
1054 if( pSet ) in Substitute()
1056 if( pSet->nfont > 0 ) in Substitute()
1060 … FcResult eFileRes = rWrapper.FcPatternGetString( pSet->fonts[0], FC_FAMILY, 0, &family ); in Substitute()
1073 … if ( FcResultMatch == rWrapper.FcPatternGetInteger( pSet->fonts[0], FC_WEIGHT, 0, &val)) in Substitute()
1075 … if ( FcResultMatch == rWrapper.FcPatternGetInteger( pSet->fonts[0], FC_SLANT, 0, &val)) in Substitute()
1077 … if ( FcResultMatch == rWrapper.FcPatternGetInteger( pSet->fonts[0], FC_SPACING, 0, &val)) in Substitute()
1079 … if ( FcResultMatch == rWrapper.FcPatternGetInteger( pSet->fonts[0], FC_WIDTH, 0, &val)) in Substitute()
1089 if( !rWrapper.FcPatternGetCharSet( pSet->fonts[0], FC_CHARSET, 0, &unicodes ) ) in Substitute()
1103 rWrapper.FcFontSetDestroy( pSet ); in Substitute()
1147 FcFontSet* pSet = rWrapper.FcFontSetCreate(); in getFontOptions()
1148 rWrapper.FcFontSetAdd( pSet, pResult ); in getFontOptions()
1149 if( pSet->nfont > 0 ) in getFontOptions()
1151 FcResult eEmbeddedBitmap = rWrapper.FcPatternGetBool(pSet->fonts[0], in getFontOptions()
1153 FcResult eAntialias = rWrapper.FcPatternGetBool(pSet->fonts[0], in getFontOptions()
1155 FcResult eAutoHint = rWrapper.FcPatternGetBool(pSet->fonts[0], in getFontOptions()
1157 FcResult eHinting = rWrapper.FcPatternGetBool(pSet->fonts[0], in getFontOptions()
1159 /*FcResult eHintStyle =*/ rWrapper.FcPatternGetInteger( pSet->fonts[0], in getFontOptions()
1181 rWrapper.FcFontSetDestroy( pSet ); in getFontOptions()
1232 FcFontSet* pSet = rWrapper.FcFontSetCreate(); in matchFont() local
1233 rWrapper.FcFontSetAdd( pSet, pResult ); in matchFont()
1234 if( pSet->nfont > 0 ) in matchFont()
1238 FcResult eFileRes = rWrapper.FcPatternGetString( pSet->fonts[0], FC_FILE, 0, &file ); in matchFont()
1251 rWrapper.FcFontSetDestroy( pSet ); in matchFont()