Searched refs:annotation_bounds (Results 1 – 1 of 1) sorted by relevance
101 Rectangle_f annotation_bounds = GetBounds(); in CreatePdfiumInstance() local103 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() local327 if (!FPDFAnnot_SetRect(fpdf_annot, reinterpret_cast<FS_RECTF*>(&annotation_bounds))) { in UpdatePdfiumInstance()