Home
last modified time | relevance | path

Searched defs:CPVT_SecProps (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h145 struct CPVT_SecProps { struct
146 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) {} in CPVT_SecProps() function
148 CPVT_SecProps(FX_FLOAT lineLeading, FX_FLOAT lineIndent, int32_t alignment) in CPVT_SecProps() argument
153 CPVT_SecProps(const CPVT_SecProps& other) in CPVT_SecProps() function
158 FX_FLOAT fLineLeading;
160 FX_FLOAT fLineIndent;
162 int32_t nAlignment;