Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp221 fx - m_SecInfo.rcSection.left, in SearchWordPlace()
1148 if (IsFloatBigger(pt.y, pSection->m_SecInfo.rcSection.top)) { in SearchWordPlace()
1151 if (IsFloatBigger(pSection->m_SecInfo.rcSection.bottom, pt.y)) { in SearchWordPlace()
1154 if (IsFloatSmaller(pt.y, pSection->m_SecInfo.rcSection.top)) { in SearchWordPlace()
1158 } else if (IsFloatBigger(pt.y, pSection->m_SecInfo.rcSection.bottom)) { in SearchWordPlace()
1164 CPDF_Point(pt.x - pSection->m_SecInfo.rcSection.left, in SearchWordPlace()
1165 pt.y - pSection->m_SecInfo.rcSection.top)); in SearchWordPlace()
1189 pt.x - pSection->m_SecInfo.rcSection.left, temp); in GetUpWordPlace()
1195 pt.x - pLastSection->m_SecInfo.rcSection.left, temp); in GetUpWordPlace()
1209 pt.x - pSection->m_SecInfo.rcSection.left, temp); in GetDownWordPlace()
[all …]
Dpdf_vt.h62 : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) {} in CPVT_SectionInfo()
68 : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) { in CPVT_SectionInfo()
75 rcSection = other.rcSection;
92 CPVT_FloatRect rcSection; member
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h262 CPDF_Rect rcSection; member
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp69 section.rcSection = m_pEdit->VTToEdit(section.rcSection); in GetSection()