Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp234 return SearchWordPlace(fx - m_SecInfo.rcSection.left, in SearchWordPlace()
1170 if (IsFloatBigger(pt.y, pSection->m_SecInfo.rcSection.top)) { in SearchWordPlace()
1173 if (IsFloatBigger(pSection->m_SecInfo.rcSection.bottom, pt.y)) { in SearchWordPlace()
1176 if (IsFloatSmaller(pt.y, pSection->m_SecInfo.rcSection.top)) { in SearchWordPlace()
1180 } else if (IsFloatBigger(pt.y, pSection->m_SecInfo.rcSection.bottom)) { in SearchWordPlace()
1186 … CPDF_Point(pt.x - pSection->m_SecInfo.rcSection.left, pt.y - pSection->m_SecInfo.rcSection.top) in SearchWordPlace()
1209 return pSection->SearchWordPlace(pt.x - pSection->m_SecInfo.rcSection.left, temp); in GetUpWordPlace()
1214 … return pLastSection->SearchWordPlace(pt.x - pLastSection->m_SecInfo.rcSection.left, temp); in GetUpWordPlace()
1227 return pSection->SearchWordPlace(pt.x - pSection->m_SecInfo.rcSection.left, temp); in GetDownWordPlace()
1232 … return pNextSection->SearchWordPlace(pt.x - pSection->m_SecInfo.rcSection.left, temp); in GetDownWordPlace()
[all …]
Dpdf_vt.h80 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) in CPVT_SectionInfo()
92 …CPVT_SectionInfo(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWo… in CPVT_SectionInfo()
101 this->rcSection = other.rcSection;
118 CPVT_FloatRect rcSection; member
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h269 CPDF_Rect rcSection; member
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp101 section.rcSection = m_pEdit->VTToEdit(section.rcSection); in GetSection()