Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFTag.h34 void addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pageIndex);
DSkPDFDocument.cpp345 SkPDFIndirectReference annotationRef = emit(annotation); in getAnnotations() local
346 array->appendRef(annotationRef); in getAnnotations()
348 … fTagTree.addNodeAnnotation(link->fNodeId, annotationRef, SkToUInt(this->currentPageIndex())); in getAnnotations()
DSkPDFTag.cpp273 void SkPDFTagTree::addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pag… in addNodeAnnotation() argument
284 SkPDFTagNode::AnnotationInfo annotationInfo = {pageIndex, annotationRef}; in addNodeAnnotation()