Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFTag.cpp270 std::unique_ptr<SkPDFDict> annotationDict = SkPDFMakeDict("OBJR"); in PrepareTagTreeToEmit() local
271 annotationDict->insertRef("Obj", annotationInfo.fAnnotationRef); in PrepareTagTreeToEmit()
272 annotationDict->insertRef("Pg", doc->getPage(annotationInfo.fPageIndex)); in PrepareTagTreeToEmit()
273 kids->appendObject(std::move(annotationDict)); in PrepareTagTreeToEmit()