Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpvt_secprops.h12 struct CPVT_SecProps { struct
13 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) {} in CPVT_SecProps() function
15 CPVT_SecProps(FX_FLOAT lineLeading, FX_FLOAT lineIndent, int32_t alignment) in CPVT_SecProps() function
20 CPVT_SecProps(const CPVT_SecProps& other) in CPVT_SecProps() argument
25 FX_FLOAT fLineLeading;
26 FX_FLOAT fLineIndent;
27 int32_t nAlignment;