Lines Matching refs:sysInfo
1193 SkAutoTUnref<SkPDFDict> sysInfo(new SkPDFDict);1194 sysInfo->insert("Registry", new SkPDFString("Adobe"))->unref();1195 sysInfo->insert("Ordering", new SkPDFString("Identity"))->unref();1196 sysInfo->insertInt("Supplement", 0);1197 insert("CIDSystemInfo", sysInfo.get());