Home
last modified time | relevance | path

Searched refs:rDFA (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx739 rDFA.meWeight = WEIGHT_BLACK; in UpdateAttributesFromPSName()
741 rDFA.meWeight = WEIGHT_BLACK; in UpdateAttributesFromPSName()
744 rDFA.meWeight = WEIGHT_NORMAL; in UpdateAttributesFromPSName()
752 rDFA.meWeight = WEIGHT_BLACK; in UpdateAttributesFromPSName()
755 rDFA.meWeight = WEIGHT_BOLD; in UpdateAttributesFromPSName()
761 rDFA.meWeight = WEIGHT_LIGHT; in UpdateAttributesFromPSName()
763 rDFA.meWeight = WEIGHT_THIN; in UpdateAttributesFromPSName()
765 rDFA.meWeight = WEIGHT_LIGHT; in UpdateAttributesFromPSName()
769 rDFA.meWeight = WEIGHT_NORMAL; in UpdateAttributesFromPSName()
773 rDFA.meWeight = WEIGHT_BOLD; in UpdateAttributesFromPSName()
[all …]
H A Doutdev3.cxx769 ImplFontData::ImplFontData( const ImplDevFontAttributes& rDFA, int nMagic ) in ImplFontData() argument
770 : ImplDevFontAttributes( rDFA ), in ImplFontData()
/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx291 : 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()
369 rDFA.meItalic = ITALIC_NONE; in CTFontEnumCallBack()
370 rDFA.mbSymbolFlag = false; in CTFontEnumCallBack()
373 rDFA.mbEmbeddable = false; in CTFontEnumCallBack()
374 rDFA.mbSubsettable = true; in CTFontEnumCallBack()
422 rDFA.meItalic = ITALIC_NORMAL; in CTFontEnumCallBack()
[all …]
H A Datsfonts.cxx337 rDFA.mbOrientation = true; in GetDevFontAttributes()
338 rDFA.mbDevice = true; in GetDevFontAttributes()
339 rDFA.mnQuality = 0; in GetDevFontAttributes()
347 rDFA.mbSymbolFlag = false; in GetDevFontAttributes()
357 rDFA.mbSubsettable = true; in GetDevFontAttributes()
358 rDFA.mbEmbeddable = false; in GetDevFontAttributes()
454 else if( rDFA.maName.Len() ) in GetDevFontAttributes()
458 if( rDFA.maMapNames.Len() ) in GetDevFontAttributes()
459 rDFA.maMapNames += ';'; in GetDevFontAttributes()
460 rDFA.maMapNames += (nBestNameValue < nNameValue) ? rDFA.maName : aUtf16Name; in GetDevFontAttributes()
[all …]
H A Dsalgdi.cxx81 ImplMacFontData::ImplMacFontData( const ImplDevFontAttributes& rDFA, sal_IntPtr nFontId ) in ImplMacFontData() argument
82 : ImplFontData( rDFA, 0 ) in ImplMacFontData()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2174 ImplDevFontAttributes& rDFA ) in ImplGetFontAttrFromFile() argument
2181 rDFA.mnQuality = 1000; in ImplGetFontAttrFromFile()
2182 rDFA.mbDevice = true; in ImplGetFontAttrFromFile()
2183 rDFA.meFamily = FAMILY_DONTKNOW; in ImplGetFontAttrFromFile()
2184 rDFA.meWidthType = WIDTH_DONTKNOW; in ImplGetFontAttrFromFile()
2185 rDFA.meWeight = WEIGHT_DONTKNOW; in ImplGetFontAttrFromFile()
2188 rDFA.mbSubsettable= true; in ImplGetFontAttrFromFile()
2189 rDFA.mbEmbeddable = false; in ImplGetFontAttrFromFile()
2238 rDFA.meItalic = ITALIC_NORMAL; in ImplGetFontAttrFromFile()
2243 rDFA.meWeight = WEIGHT_NORMAL; in ImplGetFontAttrFromFile()
[all …]
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx208 sal_IntPtr nFontId, const ImplDevFontAttributes& rDFA, const ExtraKernInfo* pExtraKern ) in AddFontFile() argument
211 mpFtManager->AddFontFile( rNormalizedName, nFaceNum, nFontId, rDFA, pExtraKern ); in AddFontFile()
H A Dgcach_ftyp.cxx689 ImplFTSFontData::ImplFTSFontData( FtFontInfo* pFI, const ImplDevFontAttributes& rDFA ) in ImplFTSFontData() argument
690 : ImplFontData( rDFA, IFTSFONT_MAGIC ), in ImplFTSFontData()

Completed in 130 milliseconds