Lines Matching refs:page
252 // if this is the first page if the document.
270 // By scaling the page at the device level, we will create bitmap layer
358 auto page = SkPDFMakeDict("Page");
366 page->insertObject("Resources", std::move(resourceDict));
367 page->insertObject("MediaBox", SkPDFUtils::RectToArray(SkRect::MakeSize(mediaSize)));
370 page->insertObject("Annots", std::move(annotations));
374 page->insertRef("Contents", SkPDFStreamOut(nullptr, std::move(pageContent), this));
375 // The StructParents unique identifier for each page is just its
376 // 0-based page index.
377 page->insertInt("StructParents", SkToInt(this->currentPageIndex()));
378 fPages.emplace_back(std::move(page));