Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_formfill.cpp687 auto annot_context = in FORM_GetFocusedAnnot() local
692 *annot = FPDFAnnotationFromCPDFAnnotContext(annot_context.release()); in FORM_GetFocusedAnnot()
703 CPDF_AnnotContext* annot_context = CPDFAnnotContextFromFPDFAnnotation(annot); in FORM_SetFocusedAnnot() local
704 if (!annot_context) in FORM_SetFocusedAnnot()
708 form_fill_env->GetOrCreatePageView(annot_context->GetPage()); in FORM_SetFocusedAnnot()
712 RetainPtr<CPDF_Dictionary> annot_dict = annot_context->GetMutableAnnotDict(); in FORM_SetFocusedAnnot()