Home
last modified time | relevance | path

Searched refs:meWeight (Results 1 – 22 of 22) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx739 rDFA.meWeight = WEIGHT_BLACK; in UpdateAttributesFromPSName()
741 rDFA.meWeight = WEIGHT_BLACK; in UpdateAttributesFromPSName()
744 rDFA.meWeight = WEIGHT_NORMAL; in UpdateAttributesFromPSName()
752 rDFA.meWeight = WEIGHT_BLACK; in UpdateAttributesFromPSName()
755 rDFA.meWeight = WEIGHT_BOLD; in UpdateAttributesFromPSName()
761 rDFA.meWeight = WEIGHT_LIGHT; in UpdateAttributesFromPSName()
763 rDFA.meWeight = WEIGHT_THIN; in UpdateAttributesFromPSName()
765 rDFA.meWeight = WEIGHT_LIGHT; in UpdateAttributesFromPSName()
769 rDFA.meWeight = WEIGHT_NORMAL; in UpdateAttributesFromPSName()
773 rDFA.meWeight = WEIGHT_BOLD; in UpdateAttributesFromPSName()
[all …]
H A Dfont.cxx61 meWeight = WEIGHT_DONTKNOW; in DBG_NAME()
95 meWeight = rImplFont.meWeight; in Impl_Font()
118 if( (meWeight != rOther.meWeight) in operator ==()
226 if( meWeight == WEIGHT_DONTKNOW ) in AskConfig()
227 meWeight = eWeight; in AskConfig()
523 if( mpImplFont->meWeight != eWeight ) in SetWeight()
526 mpImplFont->meWeight = eWeight; in SetWeight()
720 if ( rFont.mpImplFont->meWeight != WEIGHT_DONTKNOW ) in Merge()
764 rAttrs.meWeight = mpImplFont->meWeight; in GetFontAttributes()
786 rIStm >> nTmp16; rImpl_Font.meWeight = (FontWeight) nTmp16; in operator >>()
[all …]
H A Doutdev3.cxx793 if( meWeight < rOther.meWeight ) in CompareIgnoreSize()
795 else if( meWeight > rOther.meWeight ) in CompareIgnoreSize()
861 if( rFSD.meWeight != WEIGHT_DONTKNOW ) in IsBetterMatch()
868 int nGivenWeight = (int)meWeight; in IsBetterMatch()
869 if( meWeight > WEIGHT_MEDIUM ) in IsBetterMatch()
885 if( meWeight == WEIGHT_NORMAL ) in IsBetterMatch()
889 else if( (meWeight == WEIGHT_SEMILIGHT) || (meWeight == WEIGHT_SEMIBOLD) ) in IsBetterMatch()
891 else if( meWeight == WEIGHT_LIGHT ) in IsBetterMatch()
2248 nHash += 19 * rFSD.meWeight; in operator ()()
2277 if( (rA.meWeight != rB.meWeight) in operator ()()
[all …]
H A Dpdfwriter_impl.cxx2265 aDFA.meWeight = rBuiltin.m_eWeight; in GetDevFontAttributes()
2319 pMetric->meWeight = pBuiltinFont->m_eWeight; in getFontMetric()
/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx147 if( (pReqFont->meWeight > WEIGHT_MEDIUM) in CTTextStyle()
148 && (mpFontData->meWeight <= WEIGHT_MEDIUM) in CTTextStyle()
149 && (mpFontData->meWeight != WEIGHT_DONTKNOW)) in CTTextStyle()
151 const int nBoldFactor = -lrint( (3.5F * pReqFont->meWeight) / mpFontData->meWeight); in CTTextStyle()
368 rDFA.meWeight = WEIGHT_NORMAL; in CTFontEnumCallBack()
415 rDFA.meWeight = (FontWeight)nInt; in CTFontEnumCallBack()
456 rDFA2.meWeight = WEIGHT_NORMAL; in CTFontEnumCallBack()
465 cMatch &= (rDFA.meWeight==rDFA2.meWeight); in CTFontEnumCallBack()
477 (int)rDFA.mbSymbolFlag,(int)rDFA.meWeight,(int)rDFA.meItalic,(int)rDFA.meWidthType, in CTFontEnumCallBack()
479 (int)rDFA2.mbSymbolFlag,(int)rDFA2.meWeight,(int)rDFA2.meItalic,(int)rDFA2.meWidthType, in CTFontEnumCallBack()
H A Datsfonts.cxx345 rDFA.meWeight = WEIGHT_NORMAL; in GetDevFontAttributes()
/trunk/main/svtools/source/edit/
H A Dtxtattr.cxx83 : TextAttrib( TEXTATTR_FONTWEIGHT ), meWeight( eWeight ) in TextAttribFontWeight()
88 : TextAttrib( rAttr ), meWeight( rAttr.meWeight ) in TextAttribFontWeight()
98 rFont.SetWeight( meWeight ); in SetFont()
109 ( meWeight == ((const TextAttribFontWeight&)rAttr).meWeight ) ); in operator ==()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx191 !pEntry?-1:pEntry->meWeight, !pEntry?-1:pEntry->meItalic, in setFont()
1537 case psp::weight::Thin: aRet.meWeight = WEIGHT_THIN; break; in GetFcSubstitute()
1539 case psp::weight::Light: aRet.meWeight = WEIGHT_LIGHT; 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()
1546 case psp::weight::Black: aRet.meWeight = WEIGHT_BLACK; break; in GetFcSubstitute()
1584 rOrig.meWeight == rNew.meWeight && in uselessmatch()
1625 aOut.meWeight, aOut.meItalic, aOut.mePitch, aOut.meWidthType ); in FindFontSubstitute()
[all …]
H A Dpspgraphics.cxx841 int nWeight = (int)pEntry->meWeight; in SetFont()
1305 aDFA.meWeight = ToFontWeight (rInfo.m_eWeight); in Info2DevFontAttributes()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx414 meWeight = WEIGHT_NORMAL; in Initialize()
598 if(meWeight != WEIGHT_BOLD) in IMPL_LINK()
599 meWeight = WEIGHT_BOLD; in IMPL_LINK()
601 meWeight = WEIGHT_NORMAL; in IMPL_LINK()
602 SvxWeightItem aWeightItem(meWeight, SID_ATTR_CHAR_WEIGHT); in IMPL_LINK()
974 meWeight = (FontWeight)pItem->GetValue(); in NotifyItemUpdate()
978 meWeight = WEIGHT_NORMAL; in NotifyItemUpdate()
981 … mpToolBoxFont->SetItemState(TBI_BOLD, meWeight==WEIGHT_BOLD ? STATE_CHECK : STATE_NOCHECK); in NotifyItemUpdate()
H A DTextPropertyPanel.hxx130 FontWeight meWeight; member in svx::sidebar::TextPropertyPanel
/trunk/main/vcl/inc/
H A Dimpfont.hxx51 …FontWeight GetWeight() { if(meWeight==WEIGHT_DONTKNOW) AskConfig(); return meWeight;… in GetWeight()
70 FontWeight meWeight; member in Impl_Font
H A Doutfont.hxx63 FontWeight GetWeight() const { return meWeight; } in GetWeight()
73 FontWeight meWeight; // Weight Type member in ImplFontAttributes
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx170 aCacheFile >> n; aDFA.meWeight = static_cast<FontWeight>(n); in ImplFontAttrCache()
202 aCacheFile << static_cast<short>(rDFA.meWeight); in ~ImplFontAttrCache()
588 rFontSelData.meWeight, rFontSelData.meWidthType, in FindFontSubstitute()
841 aDFA.meWeight = ImplWeightToSal( rLogFont.lfWeight ); in WinFont2DevFontAttributes()
916 aDFA.meWeight = ImplWeightToSal( rLogFont.lfWeight ); in WinFont2DevFontAttributes()
1419 rLogFont.lfWeight = ImplWeightToWin( pFont->meWeight ); in ImplGetLogFontFromFontSelect()
1493 rLogFont.lfWeight = ImplWeightToWin( pFont->meWeight ); in ImplGetLogFontFromFontSelect()
2185 rDFA.meWeight = WEIGHT_DONTKNOW; in ImplGetFontAttrFromFile()
2243 rDFA.meWeight = WEIGHT_NORMAL; in ImplGetFontAttrFromFile()
2249 rDFA.meWeight = ImplWeightToSal( nWinWeight ); in ImplGetFontAttrFromFile()
[all …]
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx113 nHash += rFontSelData.meWeight; in operator ()()
138 || (rA.meWeight != rB.meWeight) ) in operator ()()
H A Dgraphite_adaptors.cxx75 switch (font.GetFontSelData().meWeight) in FontProperties()
H A Dgcach_ftyp.cxx625 … aDFA.meWeight = FT_STYLE_FLAG_BOLD & aFaceFT->style_flags ? WEIGHT_BOLD : WEIGHT_NORMAL; in AddFontDir()
846 …mbArtBold = (rFSD.meWeight > WEIGHT_MEDIUM && pFI->GetFontAttributes().GetWeight() <= WEIGHT_MEDIU… in FreetypeServerFont()
/trunk/main/svtools/inc/svtools/
H A Dtxtattr.hxx89 FontWeight meWeight; member in TextAttribFontWeight
100 inline FontWeight getFontWeight() const { return meWeight; } in getFontWeight()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx290 aDFA.meWeight = ImplWeightToSal( pFontMetric->usWeightClass); in Os2Font2DevFontAttributes()
696 if ( i_pFont->meWeight > WEIGHT_MEDIUM ) in ImplDoSetFont()
922 pMetric->meWeight = ImplWeightToSal( aOS2Metric.usWeightClass ); in GetFontMetric()
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx562 FontWeight meWeight; member
815 rWeight = pWeightList->meWeight; in getMapName()
/trunk/main/vcl/inc/unx/
H A Dsalfont.h136 { meWeight = sal_WeightToSal( nWeightName_ = n ); } in SetWeightName()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx756 int nWeight = (int)pEntry->meWeight; in SetFont()
1185 aDFA.meWeight = ToFontWeight (rInfo.m_eWeight); in Info2DevFontAttributes()

Completed in 213 milliseconds