Lines Matching refs:page
80 SkAutoTUnref<SkPDFDict> page(new SkPDFDict("Page"));
81 page->insertObject("Resources", pageDevice->createResourceDict());
82 page->insertObject("MediaBox", pageDevice->copyMediaBox());
86 page->insertObject("Annots", annotations.detach());
88 page->insertObjRef("Contents", create_pdf_page_content(pageDevice));
89 return page.detach();
99 // into the method, have type "Page" and need a parent pointer. This method
183 SkAutoTUnref<SkPDFDict> page(create_pdf_page(pageDevices[i]));
184 pageDevices[i]->appendDestinations(dests, page.get());
185 pages.push(page.detach());
267 // The page tree has both child and parent pointers, so it creates a