Searched defs:SearchWordPlace (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp184 CPVT_WordPlace CSection::SearchWordPlace(const CPDF_Point & point) const function in class:CSection
214 place = SearchWordPlace(point.x,
230 CPVT_WordPlace CSection::SearchWordPlace(FX_FLOAT fx, const CPVT_WordPlace & lineplace) const function in class:CSection
233 return SearchWordPlace(fx - m_SecInfo.rcSection.left,
238 CPVT_WordPlace CSection::SearchWordPlace(FX_FLOAT fx, const CPVT_WordRange & range) const function in class:CSection
1155 CPVT_WordPlace CPDF_VariableText::SearchWordPlace(const CPDF_Point & point) const function in class:CPDF_VariableText
1181 place = pSection->SearchWordPlace(
1205 return pSection->SearchWordPlace(pt.x - pSection->m_SecInfo.rcSection.left, temp);
1210 return pLastSection->SearchWordPlace(pt.x - pLastSection->m_SecInfo.rcSection.left, temp);
1223 return pSection->SearchWordPlace(p
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp2014 CPVT_WordPlace place1 = m_pVT->SearchWordPlace(EditToVT(CPDF_Point(rcPlate.left,rcPlate.top)));
2015 CPVT_WordPlace place2 = m_pVT->SearchWordPlace(EditToVT(CPDF_Point(rcPlate.right,rcPlate.bottom)));
2023 CPVT_WordPlace CFX_Edit::SearchWordPlace(const CPDF_Point& point) const function in class:CFX_Edit
2027 return m_pVT->SearchWordPlace(EditToVT(point));
2669 SetCaret(m_pVT->SearchWordPlace(EditToVT(point)));
2682 SetCaret(m_pVT->SearchWordPlace(EditToVT(point)));

Completed in 37 milliseconds