Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_ucd.h146 class CFX_TxtChar : public CFX_Char {
148 CFX_TxtChar() in CFX_TxtChar() function
163 typedef CFX_ArrayTemplate<CFX_TxtChar> CFX_TxtCharArray;
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp61 m_pTxtLine1 = new CFX_TxtLine(sizeof(CFX_TxtChar)); in CFX_TxtBreak()
62 m_pTxtLine2 = new CFX_TxtLine(sizeof(CFX_TxtChar)); in CFX_TxtBreak()
219 CFX_TxtChar* pTC = (CFX_TxtChar*)m_pCurLine->GetCharPtr(iCount - 1); in SetBreakStatus()
251 CFX_TxtChar* CFX_TxtBreak::GetLastChar(int32_t index, FX_BOOL bOmitChar) const { in GetLastChar()
257 CFX_TxtChar* pTC; in GetLastChar()
319 ((CFX_TxtChar*)pCurChar)->m_dwStatus = 0; in AppendChar_PageLoad()
320 ((CFX_TxtChar*)pCurChar)->m_pUserData = m_pUserData; in AppendChar_PageLoad()
336 CFX_TxtChar* pLastChar = (CFX_TxtChar*)GetLastChar(1, FALSE); in AppendChar_PageLoad()
363 (((CFX_TxtChar*)pLastChar)->m_dwCharStyles & in AppendChar_Combination()
379 ((CFX_TxtChar*)pLastChar)->m_dwCharStyles |= in AppendChar_Combination()
[all …]
Dfx_textbreak.h28 CFX_TxtChar* GetCharPtr(int32_t index) const { in GetCharPtr()
149 CFX_TxtChar* GetLastChar(int32_t index, FX_BOOL bOmitChar = TRUE) const;
/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h15 class CFX_TxtChar; variable
131 CFX_TxtChar* GetCharPtr(int32_t index) const { in GetCharPtr()
/external/pdfium/core/src/fxcrt/
Dfx_arabic.cpp1144 CFX_BidiLineTemplate<CFX_TxtChar> blt; in FX_BidiLine()