Home
last modified time | relevance | path

Searched refs:m_Weight (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcfx_facecache.cpp133 pFont->GetSubstFont()->m_Weight); in RenderGlyph()
156 weight = pSubstFont ? pSubstFont->m_Weight : 0; in RenderGlyph()
237 if (pSubstFont->m_Weight < 0 || pSubstFont->m_ItalicAngle < 0) in LoadGlyphPath()
239 uint32_t weight = static_cast<uint32_t>(pSubstFont->m_Weight); in LoadGlyphPath()
275 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
285 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
295 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
341 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
Dcfx_substfont.cpp14 m_Weight(0), in CFX_SubstFont()
Dcfx_font.cpp242 m_pSubstFont->m_Weight = pFont->m_pSubstFont->m_Weight; in LoadClone()
633 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight); in LoadGlyphPathImpl()
643 m_pSubstFont->m_Weight > 400) { in LoadGlyphPathImpl()
644 uint32_t index = (m_pSubstFont->m_Weight - 400) / 10; in LoadGlyphPathImpl()
Dcfx_fontmapper.cpp402 pSubstFont->m_Weight = weight; in UseInternalSubst()
404 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5; in UseInternalSubst()
707 pSubstFont->m_Weight = weight; in FindSubstFont()
/external/pdfium/core/fxge/
Dcfx_substfont.h22 int m_Weight; variable
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp112 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()
113 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp113 pSubst->m_Weight = in CFGAS_GEFont()
253 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp155 SubstFxFont->m_Weight = dwFontStyle & FX_FONTSTYLE_Bold ? 700 : 400; in DrawString()
157 SubstFxFont->m_WeightCJK = SubstFxFont->m_Weight; in DrawString()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp935 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()