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

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 19 typedef CFX_RTFBreakType (CFX_RTFBreak::*FX_RTFBreak_LPFAppendChar)(
22 &CFX_RTFBreak::AppendChar_Others, &CFX_RTFBreak::AppendChar_Tab,
23 &CFX_RTFBreak::AppendChar_Others, &CFX_RTFBreak::AppendChar_Control,
24 &CFX_RTFBreak::AppendChar_Combination, &CFX_RTFBreak::AppendChar_Others,
25 &CFX_RTFBreak::AppendChar_Others, &CFX_RTFBreak::AppendChar_Arabic,
26 &CFX_RTFBreak::AppendChar_Arabic, &CFX_RTFBreak::AppendChar_Arabic
    [all...]
fgas_rtfbreak.h 141 class CFX_RTFBreak {
143 explicit CFX_RTFBreak(uint32_t dwLayoutStyles);
144 ~CFX_RTFBreak();
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.h 25 class CFX_RTFBreak;
68 std::unique_ptr<CFX_RTFBreak> CreateBreak(bool bDefault);
126 std::unique_ptr<CFX_RTFBreak> m_pBreak;
cxfa_textlayout.cpp 92 std::unique_ptr<CFX_RTFBreak> CXFA_TextLayout::CreateBreak(bool bDefault) {
97 auto pBreak = pdfium::MakeUnique<CFX_RTFBreak>(dwStyle);
    [all...]

Completed in 77 milliseconds