Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp929 CPVT_WordPlace leftplace = GetPrevWordPlace(place); in ClearLeftWord() local
930 if (leftplace != place) { in ClearLeftWord()
931 if (leftplace.nSecIndex != place.nSecIndex) { in ClearLeftWord()
935 LinkLatterSection(leftplace); in ClearLeftWord()
940 return leftplace; in ClearLeftWord()