Lines Matching refs:weight

1124             aInfo.m_eWeight = psp::weight::Thin;  in GetFCFontOptions()
1127 aInfo.m_eWeight = psp::weight::UltraLight; in GetFCFontOptions()
1130 aInfo.m_eWeight = psp::weight::Light; in GetFCFontOptions()
1133 aInfo.m_eWeight = psp::weight::SemiLight; in GetFCFontOptions()
1136 aInfo.m_eWeight = psp::weight::Normal; in GetFCFontOptions()
1139 aInfo.m_eWeight = psp::weight::Medium; in GetFCFontOptions()
1142 aInfo.m_eWeight = psp::weight::SemiBold; in GetFCFontOptions()
1145 aInfo.m_eWeight = psp::weight::Bold; in GetFCFontOptions()
1148 aInfo.m_eWeight = psp::weight::UltraBold; in GetFCFontOptions()
1151 aInfo.m_eWeight = psp::weight::Black; in GetFCFontOptions()
1154 aInfo.m_eWeight = psp::weight::Unknown; in GetFCFontOptions()
1472 psp::weight::type eWeight = psp::weight::Unknown; in GetFcSubstitute()
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()
1537 case psp::weight::Thin: aRet.meWeight = WEIGHT_THIN; break; in GetFcSubstitute()
1538 case psp::weight::UltraLight: aRet.meWeight = WEIGHT_ULTRALIGHT; break; in GetFcSubstitute()
1539 case psp::weight::Light: aRet.meWeight = WEIGHT_LIGHT; break; in GetFcSubstitute()
1540 case psp::weight::SemiLight: aRet.meWeight = WEIGHT_SEMILIGHT; break; in GetFcSubstitute()
1541 case psp::weight::Normal: aRet.meWeight = WEIGHT_NORMAL; break; in GetFcSubstitute()
1542 case psp::weight::Medium: aRet.meWeight = WEIGHT_MEDIUM; break; in GetFcSubstitute()
1543 case psp::weight::SemiBold: aRet.meWeight = WEIGHT_SEMIBOLD; break; in GetFcSubstitute()
1544 case psp::weight::Bold: aRet.meWeight = WEIGHT_BOLD; break; in GetFcSubstitute()
1545 case psp::weight::UltraBold: aRet.meWeight = WEIGHT_ULTRABOLD; break; in GetFcSubstitute()
1546 case psp::weight::Black: aRet.meWeight = WEIGHT_BLACK; break; in GetFcSubstitute()