Home
last modified time | relevance | path

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

/trunk/main/padmin/source/
H A Dfontentry.cxx184 switch( rInfo.m_eWeight ) in fillFontEntry()
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx161 weight::type m_eWeight; member
173 m_eWeight( weight::Unknown ), in FastPrintFontInfo()
275 weight::type m_eWeight; member
529 return pFont ? pFont->m_eWeight : weight::Unknown; in getFontWeight()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2265 aDFA.meWeight = rBuiltin.m_eWeight; in GetDevFontAttributes()
2319 pMetric->meWeight = pBuiltinFont->m_eWeight; in getFontMetric()
H A Dpdfwriter_impl.hxx94 FontWeight m_eWeight; // Weight member
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx185 aLine.Append( ByteString::CreateFromInt32( (*it)->m_eWeight ) ); in flush()
404 pFont->m_eWeight = (weight::type)atoi( pLine+nTokenPos[3] ); in read()
539 pTo->m_eWeight = pFrom->m_eWeight; in copyPrintFont()
601 pRight->m_eWeight != pLeft->m_eWeight || in equalsPrintFont()
H A Dfontconfig.cxx839 pUpdate->m_eWeight = convertWeight(weight); in countFontconfigFonts()
1133 …addtopattern(rWrapper, pPattern, rInfo.m_eItalic, rInfo.m_eWeight, rInfo.m_eWidth, rInfo.m_ePitch); in getFontOptions()
1223 …addtopattern(rWrapper, pPattern, rInfo.m_eItalic, rInfo.m_eWeight, rInfo.m_eWidth, rInfo.m_ePitch); in matchFont()
H A Dfontmanager.cxx345 m_eWeight( weight::Unknown ), in PrintFont()
810 m_eWeight = parseWeight( aLowerWeight ); in readAfmMetrics()
1635 pFont->m_eWeight = it->eWeight; in getFontAttributesFromXLFD()
1688 switch( pFont->m_eWeight ) in getXLFD()
1919 case FW_THIN: pFont->m_eWeight = weight::Thin; break; in analyzeTrueTypeFile()
1922 case FW_MEDIUM: pFont->m_eWeight = weight::Medium; break; in analyzeTrueTypeFile()
1924 case FW_BOLD: pFont->m_eWeight = weight::Bold; break; in analyzeTrueTypeFile()
1929 default: pFont->m_eWeight = weight::Normal; break; in analyzeTrueTypeFile()
2569 pFont->m_eWeight, in getFontList()
2604 pFont->m_eWeight, in getFontList()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1305 aDFA.meWeight = ToFontWeight (rInfo.m_eWeight); in Info2DevFontAttributes()
H A Dsalgdi3.cxx1124 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()
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx1015 nDiff = builtin->m_eWeight - it->m_eWeight; in fillFontSubstitutions()
1040 it->m_eWeight, in fillFontSubstitutions()
1045 aInfo.m_eWeight, in fillFontSubstitutions()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3464 aInfo.m_eWeight = psp::weight::UltraLight; in updateSettings()
3466 aInfo.m_eWeight = psp::weight::Light; in updateSettings()
3468 aInfo.m_eWeight = psp::weight::Normal; in updateSettings()
3470 aInfo.m_eWeight = psp::weight::Bold; in updateSettings()
3472 aInfo.m_eWeight = psp::weight::UltraBold; in updateSettings()
3511 if( aInfo.m_eWeight != psp::weight::Unknown ) in updateSettings()
3512 aFont.SetWeight( PspGraphics::ToFontWeight( aInfo.m_eWeight ) ); in updateSettings()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1185 aDFA.meWeight = ToFontWeight (rInfo.m_eWeight); in Info2DevFontAttributes()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1756 aInfo.m_eWeight = psp::weight::Light; in toFont()
1758 aInfo.m_eWeight = psp::weight::Normal; in toFont()
1760 aInfo.m_eWeight = psp::weight::SemiBold; in toFont()
1762 aInfo.m_eWeight = psp::weight::Bold; in toFont()
1764 aInfo.m_eWeight = psp::weight::UltraBold; in toFont()
1807 if( aInfo.m_eWeight != psp::weight::Unknown ) in toFont()
1808 aFont.SetWeight( PspGraphics::ToFontWeight( aInfo.m_eWeight ) ); in toFont()
/trunk/main/vcl/unx/kde4/
H A DKDESalFrame.cxx113 aInfo.m_eWeight = psp::weight::Light; in toFont()
115 aInfo.m_eWeight = psp::weight::Normal; in toFont()
117 aInfo.m_eWeight = psp::weight::SemiBold; in toFont()
119 aInfo.m_eWeight = psp::weight::Bold; in toFont()
121 aInfo.m_eWeight = psp::weight::UltraBold; in toFont()
164 if( aInfo.m_eWeight != psp::weight::Unknown ) in toFont()
165 aFont.SetWeight( PspGraphics::ToFontWeight( aInfo.m_eWeight ) ); in toFont()

Completed in 184 milliseconds