Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleApp.h201 sk_sp<SkDocument> fPDFDocument; variable
DSampleApp.cpp1380 fPDFDocument = SkDocument::MakePDF(name.c_str()); in beforeChildren()
1381 canvas = fPDFDocument->beginPage(this->width(), this->height()); in beforeChildren()
1420 fPDFDocument->endPage(); in afterChildren()
1421 fPDFDocument.reset(nullptr); in afterChildren()