Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h118 void appendAnnotations(SkPDFArray* array) const;
DSkPDFDocument.cpp233 fPageDevice->appendAnnotations(annotations.get()); in onEndPage()
DSkPDFDevice.cpp1862 void SkPDFDevice::appendAnnotations(SkPDFArray* array) const { in appendAnnotations() function in SkPDFDevice