Searched refs:m_SecInfo (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp182 m_pVT->GetLineLeading(m_SecInfo);
221 fx - m_SecInfo.rcSection.left,
323 y += m_pVT->GetLineLeading(m_pSection->m_SecInfo);
326 switch (m_pVT->GetAlignment(m_pSection->m_SecInfo)) {
588 m_pVT->GetPlateWidth() - m_pVT->GetLineIndent(m_pSection->m_SecInfo),
665 fMaxY += (fLineAscent + m_pVT->GetLineLeading(m_pSection->m_SecInfo));
691 fMaxY += (fLineAscent + m_pVT->GetLineLeading(m_pSection->m_SecInfo));
697 fLineAscent = m_pVT->GetLineAscent(m_pSection->m_SecInfo);
698 fLineDescent = m_pVT->GetLineDescent(m_pSection->m_SecInfo);
714 fMaxY += (m_pVT->GetLineLeading(m_pSection->m_SecInfo)
[all...]
H A Dpdf_vt.h268 CPVT_SectionInfo m_SecInfo; member in class:CSection

Completed in 59 milliseconds