Home
last modified time | relevance | path

Searched refs:m_iFontSize (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp41 m_iFontSize(240), in CFX_RTFBreak()
96 if (m_iFontSize == iFontSize) in SetFontSize()
100 m_iFontSize = iFontSize; in SetFontSize()
109 m_iFontHeight = m_iFontSize; in FontChanged()
114 m_iDefChar *= m_iFontSize; in FontChanged()
239 pCurChar->m_iFontSize = m_iFontSize; in AppendChar()
271 iCharWidth *= m_iFontSize; in AppendChar_Combination()
345 iCharWidth *= m_iFontSize; in AppendChar_Arabic()
360 iCharWidth *= m_iFontSize; in AppendChar_Arabic()
378 iCharWidth *= m_iFontSize; in AppendChar_Others()
[all …]
Dfgas_rtfbreak.h99 int32_t m_iFontSize; variable
209 int32_t m_iFontSize; variable
Dfgas_textbreak.cpp49 m_iFontSize(240), in CFX_TxtBreak()
119 if (m_iFontSize == iFontSize) in SetFontSize()
123 m_iFontSize = iFontSize; in SetFontSize()
133 m_iDefChar *= m_iFontSize; in FontChanged()
154 m_iDefChar *= m_iFontSize; in SetDefaultChar()
374 iCharWidth *= m_iFontSize; in AppendChar_Combination()
469 iCharWidth *= m_iFontSize; in AppendChar_Arabic()
491 iCharWidth *= m_iFontSize; in AppendChar_Arabic()
533 iCharWidth *= m_iFontSize; in AppendChar_Others()
633 iCharWidth *= m_iFontSize; in EndBreak_UpdateArabicShapes()
Dfgas_textbreak.h285 int32_t m_iFontSize; variable
/external/pdfium/core/fxcrt/
Dfx_ucd.h179 int32_t m_iFontSize; variable
191 m_iFontSize(0), in CFX_RTFChar()
/external/pdfium/xfa/fxfa/app/
Dcxfa_textlayout.cpp1059 pTP->rtPiece.height = (FX_FLOAT)pPiece->m_iFontSize * fVerScale / 20.0f; in AppendTextLine()
1103 fBaseLine + (FX_FLOAT)pPiece->m_iFontSize * fVerScale / 20.0f; in AppendTextLine()