Home | History | Annotate | Download | only in layout

Lines Matching defs:CFX_RTFBreak

7 #include "xfa/fgas/layout/cfx_rtfbreak.h"
18 CFX_RTFBreak::CFX_RTFBreak(uint32_t dwLayoutStyles)
26 CFX_RTFBreak::~CFX_RTFBreak() {}
28 void CFX_RTFBreak::SetLineStartPos(float fLinePos) {
35 void CFX_RTFBreak::AddPositionedTab(float fTabPos) {
45 void CFX_RTFBreak::SetUserData(const RetainPtr<CXFA_TextUserData>& pUserData) {
53 int32_t CFX_RTFBreak::GetLastPositionedTab() const {
57 bool CFX_RTFBreak::GetPositionedTab(int32_t* iTabPos) const {
67 CFX_BreakType CFX_RTFBreak::AppendChar(wchar_t wch) {
123 void CFX_RTFBreak::AppendChar_Combination(CFX_Char* pCurChar) {
141 void CFX_RTFBreak::AppendChar_Tab(CFX_Char* pCurChar) {
156 CFX_BreakType CFX_RTFBreak::AppendChar_Control(CFX_Char* pCurChar) {
180 CFX_BreakType CFX_RTFBreak::AppendChar_Arabic(CFX_Char* pCurChar) {
225 CFX_BreakType CFX_RTFBreak::AppendChar_Others(CFX_Char* pCurChar) {
245 CFX_BreakType CFX_RTFBreak::EndBreak(CFX_BreakType dwStatus) {
292 bool CFX_RTFBreak::EndBreak_SplitLine(CFX_BreakLine* pNextLine,
361 void CFX_RTFBreak::EndBreak_BidiLine(std::deque<FX_TPO>* tpos,
453 void CFX_RTFBreak::EndBreak_Alignment(const std::deque<FX_TPO>& tpos,
530 int32_t CFX_RTFBreak::GetBreakPos(std::vector<CFX_Char>& tca,
627 void CFX_RTFBreak::SplitTextLine(CFX_BreakLine* pCurLine,
665 int32_t CFX_RTFBreak::GetDisplayPos(const FX_RTFTEXTOBJ* pText,