Home | History | Annotate | Download | only in utils

Lines Matching defs:doc

1898     sk_sp<SkDocument> doc = SkDocument::MakePDF(file.get());
1899 if (!doc) {
1902 push_ptr(L, new DocHolder{std::move(doc), std::move(file)});