Lines Matching refs:meWeight

793     if( meWeight < rOther.meWeight )  in CompareIgnoreSize()
795 else if( meWeight > rOther.meWeight ) in CompareIgnoreSize()
861 if( rFSD.meWeight != WEIGHT_DONTKNOW ) in IsBetterMatch()
864 int nReqWeight = (int)rFSD.meWeight; in IsBetterMatch()
865 if ( rFSD.meWeight > WEIGHT_MEDIUM ) in IsBetterMatch()
868 int nGivenWeight = (int)meWeight; in IsBetterMatch()
869 if( meWeight > WEIGHT_MEDIUM ) in IsBetterMatch()
885 if( meWeight == WEIGHT_NORMAL ) in IsBetterMatch()
887 else if( meWeight == WEIGHT_MEDIUM ) in IsBetterMatch()
889 else if( (meWeight == WEIGHT_SEMILIGHT) || (meWeight == WEIGHT_SEMIBOLD) ) in IsBetterMatch()
891 else if( meWeight == WEIGHT_LIGHT ) in IsBetterMatch()
1103 if( pNewData->meWeight != WEIGHT_DONTKNOW ) in AddFontFace()
1105 if( pNewData->meWeight >= WEIGHT_SEMIBOLD ) in AddFontFace()
1107 else if( pNewData->meWeight <= WEIGHT_SEMILIGHT ) in AddFontFace()
2248 nHash += 19 * rFSD.meWeight; in operator ()()
2277 if( (rA.meWeight != rB.meWeight) in operator ()()
2474 if( (rFSD.meWeight > WEIGHT_MEDIUM) in ImplFindByFont()
2496 rFSD.meWeight = WEIGHT_DONTKNOW; in ImplFindByFont()
2570 FontWeight eSearchWeight = rFSD.meWeight; in ImplFindByFont()
2645 FontWeight eTempWeight = rFSD.meWeight; in ImplFindByFont()
2723 && (eSearchWeight > rFSD.meWeight) in ImplFindByFont()
2725 rFSD.meWeight = eSearchWeight; in ImplFindByFont()
2727 && (eSearchWeight < rFSD.meWeight) in ImplFindByFont()
2730 rFSD.meWeight = eSearchWeight; in ImplFindByFont()
7195 aFontInfo.SetWeight( rData.meWeight ); in GetDevFont()
7314 aMetric.SetWeight( pMetric->meWeight ); in GetFontMetric()