Searched defs:pCurChar (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp20 CFX_RTFChar* pCurChar);
235 CFX_RTFChar* pCurChar = &m_pCurLine->m_LineChars.back(); local
236 pCurChar->m_dwStatus = CFX_RTFBreakType::None;
237 pCurChar->m_wCharCode = wch;
238 pCurChar->m_dwCharProps = dwProps;
239 pCurChar->m_iFontSize = m_iFontSize;
240 pCurChar->m_iFontHeight = m_iFontHeight;
241 pCurChar->m_iHorizontalScale = m_iHorizontalScale;
242 pCurChar->m_iVerticalScale = m_iVerticalScale;
243 pCurChar
266 AppendChar_Combination(CFX_RTFChar* pCurChar) argument
286 AppendChar_Tab(CFX_RTFChar* pCurChar) argument
302 AppendChar_Control(CFX_RTFChar* pCurChar) argument
326 AppendChar_Arabic(CFX_RTFChar* pCurChar) argument
371 AppendChar_Others(CFX_RTFChar* pCurChar) argument
[all...]
H A Dfgas_textbreak.cpp21 CFX_TxtChar* pCurChar,
305 void CFX_TxtBreak::AppendChar_PageLoad(CFX_TxtChar* pCurChar, argument
308 pCurChar->m_dwStatus = 0;
309 pCurChar->m_pUserData = m_pUserData;
331 pCurChar->m_dwCharStyles = m_dwContextCharStyles;
334 uint32_t CFX_TxtBreak::AppendChar_Combination(CFX_TxtChar* pCurChar, argument
336 FX_WCHAR wch = pCurChar->m_wCharCode;
339 pCurChar->m_iCharWidth = -1;
367 pCurChar->m_dwCharStyles |= FX_TXTCHARSTYLE_ArabicShadda;
377 pCurChar
381 AppendChar_Tab(CFX_TxtChar* pCurChar, int32_t iRotation) argument
410 AppendChar_Control(CFX_TxtChar* pCurChar, int32_t iRotation) argument
438 AppendChar_Arabic(CFX_TxtChar* pCurChar, int32_t iRotation) argument
502 AppendChar_Others(CFX_TxtChar* pCurChar, int32_t iRotation) argument
553 CFX_TxtChar* pCurChar = &m_pCurLine->m_pLineChars->back(); local
[all...]

Completed in 38 milliseconds