Home
last modified time | relevance | path

Searched refs:FX_RTFLAYOUTSTYLE_Pagination (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.h21 #define FX_RTFLAYOUTSTYLE_Pagination 0x01 macro
Dfgas_rtfbreak.cpp61 m_bPagination = (m_dwLayoutStyles & FX_RTFLAYOUTSTYLE_Pagination) != 0; in CFX_RTFBreak()
/external/pdfium/xfa/fxfa/app/
Dcxfa_textlayout.cpp95 dwStyle |= FX_RTFLAYOUTSTYLE_Pagination; in CreateBreak()