Home
last modified time | relevance | path

Searched refs:annotationRef (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFTag.h34 void addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pageIndex);
H A DSkPDFDocument.cpp344 SkPDFIndirectReference annotationRef = emit(annotation); in getAnnotations() local
345 array->appendRef(annotationRef); in getAnnotations()
347 fTagTree.addNodeAnnotation(link->fNodeId, annotationRef, SkToUInt(this->currentPageIndex())); in getAnnotations()
H A DSkPDFTag.cpp301 void SkPDFTagTree::addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pageIndex) { in addNodeAnnotation() argument
312 SkPDFTagNode::AnnotationInfo annotationInfo = {pageIndex, annotationRef}; in addNodeAnnotation()

Completed in 3 milliseconds