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 CTypeset181 CTypeset::~CTypeset() {} in ~CTypeset()183 CPVT_FloatRect CTypeset::CharArray() { in CharArray()263 CFX_SizeF CTypeset::GetEditSize(float fFontSize) { in GetEditSize()270 CPVT_FloatRect CTypeset::Typeset() { in Typeset()278 void CTypeset::SplitLines(bool bTypeset, float fFontSize) { in SplitLines()423 void CTypeset::OutputLines() { in OutputLines()
50 return CTypeset(this).CharArray(); in Rearrange()51 return CTypeset(this).Typeset(); in Rearrange()55 return CTypeset(this).GetEditSize(fFontSize); in GetSectionSize()
55 friend class CTypeset;