Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx344 rDFA.meWidthType = WIDTH_NORMAL; in GetDevFontAttributes()
H A Dctfonts.cxx367 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()
/trunk/main/vcl/inc/
H A Dimpfont.hxx52 …FontWidth GetWidthType() { if(meWidthType==WIDTH_DONTKNOW)AskConfig(); return meWidthTy… in GetWidthType()
71 FontWidth meWidthType; member in Impl_Font
H A Doutfont.hxx67 FontWidth GetWidthType() const { return meWidthType; } in GetWidthType()
77 FontWidth meWidthType; // Width Type member in ImplFontAttributes
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx289 aDFA.meWidthType = WIDTH_DONTKNOW; in Os2Font2DevFontAttributes()
/trunk/main/vcl/source/gdi/
H A Dfont.cxx62 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 Dimpfont.cxx732 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 Doutdev3.cxx788 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 Dpdfwriter_impl.cxx2267 aDFA.meWidthType = rBuiltin.m_eWidthType; in GetDevFontAttributes()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx624 aDFA.meWidthType = WIDTH_DONTKNOW; in AddFontDir()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1307 aDFA.meWidthType = ToFontWidth (rInfo.m_eWidth); in Info2DevFontAttributes()
H A Dsalgdi3.cxx1555 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 …]
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1187 aDFA.meWidthType = ToFontWidth (rInfo.m_eWidth); in Info2DevFontAttributes()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx173 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()

Completed in 166 milliseconds