Searched refs:m_Weight (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dtext_int.h99 int m_Weight; member in class:CFontFileFaceInfo
H A Dfx_ge_fontmap.cpp17 m_Weight = 0;
755 pSubstFont->m_Weight = weight;
758 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5;
1243 pSubstFont->m_Weight = weight;
1268 m_Weight = 0;
H A Dfx_ge_text.cpp1095 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical());
1104 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical());
1112 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical(), 3);
1148 pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical());
1312 pFont->AdjustMMParams(glyph_index, dest_width, pFont->GetSubstFont()->m_Weight);
1335 weight = pSubstFont ? pSubstFont->m_Weight : 0;
1488 key = (FX_LPVOID)(FX_UINTPTR)(glyph_index + ((pFont->GetSubstFont()->m_Weight / 16) << 15) +
1621 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight);
1630 if (m_pSubstFont && !(m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) && m_pSubstFont->m_Weight > 400) {
1631 int index = (m_pSubstFont->m_Weight
[all...]
/external/pdfium/core/src/fxge/apple/
H A Dfx_apple_platform.cpp117 pFont->GetSubstFont()->m_Weight >= 500 &&
118 pFont->GetSubstFont()->m_Weight <= 600) {
H A Dfx_quartz_device.cpp893 pFont->GetSubstFont()->m_Weight >= 500 &&
894 pFont->GetSubstFont()->m_Weight <= 600) {
/external/pdfium/core/include/fxge/
H A Dfx_font.h179 int m_Weight; member in class:CFX_SubstFont
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp1033 nStemV = pFont->m_pSubstFont->m_Weight / 5;

Completed in 162 milliseconds