Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dannotation.cc101 Rectangle_f annotation_bounds = GetBounds(); in CreatePdfiumInstance() local
103 rect.left = annotation_bounds.left; in CreatePdfiumInstance()
104 rect.bottom = annotation_bounds.bottom; in CreatePdfiumInstance()
105 rect.right = annotation_bounds.right; in CreatePdfiumInstance()
106 rect.top = annotation_bounds.top; in CreatePdfiumInstance()
326 Rectangle_f annotation_bounds = GetBounds(); in UpdatePdfiumInstance() local
327 if (!FPDFAnnot_SetRect(fpdf_annot, reinterpret_cast<FS_RECTF*>(&annotation_bounds))) { in UpdatePdfiumInstance()