Searched defs:CPVT_SecProps (Results 1 – 1 of 1) sorted by relevance
12 struct CPVT_SecProps { struct13 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) {} in CPVT_SecProps() function15 CPVT_SecProps(FX_FLOAT lineLeading, FX_FLOAT lineIndent, int32_t alignment) in CPVT_SecProps() function20 CPVT_SecProps(const CPVT_SecProps& other) in CPVT_SecProps() argument25 FX_FLOAT fLineLeading;26 FX_FLOAT fLineIndent;27 int32_t nAlignment;