Home
last modified time | relevance | path

Searched refs:fPDFDocument (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSampleApp.h207 sk_sp<SkDocument> fPDFDocument; variable
DSampleApp.cpp1391 fPDFDocument = SkDocument::MakePDF(name.c_str()); in beforeChildren()
1392 canvas = fPDFDocument->beginPage(this->width(), this->height()); in beforeChildren()
1431 fPDFDocument->endPage(); in afterChildren()
1432 fPDFDocument.reset(nullptr); in afterChildren()