Lines Matching refs:CFArrayRef
1497 UniqueCFRef<CFArrayRef> cgAxes(CGFontCopyVariationAxes(cgFont.get()));
1670 CFArrayRef cgAxes;
1731 UniqueCFRef<CFArrayRef> cgAxes(CGFontCopyVariationAxes(cgFont.get()));
1787 CFArrayRef ctAxes) {
1831 UniqueCFRef<CFArrayRef> ctAxes(CTFontCopyVariationAxes(fFontRef.get()));
1939 UniqueCFRef<CFArrayRef> cfArray(
2261 UniqueCFRef<CFArrayRef> fArray;
2285 UniqueCFRef<CFArrayRef> fNames;
2309 static UniqueCFRef<CFArrayRef> CopyAvailableFontFamilyNames() {
2311 return UniqueCFRef<CFArrayRef>(CFArrayCreate(nullptr, nullptr, 0, nullptr));
2313 return UniqueCFRef<CFArrayRef>(CTFontManagerCopyAvailableFontFamilyNames());
2408 UniqueCFRef<CFArrayRef> ctAxes(CTFontCopyVariationAxes(ct.get()));
2519 UniqueCFRef<CFArrayRef> cgAxes(CGFontCopyVariationAxes(cg));