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

  /external/pdfium/core/fxcrt/
fx_ucd.h 120 class CFX_Char {
122 CFX_Char()
130 CFX_Char(uint16_t wCharCode, uint32_t dwCharProps)
148 class CFX_TxtChar : public CFX_Char {
172 class CFX_RTFChar : public CFX_Char {
fx_arabic.h 23 FX_WCHAR GetFormChar(const CFX_Char* cur,
24 const CFX_Char* prev,
25 const CFX_Char* next);
fx_arabic.cpp 238 const FX_ARBFORMTABLE* ParseChar(const CFX_Char* pTC,
301 CFX_Char c(wch, kTextLayoutCodeProperties[(uint16_t)wch]);
302 CFX_Char p(prev, kTextLayoutCodeProperties[(uint16_t)prev]);
303 CFX_Char n(next, kTextLayoutCodeProperties[(uint16_t)next]);
307 FX_WCHAR GetFormChar(const CFX_Char* cur,
308 const CFX_Char* prev,
309 const CFX_Char* next) {
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.h 19 class CFX_Char;
fgas_textbreak.cpp 71 int32_t iSize = m_bPagination ? sizeof(CFX_Char) : sizeof(CFX_TxtChar);
454 CFX_Char* pPrevChar = GetLastChar(2);
949 CFX_Char* pTC = GetLastChar(0, false);
986 CFX_Char* pCur = &ca[iLength--];
    [all...]
fgas_rtfbreak.cpp 813 CFX_Char* pTC = &curChars[iCharPos - 1];
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 428 CFX_Char* pTC = pPiece->GetCharPtr(j);
510 CFX_Char* pTC = nullptr;
  /external/pdfium/xfa/fde/
cfde_txtedtpage.cpp 352 CFX_Char* ptc = pPiece->GetCharPtr(k);

Completed in 124 milliseconds