Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp84 FX_RECT annot_rect = annot_rect_f.GetOutterRect(); in DisplayPass() local
85 annot_rect.Intersect(*clip_rect); in DisplayPass()
86 if (annot_rect.IsEmpty()) { in DisplayPass()