Searched refs:m_eWeight (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/vcl/unx/kde4/ |
H A D | KDESalFrame.cxx | 113 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()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 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() [all …]
|
H A D | pspgraphics.cxx | 1305 aDFA.meWeight = ToFontWeight (rInfo.m_eWeight); in Info2DevFontAttributes()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontcache.cxx | 185 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 D | fontmanager.cxx | 345 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 …]
|
H A D | fontconfig.cxx | 838 pUpdate->m_eWeight = convertWeight(weight); in countFontconfigFonts() 1132 …addtopattern(rWrapper, pPattern, rInfo.m_eItalic, rInfo.m_eWeight, rInfo.m_eWidth, rInfo.m_ePitch); in getFontOptions() 1222 …addtopattern(rWrapper, pPattern, rInfo.m_eItalic, rInfo.m_eWeight, rInfo.m_eWidth, rInfo.m_ePitch); in matchFont()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 161 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()
|
/aoo4110/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 1756 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()
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 1015 nDiff = builtin->m_eWeight - it->m_eWeight; in fillFontSubstitutions() 1040 it->m_eWeight, in fillFontSubstitutions() 1045 aInfo.m_eWeight, in fillFontSubstitutions()
|
/aoo4110/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 3464 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()
|
/aoo4110/main/padmin/source/ |
H A D | fontentry.cxx | 184 switch( rInfo.m_eWeight ) in fillFontEntry()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.hxx | 94 FontWeight m_eWeight; // Weight member
|
H A D | pdfwriter_impl.cxx | 2265 aDFA.meWeight = rBuiltin.m_eWeight; in GetDevFontAttributes() 2319 pMetric->meWeight = pBuiltinFont->m_eWeight; in getFontMetric()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 1185 aDFA.meWeight = ToFontWeight (rInfo.m_eWeight); in Info2DevFontAttributes()
|
Completed in 154 milliseconds