Searched refs:rDFA (Results 1 – 8 of 8) sorted by relevance
| /AOO42X/main/vcl/source/gdi/ |
| H A D | impfont.cxx | 718 void UpdateAttributesFromPSName( const String& rPSName, ImplDevFontAttributes& rDFA ) in UpdateAttributesFromPSName() argument 732 rDFA.meWidthType = WIDTH_NORMAL; in UpdateAttributesFromPSName() 733 rDFA.meWeight = WEIGHT_NORMAL; in UpdateAttributesFromPSName() 734 rDFA.meItalic = ITALIC_NONE; in UpdateAttributesFromPSName() 739 rDFA.meWeight = WEIGHT_BLACK; in UpdateAttributesFromPSName() 741 rDFA.meWeight = WEIGHT_BLACK; in UpdateAttributesFromPSName() 744 rDFA.meWeight = WEIGHT_NORMAL; in UpdateAttributesFromPSName() 748 rDFA.meWeight = WEIGHT_SEMIBOLD; in UpdateAttributesFromPSName() 750 rDFA.meWeight = WEIGHT_ULTRABOLD; in UpdateAttributesFromPSName() 752 rDFA.meWeight = WEIGHT_BLACK; in UpdateAttributesFromPSName() [all …]
|
| H A D | outdev3.cxx | 769 ImplFontData::ImplFontData( const ImplDevFontAttributes& rDFA, int nMagic ) in ImplFontData() argument 770 : ImplDevFontAttributes( rDFA ), in ImplFontData()
|
| /AOO42X/main/vcl/aqua/source/gdi/ |
| H A D | ctfonts.cxx | 290 CTFontData::CTFontData( const ImplDevFontAttributes& rDFA, sal_IntPtr nFontId ) in CTFontData() argument 291 : ImplMacFontData( rDFA, nFontId ) in CTFontData() 359 ImplDevFontAttributes rDFA; in CTFontEnumCallBack() local 360 rDFA.mbOrientation = true; in CTFontEnumCallBack() 361 rDFA.mbDevice = true; in CTFontEnumCallBack() 362 rDFA.mnQuality = 0; in CTFontEnumCallBack() 365 rDFA.meFamily = FAMILY_DONTKNOW; in CTFontEnumCallBack() 366 rDFA.mePitch = PITCH_VARIABLE; in CTFontEnumCallBack() 367 rDFA.meWidthType = WIDTH_NORMAL; in CTFontEnumCallBack() 368 rDFA.meWeight = WEIGHT_NORMAL; in CTFontEnumCallBack() [all …]
|
| H A D | atsfonts.cxx | 79 AtsFontData::AtsFontData( const ImplDevFontAttributes& rDFA, ATSUFontID nFontId ) in AtsFontData() argument 80 : ImplMacFontData( rDFA, (sal_IntPtr)nFontId ) in AtsFontData() 334 static bool GetDevFontAttributes( ATSUFontID nFontID, ImplDevFontAttributes& rDFA ) in GetDevFontAttributes() argument 337 rDFA.mbOrientation = true; in GetDevFontAttributes() 338 rDFA.mbDevice = true; in GetDevFontAttributes() 339 rDFA.mnQuality = 0; in GetDevFontAttributes() 342 rDFA.meFamily = FAMILY_DONTKNOW; in GetDevFontAttributes() 343 rDFA.mePitch = PITCH_VARIABLE; in GetDevFontAttributes() 344 rDFA.meWidthType = WIDTH_NORMAL; in GetDevFontAttributes() 345 rDFA.meWeight = WEIGHT_NORMAL; in GetDevFontAttributes() [all …]
|
| H A D | salgdi.cxx | 81 ImplMacFontData::ImplMacFontData( const ImplDevFontAttributes& rDFA, sal_IntPtr nFontId ) in ImplMacFontData() argument 82 : ImplFontData( rDFA, 0 ) in ImplMacFontData()
|
| /AOO42X/main/vcl/win/source/gdi/ |
| H A D | salgdi3.cxx | 198 const ImplDevFontAttributes& rDFA( (*aIter).second ); in ~ImplFontAttrCache() local 200 aCacheFile.WriteByteString( rDFA.maName, RTL_TEXTENCODING_UTF8 ); in ~ImplFontAttrCache() 202 aCacheFile << static_cast<short>(rDFA.meWeight); in ~ImplFontAttrCache() 203 aCacheFile << static_cast<short>(rDFA.meItalic); in ~ImplFontAttrCache() 204 aCacheFile << static_cast<short>(rDFA.mePitch); in ~ImplFontAttrCache() 205 aCacheFile << static_cast<short>(rDFA.meWidthType); in ~ImplFontAttrCache() 206 aCacheFile << static_cast<short>(rDFA.meFamily); in ~ImplFontAttrCache() 207 aCacheFile << static_cast<short>(rDFA.mbSymbolFlag != false); in ~ImplFontAttrCache() 209 aCacheFile.WriteByteStringLine( rDFA.maStyleName, RTL_TEXTENCODING_UTF8 ); in ~ImplFontAttrCache() 240 void ImplFontAttrCache::AddFontAttr( const String& rFontFileName, const ImplDevFontAttributes& rDFA… in AddFontAttr() argument [all …]
|
| /AOO42X/main/vcl/source/glyphs/ |
| H A D | glyphcache.cxx | 208 sal_IntPtr nFontId, const ImplDevFontAttributes& rDFA, const ExtraKernInfo* pExtraKern ) in AddFontFile() argument 211 mpFtManager->AddFontFile( rNormalizedName, nFaceNum, nFontId, rDFA, pExtraKern ); in AddFontFile()
|
| H A D | gcach_ftyp.cxx | 689 ImplFTSFontData::ImplFTSFontData( FtFontInfo* pFI, const ImplDevFontAttributes& rDFA ) in ImplFTSFontData() argument 690 : ImplFontData( rDFA, IFTSFONT_MAGIC ), in ImplFTSFontData()
|