Home
last modified time | relevance | path

Searched refs:CTypeset (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dctypeset.h17 class CTypeset final {
19 explicit CTypeset(CSection* pSection);
20 ~CTypeset();
Dctypeset.cpp176 CTypeset::CTypeset(CSection* pSection) in CTypeset() function in CTypeset
179 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()
Dcsection.cpp47 return CTypeset(this).CharArray(); in Rearrange()
48 return CTypeset(this).Typeset(); in Rearrange()
52 return CTypeset(this).GetEditSize(fFontSize); in GetSectionSize()
Dcsection.h54 friend class CTypeset;