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

/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_rtfbreak.cpp274 CFX_RTFChar* CFX_RTFBreak::GetLastChar(int32_t index) const { function in class:CFX_RTFBreak
450 CFX_RTFChar* pLastChar = GetLastChar(0);
520 pLastChar = GetLastChar(1);
523 CFX_RTFChar* pPrevChar = GetLastChar(2);
666 CFX_RTFChar* pTC = GetLastChar(0);
H A Dfx_textbreak.cpp251 CFX_TxtChar* CFX_TxtBreak::GetLastChar(int32_t index, FX_BOOL bOmitChar) const { function in class:CFX_TxtBreak
336 CFX_TxtChar* pLastChar = (CFX_TxtChar*)GetLastChar(1, FALSE);
361 pLastChar = GetLastChar(0, FALSE);
463 pLastChar = GetLastChar(1);
469 CFX_Char* pPrevChar = GetLastChar(2);
970 pTC = GetLastChar(0, FALSE);

Completed in 217 milliseconds