Searched refs:CFTypeRef (Results 1 - 19 of 19) sorted by relevance
/third_party/skia/experimental/graphite/include/mtl/ |
H A D | MtlBackendContext.h | 18 sk_cfp<CFTypeRef> fDevice; 19 sk_cfp<CFTypeRef> fQueue;
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.cpp | 93 /* Checked dynamic downcast of CFTypeRef. 101 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)); 804 CFTypeRef tag = CFDictionaryGetValue(axisInfoDict, kCTFontVariationAxisIdentifierKey); 811 CFTypeRef value = CFDictionaryGetValue(ctVariation.get(), tagNumber); 817 CFTypeRef def = CFDictionaryGetValue(axisInfoDict, kCTFontVariationAxisDefaultValueKey); 1139 CFTypeRef tag = CFDictionaryGetValue(axisInfoDict, kCTFontVariationAxisIdentifierKey); 1149 CFTypeRef mi [all...] |
H A D | SkFontMgr_mac_ct.cpp | 375 SkUniqueCFRef<CFTypeRef> familyName( in SkCopyAvailableFontFamilyNames()
|
/third_party/libuv/src/unix/ |
H A D | darwin-proctitle.c | 62 CFTypeRef (*pLSGetCurrentApplicationASN)(void); in uv__set_process_title() 64 CFTypeRef, in uv__set_process_title() 77 CFTypeRef asn; in uv__set_process_title()
|
H A D | darwin-stub.h | 49 typedef void* CFTypeRef; typedef
|
H A D | fsevents.c | 117 static void (*pCFRelease)(CFTypeRef);
|
/third_party/node/deps/uv/src/unix/ |
H A D | darwin-proctitle.c | 62 CFTypeRef (*pLSGetCurrentApplicationASN)(void); in uv__set_process_title() 64 CFTypeRef, in uv__set_process_title() 77 CFTypeRef asn; in uv__set_process_title()
|
H A D | darwin-stub.h | 53 typedef void* CFTypeRef; typedef
|
H A D | darwin.c | 195 CFTypeRef (*pIORegistryEntryCreateCFProperty)(io_registry_entry_t, in uv__get_cpu_speed() 208 void (*pCFRelease)(CFTypeRef); in uv__get_cpu_speed()
|
H A D | fsevents.c | 117 static void (*pCFRelease)(CFTypeRef);
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlPipeline.h | 28 CFGetRetainCount((CFTypeRef)fPipelineState));
|
H A D | GrMtlSampler.h | 43 CFGetRetainCount((CFTypeRef)fMtlSamplerState));
|
H A D | GrMtlDepthStencil.h | 62 CFGetRetainCount((CFTypeRef)fMtlDepthStencilState));
|
H A D | GrMtlSemaphore.h | 37 CFGetRetainCount((CFTypeRef)fMtlEvent));
|
/third_party/skia/tools/sk_app/ |
H A D | GraphiteMetalWindowContext.h | 51 CFTypeRef fDrawableHandle;
|
/third_party/cups-filters/backend/ |
H A D | serial.c | 1129 CFTypeRef serialNameAsCFString; in list_devices() 1130 CFTypeRef bsdPathAsCFString; in list_devices() 1131 CFTypeRef hiddenVal; in list_devices()
|
/third_party/curl/lib/vtls/ |
H A D | sectransp.c | 1094 CFTypeRef keys[5]; in CopyIdentityWithLabel() 1095 CFTypeRef values[5]; in CopyIdentityWithLabel() 1121 status = SecItemCopyMatching(query_dict, (CFTypeRef *) &keys_list); in CopyIdentityWithLabel() 1261 CFTypeRef item = (CFTypeRef) CFArrayGetValueAtIndex(items, i); in CopyIdentityFromPKCS12File() 1265 CFTypeRef identity = (CFTypeRef) CFDictionaryGetValue( in CopyIdentityFromPKCS12File() 1870 CFTypeRef certs_c[1];
|
/third_party/skia/src/utils/mac/ |
H A D | SkCTFont.cpp | 384 SkUniqueCFRef<CFTypeRef> traitsRef( in SkCTFontGetDataFontWeightMapping() 391 CFTypeRef weightRef; in SkCTFontGetDataFontWeightMapping()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-coretext.cc | 627 CFTypeRef keys[] = { in _hb_coretext_shape() 631 CFTypeRef values[] = { in _hb_coretext_shape()
|
Completed in 15 milliseconds