Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp114 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()
115 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
Dfx_quartz_device.cpp818 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()
819 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1292 dest_width, anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
1303 dest_width, anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
1314 dest_width, anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
1359 dest_width, anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()
1542 pFont->GetSubstFont()->m_Weight); in RenderGlyph()
1567 weight = pSubstFont ? pSubstFont->m_Weight : 0; in RenderGlyph()
1651 key += (((pFont->GetSubstFont()->m_Weight / 16) << 15) + in LoadGlyphPath()
1806 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight); in LoadGlyphPath()
1819 m_pSubstFont->m_Weight > 400) { in LoadGlyphPath()
1820 int index = (m_pSubstFont->m_Weight - 400) / 10; in LoadGlyphPath()
Dfx_ge_fontmap.cpp419 m_Weight = 0; in CFX_SubstFont()
811 pSubstFont->m_Weight = weight; in UseInternalSubst()
814 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5; in UseInternalSubst()
1207 pSubstFont->m_Weight = weight; in FindSubstFont()
Dfx_ge_font.cpp83 m_pSubstFont->m_Weight = pFont->m_pSubstFont->m_Weight; in LoadClone()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp140 pSubst->m_Weight = in CFX_GEFont()
383 if (m_pFont->GetSubstFont()->m_Weight == FXFONT_FW_BOLD) { in GetFontStyles()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp168 SubstFxFont.m_Weight = dwFontStyle & FX_FONTSTYLE_Bold ? 700 : 400; in DrawString()
169 SubstFxFont.m_WeightCJK = SubstFxFont.m_Weight; in DrawString()
/external/pdfium/core/include/fxge/
Dfx_font.h216 int m_Weight; variable
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp996 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()