Searched refs:meWidthType (Results 1 – 14 of 14) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | font.cxx | 62 meWidthType = WIDTH_DONTKNOW; in DBG_NAME() 96 meWidthType = rImplFont.meWidthType; in Impl_Font() 228 if( meWidthType == WIDTH_DONTKNOW ) in AskConfig() 229 meWidthType = eWidthType; in AskConfig() 536 if( mpImplFont->meWidthType != eWidth ) in SetWidthType() 539 mpImplFont->meWidthType = eWidth; in SetWidthType() 724 if ( rFont.mpImplFont->meWidthType != WIDTH_DONTKNOW ) in Merge() 765 rAttrs.meWidthType = WIDTH_DONTKNOW; in GetFontAttributes() 791 rIStm >> nTmp16; rImpl_Font.meWidthType = (FontWidth) nTmp16; in operator >>() 834 rOStm << (sal_uInt16) rImpl_Font.meWidthType; in operator <<()
|
H A D | impfont.cxx | 732 rDFA.meWidthType = WIDTH_NORMAL; in UpdateAttributesFromPSName() 805 rDFA.meWidthType = WIDTH_CONDENSED; in UpdateAttributesFromPSName() 807 rDFA.meWidthType = WIDTH_SEMI_CONDENSED; in UpdateAttributesFromPSName() 809 rDFA.meWidthType = WIDTH_EXPANDED; in UpdateAttributesFromPSName() 811 rDFA.meWidthType = WIDTH_EXPANDED; in UpdateAttributesFromPSName()
|
H A D | outdev3.cxx | 788 if( meWidthType < rOther.meWidthType ) in CompareIgnoreSize() 790 else if( meWidthType > rOther.meWidthType ) in CompareIgnoreSize() 856 if( meWidthType == WIDTH_NORMAL ) in IsBetterMatch() 858 else if( (meWidthType == WIDTH_SEMI_EXPANDED) || (meWidthType == WIDTH_SEMI_CONDENSED) ) in IsBetterMatch() 2571 FontWidth eSearchWidth = rFSD.meWidthType; in ImplFindByFont() 7197 aFontInfo.SetWidthType( rData.meWidthType ); in GetDevFont() 7316 aMetric.SetWidthType( pMetric->meWidthType ); in GetFontMetric()
|
H A D | pdfwriter_impl.cxx | 2267 aDFA.meWidthType = rBuiltin.m_eWidthType; in GetDevFontAttributes()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 1555 case psp::width::Condensed: aRet.meWidthType = WIDTH_CONDENSED; break; in GetFcSubstitute() 1556 case psp::width::SemiCondensed: aRet.meWidthType = WIDTH_SEMI_CONDENSED; break; in GetFcSubstitute() 1557 case psp::width::Normal: aRet.meWidthType = WIDTH_NORMAL; break; in GetFcSubstitute() 1558 case psp::width::SemiExpanded: aRet.meWidthType = WIDTH_SEMI_EXPANDED; break; in GetFcSubstitute() 1559 case psp::width::Expanded: aRet.meWidthType = WIDTH_EXPANDED; break; in GetFcSubstitute() 1560 case psp::width::ExtraExpanded: aRet.meWidthType = WIDTH_EXTRA_EXPANDED; break; in GetFcSubstitute() 1587 rOrig.meWidthType == rNew.meWidthType in uselessmatch() 1620 rFontSelData.mePitch, rFontSelData.meWidthType ); in FindFontSubstitute() 1625 aOut.meWeight, aOut.meItalic, aOut.mePitch, aOut.meWidthType ); in FindFontSubstitute() 1662 rFontSelData.mePitch, rFontSelData.meWidthType ); in FindFontSubstitute() [all …]
|
H A D | pspgraphics.cxx | 1307 aDFA.meWidthType = ToFontWidth (rInfo.m_eWidth); in Info2DevFontAttributes()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | ctfonts.cxx | 367 rDFA.meWidthType = WIDTH_NORMAL; in CTFontEnumCallBack() 438 rDFA.meWidthType = (FontWidth)nInt; in CTFontEnumCallBack() 455 rDFA2.meWidthType = WIDTH_NORMAL; in CTFontEnumCallBack() 467 cMatch &= (rDFA.meWidthType==rDFA2.meWidthType); 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 D | atsfonts.cxx | 344 rDFA.meWidthType = WIDTH_NORMAL; in GetDevFontAttributes()
|
/trunk/main/vcl/inc/ |
H A D | impfont.hxx | 52 …FontWidth GetWidthType() { if(meWidthType==WIDTH_DONTKNOW)AskConfig(); return meWidthTy… in GetWidthType() 71 FontWidth meWidthType; member in Impl_Font
|
H A D | outfont.hxx | 67 FontWidth GetWidthType() const { return meWidthType; } in GetWidthType() 77 FontWidth meWidthType; // Width Type member in ImplFontAttributes
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 173 aCacheFile >> n; aDFA.meWidthType = static_cast<FontWidth>(n); in ImplFontAttrCache() 205 aCacheFile << static_cast<short>(rDFA.meWidthType); in ~ImplFontAttrCache() 588 rFontSelData.meWeight, rFontSelData.meWidthType, in FindFontSubstitute() 840 aDFA.meWidthType = WIDTH_DONTKNOW; in WinFont2DevFontAttributes() 915 aDFA.meWidthType = WIDTH_DONTKNOW; in WinFont2DevFontAttributes() 2184 rDFA.meWidthType = WIDTH_DONTKNOW; in ImplGetFontAttrFromFile() 2302 aDFA.meWidthType = WIDTH_DONTKNOW; in AddTempDevFont()
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 1187 aDFA.meWidthType = ToFontWidth (rInfo.m_eWidth); in Info2DevFontAttributes()
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 289 aDFA.meWidthType = WIDTH_DONTKNOW; in Os2Font2DevFontAttributes()
|
/trunk/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 624 aDFA.meWidthType = WIDTH_DONTKNOW; in AddFontDir()
|
Completed in 158 milliseconds