Home | History | Annotate | Download | only in gm

Lines Matching defs:document

438             gm_fprintf(stderr, "FAILED to write document: %s\n", path.c_str());
1044 SkDynamicMemoryWStream document;
1067 if (!generate_pdf(gm, document)) {
1070 SkAutoTUnref<SkStreamAsset> documentStream(document.detachAsStream());
1109 generate_xps(gm, document);
1110 SkAutoTUnref<SkStreamAsset> documentStream(document.detachAsStream());