Home | History | Annotate | Download | only in pdf

Lines Matching defs:SkPDFDocument

12 #include "SkPDFDocument.h"
50 SkPDFDocument::SkPDFDocument(Flags flags)
60 SkPDFDocument::~SkPDFDocument() {
85 bool SkPDFDocument::emitPDF(SkWStream* stream) {
229 bool SkPDFDocument::setPage(int pageNumber, SkPDFDevice* pdfDevice) {
251 bool SkPDFDocument::appendPage(SkPDFDevice* pdfDevice) {
261 void SkPDFDocument::getCountOfFontTypes(
280 void SkPDFDocument::emitHeader(SkWStream* stream) {
288 size_t SkPDFDocument::headerSize() {
294 void SkPDFDocument::emitFooter(SkWStream* stream, int64_t objCount) {