Lines Matching refs:eWeight
1472 psp::weight::type eWeight = psp::weight::Unknown; in GetFcSubstitute() local
1477 case WEIGHT_THIN: eWeight = psp::weight::Thin; break; in GetFcSubstitute()
1478 case WEIGHT_ULTRALIGHT: eWeight = psp::weight::UltraLight; break; in GetFcSubstitute()
1479 case WEIGHT_LIGHT: eWeight = psp::weight::Light; break; in GetFcSubstitute()
1480 case WEIGHT_SEMILIGHT: eWeight = psp::weight::SemiLight; break; in GetFcSubstitute()
1481 case WEIGHT_NORMAL: eWeight = psp::weight::Normal; break; in GetFcSubstitute()
1482 case WEIGHT_MEDIUM: eWeight = psp::weight::Medium; break; in GetFcSubstitute()
1483 case WEIGHT_SEMIBOLD: eWeight = psp::weight::SemiBold; break; in GetFcSubstitute()
1484 case WEIGHT_BOLD: eWeight = psp::weight::Bold; break; in GetFcSubstitute()
1485 case WEIGHT_ULTRABOLD: eWeight = psp::weight::UltraBold; break; in GetFcSubstitute()
1486 case WEIGHT_BLACK: eWeight = psp::weight::Black; break; in GetFcSubstitute()
1524 …bstitute( rFontSelData.maTargetName, rMissingCodes, aLangAttrib, eItalic, eWeight, eWidth, ePitch); in GetFcSubstitute()
1535 switch (eWeight) in GetFcSubstitute()