/third_party/skia/src/ports/ |
D | SkFontMgr_mac_ct.cpp | 343 SkUniqueCFRef<CFArrayRef> fArray; 366 SkUniqueCFRef<CFArrayRef> SkCopyAvailableFontFamilyNames(CTFontCollectionRef collection) { in SkCopyAvailableFontFamilyNames() 368 SkUniqueCFRef<CFArrayRef> descriptors( in SkCopyAvailableFontFamilyNames() 397 return SkUniqueCFRef<CFArrayRef>( in SkCopyAvailableFontFamilyNames() 402 SkUniqueCFRef<CFArrayRef> SkCTFontManagerCopyAvailableFontFamilyNames() { in SkCTFontManagerCopyAvailableFontFamilyNames() 404 using CTFontManagerCopyAvailableFontFamilyNamesProc = CFArrayRef (*)(void); in SkCTFontManagerCopyAvailableFontFamilyNames() 409 return SkUniqueCFRef<CFArrayRef>(ctFontManagerCopyAvailableFontFamilyNames()); in SkCTFontManagerCopyAvailableFontFamilyNames() 413 return SkUniqueCFRef<CFArrayRef>(SkCopyAvailableFontFamilyNames(collection.get())); in SkCTFontManagerCopyAvailableFontFamilyNames() 415 return SkUniqueCFRef<CFArrayRef>(CTFontManagerCopyAvailableFontFamilyNames()); in SkCTFontManagerCopyAvailableFontFamilyNames() 422 SkUniqueCFRef<CFArrayRef> fNames;
|
D | SkTypeface_mac_ct.cpp | 569 SkUniqueCFRef<CFArrayRef> ctAxes(CTFontCopyVariationAxes(ctFont.get())); in onGetAdvancedMetrics() 781 SkUniqueCFRef<CFArrayRef> ctAxes(CTFontCopyVariationAxes(fFontRef.get())); in onGetVariationDesignPosition() 858 SkUniqueCFRef<CFArrayRef> cfArray( in onGetTableTags() 1114 SkUniqueCFRef<CFArrayRef> ctAxes(CTFontCopyVariationAxes(ct)); in SkCTVariationFromSkFontArguments() 1264 SkUniqueCFRef<CFArrayRef> ctAxes(CTFontCopyVariationAxes(fFontRef.get())); in onGetVariationDesignParameters()
|
D | SkScalerContext_mac_ct.cpp | 690 SkUniqueCFRef<CFArrayRef> ctAxes(CTFontCopyVariationAxes(fCTFont.get())); in generateFontMetrics()
|
/third_party/ffmpeg/libavformat/ |
D | tls_securetransport.c | 48 CFArrayRef ca_array; 70 static int import_pem(URLContext *h, char *path, CFArrayRef *array) in import_pem() 137 CFArrayRef array = NULL; in load_ca() 157 CFArrayRef certArray = NULL; in load_cert() 158 CFArrayRef keyArray = NULL; in load_cert()
|
/third_party/gettext/gettext-runtime/intl/ |
D | langprefs.c | 250 CFArrayRef prefArray = CFLocaleCopyPreferredLanguages (); in _nl_language_preferences_default() 258 CFArrayRef prefArray = (CFArrayRef)preferences; in _nl_language_preferences_default()
|
D | setlocale.c | 1488 CFArrayRef prefArray = CFLocaleCopyPreferredLanguages (); in libintl_setlocale() 1496 CFArrayRef prefArray = (CFArrayRef)preferences; in libintl_setlocale()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/darwin/ |
D | SDL_sysjoystick.c | 162 AddHIDElements(CFArrayRef array, recDevice *pDevice) in AddHIDElements() 283 CFArrayRef array = IOHIDElementGetChildren(refElement); in AddHIDElement() 326 CFArrayRef array = NULL; in GetDeviceInfo() 466 ConfigHIDManager(CFArrayRef matchingArray) in ConfigHIDManager() 526 …CFArrayRef array = okay ? CFArrayCreate(kCFAllocatorDefault, vals, numElements, &kCFTypeArrayCallB… in CreateHIDManager()
|
/third_party/libuv/src/unix/ |
D | darwin-stub.h | 44 typedef void* CFArrayRef; typedef
|
D | fsevents.c | 113 static CFArrayRef (*pCFArrayCreate)(CFAllocatorRef, 140 CFArrayRef, 334 static int uv__fsevents_create_stream(uv_loop_t* loop, CFArrayRef paths) { in uv__fsevents_create_stream() 416 CFArrayRef cf_paths; in uv__fsevents_reschedule()
|
/third_party/glib/gio/ |
D | gosxappinfo.m | 253 static CFArrayRef 275 return (CFArrayRef)array; 333 CFArrayRef urls = LSCopyApplicationURLsForBundleIdentifier (bundle_id, NULL); 596 CFArrayRef bundle_list; 630 CFArrayRef bundle_list;
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_mac.cpp | 1749 SkUniqueCFRef<CFArrayRef> cgAxes(CGFontCopyVariationAxes(cgFont.get())); in onGetAdvancedMetrics() 1961 CFArrayRef cgAxes; 2022 SkUniqueCFRef<CFArrayRef> cgAxes(CGFontCopyVariationAxes(cgFont.get())); in get_variations() 2078 CFArrayRef ctAxes) { in ct_variation_from_cg_variation() 2122 SkUniqueCFRef<CFArrayRef> ctAxes(CTFontCopyVariationAxes(fFontRef.get())); in onGetVariationDesignPosition() 2230 SkUniqueCFRef<CFArrayRef> cfArray( in onGetTableTags() 2536 SkUniqueCFRef<CFArrayRef> fArray; 2560 SkUniqueCFRef<CFArrayRef> fNames; 2584 static SkUniqueCFRef<CFArrayRef> CopyAvailableFontFamilyNames() { in CopyAvailableFontFamilyNames() 2586 return SkUniqueCFRef<CFArrayRef>(CFArrayCreate(nullptr, nullptr, 0, nullptr)); in CopyAvailableFontFamilyNames() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/power/macosx/ |
D | SDL_syspower.c | 153 CFArrayRef list = IOPSCopyPowerSourcesList(blob); in SDL_GetPowerInfo_MacOSX()
|
/third_party/python/Modules/ |
D | _scproxy.c | 60 CFArrayRef anArray = NULL; in get_proxy_settings()
|
/third_party/flutter/glfw/src/ |
D | cocoa_monitor.m | 169 CFArrayRef modes; 303 CFArrayRef modes;
|
D | cocoa_joystick.m | 312 CFArrayRef arrayRef = IOHIDDeviceCopyMatchingElements(deviceRef,
|
/third_party/skia/modules/skshaper/src/ |
D | SkShaper_coretext.cpp | 239 CFArrayRef run_array = CTLineGetGlyphRuns(line.get()); in shape()
|
/third_party/curl/lib/vtls/ |
D | sectransp.c | 1111 CFArrayRef keys_list; in CopyIdentityWithLabel() 1237 CFArrayRef items = NULL; in CopyIdentityFromPKCS12File() 1899 CFArrayRef certs; 2821 CFArrayRef alpnArr = NULL; 2866 CFArrayRef server_certs = NULL;
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-coretext.cc | 107 CFArrayRef cascade_list = CFArrayCreate (kCFAllocatorDefault, in get_last_resort_font_desc() 814 CFArrayRef glyph_runs = CTLineGetGlyphRuns (line); in _hb_coretext_shape()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-coretext.cc | 91 CFArrayRef cascade_list = CFArrayCreate (kCFAllocatorDefault, in get_last_resort_font_desc() 895 CFArrayRef glyph_runs = CTLineGetGlyphRuns (line); in _hb_coretext_shape()
|
/third_party/harfbuzz/src/ |
D | hb-coretext.cc | 91 CFArrayRef cascade_list = CFArrayCreate (kCFAllocatorDefault, in get_last_resort_font_desc() 857 CFArrayRef glyph_runs = CTLineGetGlyphRuns (line); in _hb_coretext_shape()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | avsamplevideosink.m | 352 CFArrayRef formats; 526 CFArrayRef sample_attachments;
|
D | vtenc.c | 1801 CFArrayRef attachments_for_sample; in gst_vtenc_buffer_is_keyframe()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoamodes.m | 343 CFArrayRef modes = CGDisplayCopyAllDisplayModes(data->display, NULL);
|
D | SDL_cocoakeyboard.m | 261 CFArrayRef matches = NULL;
|
/third_party/ffmpeg/libavcodec/ |
D | videotoolboxenc.c | 1059 CFArrayRef data_rate_limits; in vtenc_create_encoder() 1525 CFArrayRef attachments; in vtenc_get_frame_info()
|