Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp325 CFX_FloatRect charRectExt; in GetIndexAtPos() local
327 charRectExt.left = charrect.left - tolerance.width / 2; in GetIndexAtPos()
328 charRectExt.right = charrect.right + tolerance.width / 2; in GetIndexAtPos()
329 charRectExt.top = charrect.top + tolerance.height / 2; in GetIndexAtPos()
330 charRectExt.bottom = charrect.bottom - tolerance.height / 2; in GetIndexAtPos()
331 if (charRectExt.Contains(point)) { in GetIndexAtPos()