Home
last modified time | relevance | path

Searched refs:CFTypeRef (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/experimental/graphite/include/mtl/
DMtlBackendContext.h18 sk_cfp<CFTypeRef> fDevice;
19 sk_cfp<CFTypeRef> fQueue;
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp101 static bool SkCFDynamicCast(CFTypeRef cf, CF* cfAsCF, char const* name) { in SkCFDynamicCast()
135 static bool SkCFNumberDynamicCast(CFTypeRef cf, T* number, CFNumberRef* cfNumber, char const* name){ in SkCFNumberDynamicCast()
199 SkUniqueCFRef<CFTypeRef> opsz(CTFontCopyAttribute(baseFont, SkCTFontOpticalSizeAttribute)); in SkCTFontCreateExactCopy()
414 SkUniqueCFRef<CFTypeRef> traits(CTFontDescriptorCopyAttribute(desc, kCTFontTraitsAttribute)); in SkCTFontDescriptorGetSkFontStyle()
804 CFTypeRef tag = CFDictionaryGetValue(axisInfoDict, kCTFontVariationAxisIdentifierKey); in onGetVariationDesignPosition()
811 CFTypeRef value = CFDictionaryGetValue(ctVariation.get(), tagNumber); in onGetVariationDesignPosition()
817 CFTypeRef def = CFDictionaryGetValue(axisInfoDict, kCTFontVariationAxisDefaultValueKey); in onGetVariationDesignPosition()
1139 CFTypeRef tag = CFDictionaryGetValue(axisInfoDict, kCTFontVariationAxisIdentifierKey); in SkCTVariationFromSkFontArguments()
1149 CFTypeRef min = CFDictionaryGetValue(axisInfoDict, kCTFontVariationAxisMinimumValueKey); in SkCTVariationFromSkFontArguments()
1150 CFTypeRef max = CFDictionaryGetValue(axisInfoDict, kCTFontVariationAxisMaximumValueKey); in SkCTVariationFromSkFontArguments()
[all …]
/third_party/libuv/src/unix/
Ddarwin-proctitle.c62 CFTypeRef (*pLSGetCurrentApplicationASN)(void); in uv__set_process_title()
64 CFTypeRef, in uv__set_process_title()
77 CFTypeRef asn; in uv__set_process_title()
Ddarwin-stub.h53 typedef void* CFTypeRef; typedef
Ddarwin.c195 CFTypeRef (*pIORegistryEntryCreateCFProperty)(io_registry_entry_t, in uv__get_cpu_speed()
208 void (*pCFRelease)(CFTypeRef); in uv__get_cpu_speed()
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp675 SkUniqueCFRef<CFTypeRef> traits(CTFontDescriptorCopyAttribute(desc, kCTFontTraitsAttribute)); in fontstyle_from_descriptor()
700 SkTypeface_Mac(SkUniqueCFRef<CTFontRef> fontRef, SkUniqueCFRef<CFTypeRef> resourceRef, in SkTypeface_Mac()
715 SkUniqueCFRef<CFTypeRef> fOriginatingCFTypeRef;
766 SkUniqueCFRef<CFTypeRef> resource, in create_from_CTFontRef()
901 SkTypeface* SkCreateTypefaceFromCTFont(CTFontRef font, CFTypeRef resource) { in SkCreateTypefaceFromCTFont()
907 SkUniqueCFRef<CFTypeRef>(resource), in SkCreateTypefaceFromCTFont()
1963 static void set_non_default_axes(CFTypeRef key, CFTypeRef value, void* context) { in set_non_default_axes()
1975 CFTypeRef cgAxis = CFArrayGetValueAtIndex(self->cgAxes, i); in set_non_default_axes()
1981 CFTypeRef cgAxisName = CFDictionaryGetValue(cgAxisDict, kCGFontVariationAxisName); in set_non_default_axes()
2032 CFTypeRef cgAxis = CFArrayGetValueAtIndex(cgAxes.get(), i); in get_variations()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/power/macosx/
DSDL_syspower.c146 CFTypeRef blob = IOPSCopyPowerSourcesInfo(); in SDL_GetPowerInfo_MacOSX()
162 CFTypeRef ps = (CFTypeRef) CFArrayGetValueAtIndex(list, i); in SDL_GetPowerInfo_MacOSX()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtutil.h42 gchar * gst_vtutil_object_to_string (CFTypeRef obj);
53 CFStringRef key, CFTypeRef * value);
Dvtutil.c23 gst_vtutil_object_to_string (CFTypeRef obj) in gst_vtutil_object_to_string()
94 CFTypeRef * value) in gst_vtutil_dict_set_object()
Dvtdec.c785 (CFTypeRef *) par); in create_format_description_from_codec_data()
793 CFSTR ("SampleDescriptionExtensionAtoms"), (CFTypeRef *) atoms); in create_format_description_from_codec_data()
/third_party/flutter/skia/src/utils/mac/
DSkUniqueCFRef.h22 SkFunctionWrapper<void, skstd::remove_pointer_t<CFTypeRef>, CFRelease>>;
/third_party/flutter/skia/include/ports/
DSkTypeface_mac.h34 SK_API extern SkTypeface* SkCreateTypefaceFromCTFont(CTFontRef, CFTypeRef = NULL);
/third_party/skia/src/utils/mac/
DSkCTFont.cpp384 SkUniqueCFRef<CFTypeRef> traitsRef( in SkCTFontGetDataFontWeightMapping()
391 CFTypeRef weightRef; in SkCTFontGetDataFontWeightMapping()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/coreaudio/
DSDL_coreaudio.h62 CFTypeRef interruption_listener;
/third_party/skia/src/gpu/mtl/
DGrMtlPipeline.h28 CFGetRetainCount((CFTypeRef)fPipelineState)); in dumpInfo()
DGrMtlSampler.h43 CFGetRetainCount((CFTypeRef)fMtlSamplerState)); in dumpInfo()
DGrMtlDepthStencil.h62 CFGetRetainCount((CFTypeRef)fMtlDepthStencilState)); in dumpInfo()
DGrMtlSemaphore.h37 CFGetRetainCount((CFTypeRef)fMtlEvent)); in dumpInfo()
/third_party/skia/tools/sk_app/
DGraphiteMetalWindowContext.h51 CFTypeRef fDrawableHandle;
/third_party/cups-filters/backend/
Dserial.c1129 CFTypeRef serialNameAsCFString; in list_devices()
1130 CFTypeRef bsdPathAsCFString; in list_devices()
1131 CFTypeRef hiddenVal; in list_devices()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/darwin/
DSDL_sysjoystick.c325 CFTypeRef refCF = NULL; in GetDeviceInfo()
531 CFRelease((CFTypeRef) vals[i]); in CreateHIDManager()
/third_party/ffmpeg/libavfilter/
Dvf_coreimage.m50 CFTypeRef glctx; ///< OpenGL context
52 CFTypeRef input_image; ///< Input image container for passing into Core Image API
57 CFTypeRef *filters; ///< CIFilter object for all requested filters
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/
DSDL_syshaptic.c220 CFTypeRef refCF; in MacHaptic_MaybeAddDevice()
371 CFTypeRef refCF = 0; in HIDGetDeviceProduct()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-coretext.cc627 CFTypeRef keys[] = { in _hb_coretext_shape()
631 CFTypeRef values[] = { in _hb_coretext_shape()
/third_party/harfbuzz/src/
Dhb-coretext.cc589 CFTypeRef keys[] = { in _hb_coretext_shape()
593 CFTypeRef values[] = { in _hb_coretext_shape()

12