Searched refs:m_Weight (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | cfx_facecache.cpp | 133 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()
|
D | cfx_substfont.cpp | 14 m_Weight(0), in CFX_SubstFont()
|
D | cfx_font.cpp | 242 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()
|
D | cfx_fontmapper.cpp | 402 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/ |
D | cfx_substfont.h | 22 int m_Weight; variable
|
/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 112 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText() 113 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 113 pSubst->m_Weight = in CFGAS_GEFont() 253 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
|
/external/pdfium/xfa/fde/ |
D | fde_gedevice.cpp | 155 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/ |
D | cpdf_document.cpp | 935 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()
|