Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_facecache.cpp111 pFont->GetSubstFont()->m_Weight); in RenderGlyph()
134 weight = pSubstFont ? pSubstFont->m_Weight : 0; in RenderGlyph()
201 int weight = pSubstFont ? pSubstFont->m_Weight : 0; in LoadGlyphPath()
233 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
243 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
253 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
302 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
Dcfx_substfont.cpp14 m_Weight(0), in CFX_SubstFont()
Dcfx_substfont.h18 int m_Weight; variable
Dcfx_fontmapper.cpp384 pSubstFont->m_Weight = weight; in UseInternalSubst()
386 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5; in UseInternalSubst()
687 pSubstFont->m_Weight = weight; in FindSubstFont()
Dcfx_font.cpp569 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight); in LoadGlyphPathImpl()
578 m_pSubstFont->m_Weight > 400) { in LoadGlyphPathImpl()
579 uint32_t index = (m_pSubstFont->m_Weight - 400) / 10; in LoadGlyphPathImpl()
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp114 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()
115 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp60 SubstFxFont->m_Weight = FontStyleIsBold(dwFontStyle) ? 700 : 400; in DrawString()
62 SubstFxFont->m_WeightCJK = SubstFxFont->m_Weight; in DrawString()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp145 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp935 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()