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

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 178 CFX_RTFChar* CFX_RTFBreak::GetLastChar(int32_t index) const {
273 CFX_RTFChar* pLastChar = GetLastChar(0);
333 pLastChar = GetLastChar(1);
336 CFX_RTFChar* pPrevChar = GetLastChar(2);
445 CFX_RTFChar* pTC = GetLastChar(0);
fgas_textbreak.cpp 245 CFX_TxtChar* CFX_TxtBreak::GetLastChar(int32_t index, bool bOmitChar) const {
325 CFX_TxtChar* pLastChar = GetLastChar(1, false);
348 CFX_TxtChar* pLastChar = GetLastChar(0, false);
448 pLastChar = GetLastChar(1);
454 CFX_Char* pPrevChar = GetLastChar(2);
949 CFX_Char* pTC = GetLastChar(0, false);
    [all...]

Completed in 820 milliseconds