Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp233 return SearchWordPlace(fx - m_SecInfo.rcSection.left, in SearchWordPlace()
1166 if (IsFloatBigger(pt.y, pSection->m_SecInfo.rcSection.top)) { in SearchWordPlace()
1169 if (IsFloatBigger(pSection->m_SecInfo.rcSection.bottom, pt.y)) { in SearchWordPlace()
1172 if (IsFloatSmaller(pt.y, pSection->m_SecInfo.rcSection.top)) { in SearchWordPlace()
1176 } else if (IsFloatBigger(pt.y, pSection->m_SecInfo.rcSection.bottom)) { in SearchWordPlace()
1182 … CPDF_Point(pt.x - pSection->m_SecInfo.rcSection.left, pt.y - pSection->m_SecInfo.rcSection.top) in SearchWordPlace()
1205 return pSection->SearchWordPlace(pt.x - pSection->m_SecInfo.rcSection.left, temp); in GetUpWordPlace()
1210 … return pLastSection->SearchWordPlace(pt.x - pLastSection->m_SecInfo.rcSection.left, temp); in GetUpWordPlace()
1223 return pSection->SearchWordPlace(pt.x - pSection->m_SecInfo.rcSection.left, temp); in GetDownWordPlace()
1228 … return pNextSection->SearchWordPlace(pt.x - pSection->m_SecInfo.rcSection.left, temp); in GetDownWordPlace()
[all …]
Dpdf_vt.h82 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) in CPVT_SectionInfo()
94 …CPVT_SectionInfo(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWo… in CPVT_SectionInfo()
103 this->rcSection = other.rcSection;
120 CPVT_FloatRect rcSection; member
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h273 CPDF_Rect rcSection; member
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp101 section.rcSection = m_pEdit->VTToEdit(section.rcSection); in GetSection()