Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h18 class CTypeset; variable
282 friend class CTypeset; variable
316 class CTypeset
319 CTypeset(CSection * pSection);
320 virtual ~CTypeset();
400 friend class CTypeset; variable
Ddoc_vt.cpp97 return CTypeset(this).CharArray(); in Rearrange()
99 return CTypeset(this).Typeset(); in Rearrange()
104 return CTypeset(this).GetEditSize(fFontSize); in GetSectionSize()
319 CTypeset::CTypeset(CSection * pSection) : m_rcRet(0.0f, 0.0f, 0.0f, 0.0f), m_pVT(pSection->m_pVT), … in CTypeset() function in CTypeset
322 CTypeset::~CTypeset() in ~CTypeset()
325 CPVT_FloatRect CTypeset::CharArray() in CharArray()
395 CPVT_Size CTypeset::GetEditSize(FX_FLOAT fFontSize) in GetEditSize()
402 CPVT_FloatRect CTypeset::Typeset() in Typeset()
589 void CTypeset::SplitLines(FX_BOOL bTypeset, FX_FLOAT fFontSize) in SplitLines()
732 void CTypeset::OutputLines() in OutputLines()