Searched refs:fPDFDocument (Results 1 – 2 of 2) sorted by relevance
201 sk_sp<SkDocument> fPDFDocument; variable
1380 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()