HomeSort by relevance Sort by last modified time
    Searched refs:GetLastChar (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.h 153 CFX_RTFChar* GetLastChar(int32_t index) const;
fx_textbreak.h 149 CFX_TxtChar* GetLastChar(int32_t index, FX_BOOL bOmitChar = TRUE) const;
fx_textbreak.cpp 251 CFX_TxtChar* CFX_TxtBreak::GetLastChar(int32_t index, FX_BOOL bOmitChar) const {
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);
    [all...]
fx_rtfbreak.cpp 274 CFX_RTFChar* CFX_RTFBreak::GetLastChar(int32_t index) const {
450 CFX_RTFChar* pLastChar = GetLastChar(0);
520 pLastChar = GetLastChar(1);
523 CFX_RTFChar* pPrevChar = GetLastChar(2);
666 CFX_RTFChar* pTC = GetLastChar(0);
    [all...]

Completed in 52 milliseconds