Home
last modified time | relevance | path

Searched refs:eFamilyRes (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx583 FcResult eFamilyRes = FcPatternGetString( pPattern, FC_FAMILY, 0, &origfamily ); in FamilyFromPattern() local
586 if( eFamilyRes == FcResultMatch) in FamilyFromPattern()
622 return eFamilyRes; in FamilyFromPattern()
728 FcResult eFamilyRes = rWrapper.FamilyFromPattern( pFSet->fonts[i], &family ); in countFontconfigFonts() local
736 … if( eFileRes != FcResultMatch || eFamilyRes != FcResultMatch || eOutRes != FcResultMatch ) in countFontconfigFonts()

Completed in 16 milliseconds