Home
last modified time | relevance | path

Searched defs:pVT (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcsection.cpp17 CSection::CSection(CPDF_VariableText* pVT) : m_pVT(pVT) {} in CSection()
Dcpdf_variabletext.cpp86 CPDF_VariableText::Iterator::Iterator(CPDF_VariableText* pVT) in Iterator()