Home
last modified time | relevance | path

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

/AOO41X/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx161 ImplDevFontAttributes aDFA; in ImplFontAttrCache() local
167 aCacheFile.ReadByteString( aDFA.maName, RTL_TEXTENCODING_UTF8 ); in ImplFontAttrCache()
170 aCacheFile >> n; aDFA.meWeight = static_cast<FontWeight>(n); in ImplFontAttrCache()
171 aCacheFile >> n; aDFA.meItalic = static_cast<FontItalic>(n); in ImplFontAttrCache()
172 aCacheFile >> n; aDFA.mePitch = static_cast<FontPitch>(n); in ImplFontAttrCache()
173 aCacheFile >> n; aDFA.meWidthType = static_cast<FontWidth>(n); in ImplFontAttrCache()
174 aCacheFile >> n; aDFA.meFamily = static_cast<FontFamily>(n); in ImplFontAttrCache()
175 aCacheFile >> n; aDFA.mbSymbolFlag = (n != 0); in ImplFontAttrCache()
177 aCacheFile.ReadByteStringLine( aDFA.maStyleName, RTL_TEXTENCODING_UTF8 ); in ImplFontAttrCache()
179 aFontAttributes[ aFontFileURL ] = aDFA; in ImplFontAttrCache()
[all …]
/AOO41X/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx832 ImplDevFontAttributes aDFA = Info2DevFontAttributes( aInfo ); in GetFontMetric() local
833 static_cast<ImplFontAttributes&>(*pMetric) = aDFA; in GetFontMetric()
834 pMetric->mbDevice = aDFA.mbDevice; in GetFontMetric()
1181 ImplDevFontAttributes aDFA; in Info2DevFontAttributes() local
1182 aDFA.maName = rInfo.m_aFamilyName; in Info2DevFontAttributes()
1183 aDFA.maStyleName = rInfo.m_aStyleName; in Info2DevFontAttributes()
1184 aDFA.meFamily = ToFontFamily (rInfo.m_eFamilyStyle); in Info2DevFontAttributes()
1185 aDFA.meWeight = ToFontWeight (rInfo.m_eWeight); in Info2DevFontAttributes()
1186 aDFA.meItalic = ToFontItalic (rInfo.m_eItalic); in Info2DevFontAttributes()
1187 aDFA.meWidthType = ToFontWidth (rInfo.m_eWidth); in Info2DevFontAttributes()
[all …]
H A Dsvptext.cxx313 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()
/AOO41X/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx285 ImplDevFontAttributes aDFA; in Os2Font2DevFontAttributes() local
288 aDFA.meFamily = ImplFamilyToSal( pFontMetric->panose.bFamilyType); in Os2Font2DevFontAttributes()
289 aDFA.meWidthType = WIDTH_DONTKNOW; in Os2Font2DevFontAttributes()
290 aDFA.meWeight = ImplWeightToSal( pFontMetric->usWeightClass); in Os2Font2DevFontAttributes()
291 aDFA.meItalic = (pFontMetric->fsSelection & FM_SEL_ITALIC) ? ITALIC_NORMAL : ITALIC_NONE; in Os2Font2DevFontAttributes()
292 aDFA.mePitch = ImplLogPitchToSal( pFontMetric->fsType ); in Os2Font2DevFontAttributes()
293 aDFA.mbSymbolFlag = (pFontMetric->usCodePage == SYMBOL_CHARSET); in Os2Font2DevFontAttributes()
298 aDFA.maName = UniString( pFontMetric->szFamilyname, gsl_getSystemTextEncoding()); in Os2Font2DevFontAttributes()
300 aDFA.maStyleName = ImpStyleNameToSal( pFontMetric->szFamilyname, in Os2Font2DevFontAttributes()
305 aDFA.mbOrientation = (pFontMetric->fsDefn & FM_DEFN_OUTLINE) != 0; in Os2Font2DevFontAttributes()
[all …]
/AOO41X/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx923 ImplDevFontAttributes aDFA = Info2DevFontAttributes( aInfo ); in GetFontMetric() local
924 static_cast<ImplFontAttributes&>(*pMetric) = aDFA; in GetFontMetric()
925 pMetric->mbDevice = aDFA.mbDevice; in GetFontMetric()
1301 ImplDevFontAttributes aDFA; in Info2DevFontAttributes() local
1302 aDFA.maName = rInfo.m_aFamilyName; in Info2DevFontAttributes()
1303 aDFA.maStyleName = rInfo.m_aStyleName; in Info2DevFontAttributes()
1304 aDFA.meFamily = ToFontFamily (rInfo.m_eFamilyStyle); in Info2DevFontAttributes()
1305 aDFA.meWeight = ToFontWeight (rInfo.m_eWeight); in Info2DevFontAttributes()
1306 aDFA.meItalic = ToFontItalic (rInfo.m_eItalic); in Info2DevFontAttributes()
1307 aDFA.meWidthType = ToFontWidth (rInfo.m_eWidth); in Info2DevFontAttributes()
[all …]
H A Dsalgdi3.cxx1006 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()
/AOO41X/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx598 ImplDevFontAttributes aDFA; in AddFontDir() local
603 aDFA.maName = String::CreateFromAscii( aFaceFT->family_name ); in AddFontDir()
606 aDFA.maStyleName = String::CreateFromAscii( aFaceFT->style_name ); in AddFontDir()
608 aDFA.mbSymbolFlag = false; in AddFontDir()
618 aDFA.mbSymbolFlag = true; in AddFontDir()
622 aDFA.meFamily = FAMILY_DONTKNOW; in AddFontDir()
623 aDFA.mePitch = FT_IS_FIXED_WIDTH( aFaceFT ) ? PITCH_FIXED : PITCH_VARIABLE; in AddFontDir()
624 aDFA.meWidthType = WIDTH_DONTKNOW; in AddFontDir()
625aDFA.meWeight = FT_STYLE_FLAG_BOLD & aFaceFT->style_flags ? WEIGHT_BOLD : WEIGHT_NORMAL; in AddFontDir()
626aDFA.meItalic = FT_STYLE_FLAG_ITALIC & aFaceFT->style_flags ? ITALIC_NORMAL : ITALIC_NONE; in AddFontDir()
[all …]
/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2259 ImplDevFontAttributes aDFA; in GetDevFontAttributes() local
2260 aDFA.maName = String::CreateFromAscii( rBuiltin.m_pName ); in GetDevFontAttributes()
2261 aDFA.maStyleName = String::CreateFromAscii( rBuiltin.m_pStyleName ); in GetDevFontAttributes()
2262 aDFA.meFamily = rBuiltin.m_eFamily; in GetDevFontAttributes()
2263 aDFA.mbSymbolFlag = (rBuiltin.m_eCharSet != RTL_TEXTENCODING_MS_1252 ); 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()
2267 aDFA.meWidthType = rBuiltin.m_eWidthType; in GetDevFontAttributes()
2269 aDFA.mbOrientation = true; in GetDevFontAttributes()
[all …]