Searched refs:aDFA (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 161 ImplDevFontAttributes aDFA; in ImplFontAttrCache() local 231 ImplDevFontAttributes aDFA; in GetFontAttr() local 235 aDFA = it->second; in GetFontAttr() 237 return aDFA; in GetFontAttr() 874 aDFA.mnQuality = 0; in WinFont2DevFontAttributes() 879 if( aDFA.mbSubsettable ) in WinFont2DevFontAttributes() 885 if( aDFA.mbEmbeddable ) in WinFont2DevFontAttributes() 901 return aDFA; in WinFont2DevFontAttributes() 949 aDFA.mnQuality = 0; in WinFont2DevFontAttributes() 960 if( aDFA.mbEmbeddable ) in WinFont2DevFontAttributes() [all …]
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 1181 ImplDevFontAttributes aDFA; in Info2DevFontAttributes() local 1194 aDFA.mnQuality = 1024; in Info2DevFontAttributes() 1195 aDFA.mbDevice = true; in Info2DevFontAttributes() 1196 aDFA.mbSubsettable = false; in Info2DevFontAttributes() 1200 aDFA.mnQuality = 512; in Info2DevFontAttributes() 1202 aDFA.mbSubsettable = true; in Info2DevFontAttributes() 1206 aDFA.mnQuality = 0; in Info2DevFontAttributes() 1209 aDFA.mbEmbeddable = true; in Info2DevFontAttributes() 1212 aDFA.mnQuality = 0; in Info2DevFontAttributes() 1219 aDFA.mbOrientation = true; in Info2DevFontAttributes() [all …]
|
H A D | svptext.cxx | 313 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in GetDevFontList() local 314 aDFA.mnQuality += 4096; in GetDevFontList() 316 rGC.AddFontFile( rFileName, nFaceNum, aInfo.m_nID, aDFA, pExtraKernInfo ); in GetDevFontList()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 285 ImplDevFontAttributes aDFA; in Os2Font2DevFontAttributes() local 308 aDFA.mbEmbeddable = false; in Os2Font2DevFontAttributes() 309 aDFA.mbSubsettable = false; in Os2Font2DevFontAttributes() 312 aDFA.mbSubsettable = true; in Os2Font2DevFontAttributes() 320 aDFA.mnQuality = 0; in Os2Font2DevFontAttributes() 322 aDFA.mnQuality += 50; in Os2Font2DevFontAttributes() 323 if( aDFA.mbSubsettable ) in Os2Font2DevFontAttributes() 324 aDFA.mnQuality += 200; in Os2Font2DevFontAttributes() 326 aDFA.mnQuality += 100; in Os2Font2DevFontAttributes() 329 if( aDFA.mbEmbeddable ) in Os2Font2DevFontAttributes() [all …]
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 1301 ImplDevFontAttributes aDFA; in Info2DevFontAttributes() local 1316 aDFA.mnQuality = 1024; in Info2DevFontAttributes() 1317 aDFA.mbDevice = true; in Info2DevFontAttributes() 1320 aDFA.mnQuality = 512; in Info2DevFontAttributes() 1321 aDFA.mbDevice = false; in Info2DevFontAttributes() 1324 aDFA.mnQuality = 0; in Info2DevFontAttributes() 1325 aDFA.mbDevice = false; in Info2DevFontAttributes() 1328 aDFA.mnQuality = 0; in Info2DevFontAttributes() 1329 aDFA.mbDevice = false; in Info2DevFontAttributes() 1333 aDFA.mbOrientation = true; in Info2DevFontAttributes() [all …]
|
H A D | salgdi3.cxx | 1006 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in AddTempDevFont() local 1007 aDFA.mnQuality += 5800; in AddTempDevFont() 1015 rGC.AddFontFile( rFileName, nFaceNum, aInfo.m_nID, aDFA ); in AddTempDevFont() 1058 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in GetDevFontList() local 1059 aDFA.mnQuality += 4096; in GetDevFontList() 1061 rGC.AddFontFile( rFileName, nFaceNum, aInfo.m_nID, aDFA, pExtraKernInfo ); in GetDevFontList()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 598 ImplDevFontAttributes aDFA; in AddFontDir() local 608 aDFA.mbSymbolFlag = false; in AddFontDir() 618 aDFA.mbSymbolFlag = true; in AddFontDir() 622 aDFA.meFamily = FAMILY_DONTKNOW; in AddFontDir() 624 aDFA.meWidthType = WIDTH_DONTKNOW; in AddFontDir() 628 aDFA.mnQuality = 0; in AddFontDir() 629 aDFA.mbOrientation= true; in AddFontDir() 630 aDFA.mbDevice = true; in AddFontDir() 631 aDFA.mbSubsettable= false; in AddFontDir() 632 aDFA.mbEmbeddable = false; in AddFontDir() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 2259 ImplDevFontAttributes aDFA; in GetDevFontAttributes() local 2262 aDFA.meFamily = rBuiltin.m_eFamily; in GetDevFontAttributes() 2264 aDFA.mePitch = rBuiltin.m_ePitch; in GetDevFontAttributes() 2265 aDFA.meWeight = rBuiltin.m_eWeight; in GetDevFontAttributes() 2266 aDFA.meItalic = rBuiltin.m_eItalic; in GetDevFontAttributes() 2269 aDFA.mbOrientation = true; in GetDevFontAttributes() 2270 aDFA.mbDevice = true; in GetDevFontAttributes() 2271 aDFA.mnQuality = 50000; in GetDevFontAttributes() 2272 aDFA.mbSubsettable = false; in GetDevFontAttributes() 2273 aDFA.mbEmbeddable = false; in GetDevFontAttributes() [all …]
|
Completed in 111 milliseconds