Searched refs:addNodeAnnotation (Results 1 – 3 of 3) sorted by relevance
34 void addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pageIndex);
301 void SkPDFTagTree::addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pag… in addNodeAnnotation() function in SkPDFTagTree
347 … fTagTree.addNodeAnnotation(link->fNodeId, annotationRef, SkToUInt(this->currentPageIndex())); in getAnnotations()