HomeSort by relevance Sort by last modified time
    Searched refs:CTypeset (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 16 class CTypeset;
285 friend class CTypeset;
319 class CTypeset
322 CTypeset(CSection * pSection);
323 virtual ~CTypeset();
403 friend class CTypeset;
doc_vt.cpp 98 return CTypeset(this).CharArray();
100 return CTypeset(this).Typeset();
105 return CTypeset(this).GetEditSize(fFontSize);
320 CTypeset::CTypeset(CSection * pSection) : m_pSection(pSection), m_pVT(pSection->m_pVT), m_rcRet(0.0f, 0.0f, 0.0f, 0.0f)
323 CTypeset::~CTypeset()
326 CPVT_FloatRect CTypeset::CharArray()
396 CPVT_Size CTypeset::GetEditSize(FX_FLOAT fFontSize)
403 CPVT_FloatRect CTypeset::Typeset()
    [all...]

Completed in 36 milliseconds