Searched refs:annotationRef (Results 1 – 3 of 3) sorted by relevance
34 void addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pageIndex);
345 SkPDFIndirectReference annotationRef = emit(annotation); in getAnnotations() local346 array->appendRef(annotationRef); in getAnnotations()348 … fTagTree.addNodeAnnotation(link->fNodeId, annotationRef, SkToUInt(this->currentPageIndex())); in getAnnotations()
273 void SkPDFTagTree::addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pag… in addNodeAnnotation() argument284 SkPDFTagNode::AnnotationInfo annotationInfo = {pageIndex, annotationRef}; in addNodeAnnotation()