Searched refs:m_ItalicAngle (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 1134 … pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap() 1143 … pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap() 1151 … pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical(), 3); in LoadGlyphBitmap() 1190 … pFont->GetSubstFont()->m_Weight, pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap() 1387 skew = pSubstFont->m_ItalicAngle; in RenderGlyph() 1578 … ((pFont->GetSubstFont()->m_ItalicAngle / 2) << 21) + ((dest_width / 16) << 25) + in LoadGlyphPath() 1700 if (m_pSubstFont->m_ItalicAngle) { in LoadGlyphPath() 1701 int skew = m_pSubstFont->m_ItalicAngle; in LoadGlyphPath()
|
D | fx_ge_fontmap.cpp | 18 m_ItalicAngle = 0; in CFX_SubstFont() 787 pSubstFont->m_ItalicAngle = italic_angle; in UseInternalSubst() 1293 pSubstFont->m_ItalicAngle = italic_angle; in FindSubstFont()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 212 return m_ItalicAngle; in GetItalicAngle() 289 int m_ItalicAngle; variable
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 183 int m_ItalicAngle; variable
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font.cpp | 113 m_StemV = m_Ascent = m_Descent = m_ItalicAngle = 0; in CPDF_Font() 247 m_ItalicAngle = ItalicAngle; in LoadFontDescriptor() 1029 m_Font.LoadSubst(m_BaseFont, m_FontType == PDFFONT_TRUETYPE, m_Flags, weight, m_ItalicAngle, 0); in LoadSubstFont()
|
D | fpdf_font_cid.cpp | 1463 …m_Font.LoadSubst(m_BaseFont, !m_bType1, m_Flags, m_StemV * 5, m_ItalicAngle, g_CharsetCPs[m_Charse… in LoadSubstFont()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 1022 …pFontDesc->SetAtInteger("ItalicAngle", pFont->m_pSubstFont ? pFont->m_pSubstFont->m_ItalicAngle : … in AddFont()
|