Home
last modified time | relevance | path

Searched refs:m_bItalicCJK (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_substfont.cpp18 m_bItalicCJK(false), in CFX_SubstFont()
Dcfx_substfont.h22 bool m_bItalicCJK; variable
Dcfx_facecache.cpp92 skew = pSubstFont->m_bItalicCJK ? -15 : 0; in RenderGlyph()
Dcfx_fontmapper.cpp587 pSubstFont->m_bItalicCJK = true; in FindSubstFont()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp63 SubstFxFont->m_bItalicCJK = FontStyleIsItalic(dwFontStyle); in DrawString()