Home
last modified time | relevance | path

Searched refs:pCurChar (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp20 CFX_RTFChar* pCurChar);
235 CFX_RTFChar* pCurChar = &m_pCurLine->m_LineChars.back(); in AppendChar() local
236 pCurChar->m_dwStatus = CFX_RTFBreakType::None; in AppendChar()
237 pCurChar->m_wCharCode = wch; in AppendChar()
238 pCurChar->m_dwCharProps = dwProps; in AppendChar()
239 pCurChar->m_iFontSize = m_iFontSize; in AppendChar()
240 pCurChar->m_iFontHeight = m_iFontHeight; in AppendChar()
241 pCurChar->m_iHorizontalScale = m_iHorizontalScale; in AppendChar()
242 pCurChar->m_iVerticalScale = m_iVerticalScale; in AppendChar()
243 pCurChar->m_iCharWidth = 0; in AppendChar()
[all …]
Dfgas_textbreak.cpp21 CFX_TxtChar* pCurChar,
305 void CFX_TxtBreak::AppendChar_PageLoad(CFX_TxtChar* pCurChar, in AppendChar_PageLoad() argument
308 pCurChar->m_dwStatus = 0; in AppendChar_PageLoad()
309 pCurChar->m_pUserData = m_pUserData; in AppendChar_PageLoad()
331 pCurChar->m_dwCharStyles = m_dwContextCharStyles; in AppendChar_PageLoad()
334 uint32_t CFX_TxtBreak::AppendChar_Combination(CFX_TxtChar* pCurChar, in AppendChar_Combination() argument
336 FX_WCHAR wch = pCurChar->m_wCharCode; in AppendChar_Combination()
339 pCurChar->m_iCharWidth = -1; in AppendChar_Combination()
367 pCurChar->m_dwCharStyles |= FX_TXTCHARSTYLE_ArabicShadda; in AppendChar_Combination()
377 pCurChar->m_iCharWidth = -iCharWidth; in AppendChar_Combination()
[all …]
Dfgas_textbreak.h239 void AppendChar_PageLoad(CFX_TxtChar* pCurChar, uint32_t dwProps);
240 uint32_t AppendChar_Combination(CFX_TxtChar* pCurChar, int32_t iRotation);
241 uint32_t AppendChar_Tab(CFX_TxtChar* pCurChar, int32_t iRotation);
242 uint32_t AppendChar_Control(CFX_TxtChar* pCurChar, int32_t iRotation);
243 uint32_t AppendChar_Arabic(CFX_TxtChar* pCurChar, int32_t iRotation);
244 uint32_t AppendChar_Others(CFX_TxtChar* pCurChar, int32_t iRotation);
Dfgas_rtfbreak.h172 CFX_RTFBreakType AppendChar_Combination(CFX_RTFChar* pCurChar);
173 CFX_RTFBreakType AppendChar_Tab(CFX_RTFChar* pCurChar);
174 CFX_RTFBreakType AppendChar_Control(CFX_RTFChar* pCurChar);
175 CFX_RTFBreakType AppendChar_Arabic(CFX_RTFChar* pCurChar);
176 CFX_RTFBreakType AppendChar_Others(CFX_RTFChar* pCurChar);