Home
last modified time | relevance | path

Searched refs:eOutRes (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx451 FcResult eOutRes = FcPatternGetBool( pOrigPattern, FC_OUTLINE, 0, &bOutline ); in addFontSet() local
452 if( (eOutRes != FcResultMatch) || (bOutline == FcFalse) ) in addFontSet()
473 eOutRes = FcPatternGetBool( pBetterPattern, FC_OUTLINE, 0, &bOutline ); in addFontSet()
474 if( (eOutRes != FcResultMatch) || (bOutline == FcFalse) ) in addFontSet()
733 … FcResult eOutRes = rWrapper.FcPatternGetBool( pFSet->fonts[i], FC_OUTLINE, 0, &outline ); in countFontconfigFonts() local
736 … if( eFileRes != FcResultMatch || eFamilyRes != FcResultMatch || eOutRes != FcResultMatch ) in countFontconfigFonts()
748 , eOutRes == FcResultMatch ? outline : -1 in countFontconfigFonts()
755 if( eOutRes == FcResultMatch && ! outline ) in countFontconfigFonts()

Completed in 16 milliseconds