Searched refs:CFIndex (Results 1 - 17 of 17) sorted by relevance
/third_party/node/deps/uv/src/unix/ |
H A D | darwin-stub.h | 36 typedef long CFIndex; typedef 71 CFIndex version; 78 CFIndex version; 84 CFIndex location; 85 CFIndex length;
|
H A D | darwin.c | 206 CFIndex (*pCFDataGetLength)(CFDataRef); in uv__get_cpu_speed() 284 CFIndex len = pCFDataGetLength(freq_ref); in uv__get_cpu_speed()
|
H A D | fsevents.c | 115 CFIndex, 127 CFIndex,
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_coretext.cpp | 106 CFIndex fStart; 241 CFIndex runCount = CFArrayGetCount(run_array); 249 for (CFIndex j = 0; j < runCount; ++j) { 251 CFIndex runGlyphs = CTRunGetGlyphCount(run); 258 for (CFIndex k = 0; k < runGlyphs; ++k) { 279 for (CFIndex j = 0; j < runCount; ++j) { 284 CFIndex runGlyphs = info.glyphCount; 285 SkASSERT(CTRunGetGlyphCount(run) == (CFIndex)info.glyphCount); 291 SkAutoSTArray<4096, CFIndex> indices; 297 for (CFIndex [all...] |
/third_party/libuv/src/unix/ |
H A D | darwin-stub.h | 35 typedef long CFIndex; typedef 60 CFIndex version; 67 CFIndex version;
|
H A D | fsevents.c | 115 CFIndex, 127 CFIndex,
|
/third_party/python/Modules/ |
H A D | _scproxy.c | 28 CFIndex len = CFStringGetLength(ref); in cfstring_to_pystring() 93 CFIndex len = CFArrayGetCount(anArray); in Py_UNUSED() 94 CFIndex i; in Py_UNUSED()
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.cpp | 71 CFIndex length = CFStringGetMaximumSizeForEncoding(CFStringGetLength(src), in SkStringFromCFString() 441 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, 463 CFIndex glyphCount, 498 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, 512 CFIndex dataLength = CFDataGetLength(bitmap.get()); 549 CFIndex glyphCount = CTFontGetGlyphCount(ctFont.get()); 785 CFIndex axisCount = CFArrayGetCount(ctAxes.get()); 913 CFIndex length = CFDataGetLength(srcData.get()); 1118 CFIndex axisCount = CFArrayGetCount(ctAxes.get()); 1268 CFIndex axisCoun [all...] |
H A D | SkFontMgr_mac_ct.cpp | 244 0, // CFIndex version in cfdata_from_skdata() 249 nullptr, // void * (*allocate)(CFIndex size, CFOptionFlags hint, void *info); in cfdata_from_skdata() 250 nullptr, // void*(*reallocate)(void* ptr,CFIndex newsize,CFOptionFlags hint,void* info); in cfdata_from_skdata() 255 nullptr, // CFIndex (*preferredSize)(CFIndex size, CFOptionFlags hint, void *info); in cfdata_from_skdata() 387 CFIndex count = CFSetGetCount(familyNameSet.get()); in SkCopyAvailableFontFamilyNames()
|
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | unix_shim.cpp | 324 CFIndex maxBufLen) { in my_CFURLGetFileSystemRepresentation() 326 CFIndex copy_len = (CFIndex)platform_shim.bundle_contents.size(); in my_CFURLGetFileSystemRepresentation()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_lookup.cc | 135 CFIndex length = CFStringGetLength(tz_name); in local_time_zone()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-coretext.cc | 1007 for (CFIndex j = range.location; j < range.location + range.length; j++) in _hb_coretext_shape() 1071 const CFIndex* string_indices = USE_PTR ? CTRunGetStringIndicesPtr (run) : nullptr; in _hb_coretext_shape() 1073 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
|
/third_party/curl/lib/vtls/ |
H A D | sectransp.c | 1087 CFIndex keys_list_count; in CopyIdentityWithLabel() 1088 CFIndex i; in CopyIdentityWithLabel() 1257 CFIndex i, count; in CopyIdentityFromPKCS12File() 2865 CFIndex idx) 2902 CFIndex i, count;
|
/third_party/ffmpeg/libavcodec/ |
H A D | videotoolboxenc.c | 616 CFIndex size = CFDataGetLength(data); in set_extradata() 1586 CFIndex len; in vtenc_get_frame_info()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | unistr.c | 1684 CFIndex requiredBufferLength;
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-device.c | 387 CFIndex n = CFStringGetLength(cfstr) + 1 /* for the terminating NULL */; in CFString_to_cstr()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 11100 for (CFIndex j = 0, nj = CFArrayGetCount(flavor_type_array); j < nj; j++) in GetClipboardTextFn_DefaultImpl()
|
Completed in 42 milliseconds