Home
last modified time | relevance | path

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

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