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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp1508 CPVT_WordPlace leftplace = this->GetPrevWordPlace(place); local
1509 if (leftplace != place) {
1510 if (leftplace.nSecIndex != place.nSecIndex) {
1514 this->LinkLatterSection(leftplace);
1520 return leftplace;

Completed in 109 milliseconds