Home
last modified time | relevance | path

Searched refs:GetPositionedTab (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfgas_rtfbreak.h56 bool GetPositionedTab(int32_t* iTabPos) const;
Dcfgas_rtfbreak.cpp61 bool CFGAS_RTFBreak::GetPositionedTab(int32_t* iTabPos) const { in GetPositionedTab() function in CFGAS_RTFBreak
159 if (GetPositionedTab(&iCharWidth)) { in AppendChar_Tab()