Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h160 void appendAnnotations(SkPDFArray* array) const;
DSkPDFDevice.cpp1735 void SkPDFDevice::appendAnnotations(SkPDFArray* array) const { in appendAnnotations() function in SkPDFDevice
/external/skia/src/doc/
DSkDocument_PDF.cpp84 pageDevice->appendAnnotations(annotations); in create_pdf_page()