Searched refs:CFX_RTFBreak (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp19 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
34 CFX_RTFBreak::CFX_RTFBreak(uint32_t dwLayoutStyles) function in class:CFX_RTFBreak
[all...]
H A Dfgas_rtfbreak.h141 class CFX_RTFBreak { class
143 explicit CFX_RTFBreak(uint32_t dwLayoutStyles);
144 ~CFX_RTFBreak();
/external/pdfium/xfa/fxfa/app/
H A Dcxfa_textlayout.h25 class CFX_RTFBreak;
68 std::unique_ptr<CFX_RTFBreak> CreateBreak(bool bDefault);
126 std::unique_ptr<CFX_RTFBreak> m_pBreak;
H A Dcxfa_textlayout.cpp92 std::unique_ptr<CFX_RTFBreak> CXFA_TextLayout::CreateBreak(bool bDefault) {
97 auto pBreak = pdfium::MakeUnique<CFX_RTFBreak>(dwStyle);

Completed in 126 milliseconds