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()
1046 FcFontSet* pSet = NULL; in Substitute() local
1049 pSet = rWrapper.FcFontSetCreate(); in Substitute()
1052 rWrapper.FcFontSetAdd( pSet, pResult ); in Substitute()
1055 if( pSet ) in Substitute()
1057 if( pSet->nfont > 0 ) in Substitute()
1061 … FcResult eFileRes = rWrapper.FcPatternGetString( pSet->fonts[0], FC_FAMILY, 0, &family ); in Substitute()
1074 … if ( FcResultMatch == rWrapper.FcPatternGetInteger( pSet->fonts[0], FC_WEIGHT, 0, &val)) in Substitute()
1076 … if ( FcResultMatch == rWrapper.FcPatternGetInteger( pSet->fonts[0], FC_SLANT, 0, &val)) in Substitute()
1078 … if ( FcResultMatch == rWrapper.FcPatternGetInteger( pSet->fonts[0], FC_SPACING, 0, &val)) in Substitute()
1080 … if ( FcResultMatch == rWrapper.FcPatternGetInteger( pSet->fonts[0], FC_WIDTH, 0, &val)) in Substitute()
1090 if( !rWrapper.FcPatternGetCharSet( pSet->fonts[0], FC_CHARSET, 0, &unicodes ) ) in Substitute()
1104 rWrapper.FcFontSetDestroy( pSet ); in Substitute()
1148 FcFontSet* pSet = rWrapper.FcFontSetCreate(); in getFontOptions()
1149 rWrapper.FcFontSetAdd( pSet, pResult ); in getFontOptions()
1150 if( pSet->nfont > 0 ) in getFontOptions()
1152 FcResult eEmbeddedBitmap = rWrapper.FcPatternGetBool(pSet->fonts[0], in getFontOptions()
1154 FcResult eAntialias = rWrapper.FcPatternGetBool(pSet->fonts[0], in getFontOptions()
1156 FcResult eAutoHint = rWrapper.FcPatternGetBool(pSet->fonts[0], in getFontOptions()
1158 FcResult eHinting = rWrapper.FcPatternGetBool(pSet->fonts[0], in getFontOptions()
1160 /*FcResult eHintStyle =*/ rWrapper.FcPatternGetInteger( pSet->fonts[0], in getFontOptions()
1182 rWrapper.FcFontSetDestroy( pSet ); in getFontOptions()
1233 FcFontSet* pSet = rWrapper.FcFontSetCreate(); in matchFont() local
1234 rWrapper.FcFontSetAdd( pSet, pResult ); in matchFont()
1235 if( pSet->nfont > 0 ) in matchFont()
1239 FcResult eFileRes = rWrapper.FcPatternGetString( pSet->fonts[0], FC_FILE, 0, &file ); in matchFont()
1252 rWrapper.FcFontSetDestroy( pSet ); in matchFont()