Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dannotation.cc139 Rectangle_f new_bounds = GetBounds(); in UpdatePdfiumInstance() local
141 rect.left = new_bounds.left; in UpdatePdfiumInstance()
142 rect.bottom = new_bounds.bottom; in UpdatePdfiumInstance()
143 rect.right = new_bounds.right; in UpdatePdfiumInstance()
144 rect.top = new_bounds.top; in UpdatePdfiumInstance()