Home | History | Annotate | Download | only in xps

Lines Matching defs:page

174 HRESULT SkXPSDevice::createXpsThumbnail(IXpsOMPage* page,
201 HRM(thumbnailGenerator->GenerateThumbnail(page,
212 IXpsOMPage** page) {
220 "Could not create page part uri.");
226 page),
227 "Could not create page.");
299 //Create the page.
304 SkTScopedComPtr<IXpsOMPage> page;
305 HRB(this->createXpsPage(pageSize, &page));
308 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals.");
310 //Add the scale canvas to the page.
312 "Could not add scale canvas to page.");
318 this->createXpsThumbnail(page.get(), 0, &image);
323 HRBM(this->fPackageWriter->AddPage(page.get(),
329 "Could not write the page.");
2190 "Could not add glyphs to page.");
2194 "Could not add glyph canvas to page.");