Searched refs:CTypeset (Results 1 – 4 of 4) sorted by relevance
17 class CTypeset final {19 explicit CTypeset(CSection* pSection);20 ~CTypeset();
176 CTypeset::CTypeset(CSection* pSection) in CTypeset() function in CTypeset179 CTypeset::~CTypeset() = default;181 CPVT_FloatRect CTypeset::CharArray() { in CharArray()261 CFX_SizeF CTypeset::GetEditSize(float fFontSize) { in GetEditSize()268 CPVT_FloatRect CTypeset::Typeset() { in Typeset()276 void CTypeset::SplitLines(bool bTypeset, float fFontSize) { in SplitLines()429 void CTypeset::OutputLines() { in OutputLines()
47 return CTypeset(this).CharArray(); in Rearrange()48 return CTypeset(this).Typeset(); in Rearrange()52 return CTypeset(this).GetEditSize(fFontSize); in GetSectionSize()
54 friend class CTypeset;