Home | History | Annotate | Download | only in pdf

Lines Matching refs:sysInfo

1226     SkAutoTUnref<SkPDFDict> sysInfo(new SkPDFDict);
1227 sysInfo->insert("Registry", new SkPDFString("Adobe"))->unref();
1228 sysInfo->insert("Ordering", new SkPDFString("Identity"))->unref();
1229 sysInfo->insertInt("Supplement", 0);
1230 insert("CIDSystemInfo", sysInfo.get());