Home
last modified time | relevance | path

Searched refs:iCharWidthOut (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp125 int32_t iCharWidthOut; in AppendChar_Combination() local
126 if (m_pFont && m_pFont->GetCharWidth(pCurChar->char_code(), &iCharWidthOut)) in AppendChar_Combination()
127 iCharWidth = iCharWidthOut; in AppendChar_Combination()
213 int32_t iCharWidthOut; in AppendChar_Arabic() local
215 (m_pFont->GetCharWidth(wForm, &iCharWidthOut) || in AppendChar_Arabic()
216 m_pFont->GetCharWidth(pLastChar->char_code(), &iCharWidthOut))) { in AppendChar_Arabic()
217 iCharWidth = iCharWidthOut; in AppendChar_Arabic()
242 int32_t iCharWidthOut; in AppendChar_Arabic() local
244 (m_pFont->GetCharWidth(wForm, &iCharWidthOut) || in AppendChar_Arabic()
245 m_pFont->GetCharWidth(pCurChar->char_code(), &iCharWidthOut))) { in AppendChar_Arabic()
[all …]
Dcfx_txtbreak.cpp82 int32_t iCharWidthOut; in AppendChar_Combination() local
83 if (m_pFont && m_pFont->GetCharWidth(wForm, &iCharWidthOut)) in AppendChar_Combination()
84 iCharWidth = iCharWidthOut; in AppendChar_Combination()
148 int32_t iCharWidthOut = 0; in AppendChar_Arabic() local
149 m_pFont->GetCharWidth(wForm, &iCharWidthOut); in AppendChar_Arabic()
150 iCharWidth = iCharWidthOut; in AppendChar_Arabic()
173 int32_t iCharWidthOut = 0; in AppendChar_Arabic() local
174 m_pFont->GetCharWidth(wForm, &iCharWidthOut); in AppendChar_Arabic()
175 iCharWidth = iCharWidthOut; in AppendChar_Arabic()
206 int32_t iCharWidthOut; in AppendChar_Others() local
[all …]