Home
last modified time | relevance | path

Searched refs:CFIndex (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/uv/src/unix/
H A Ddarwin-stub.h36 typedef long CFIndex; typedef
71 CFIndex version;
78 CFIndex version;
84 CFIndex location;
85 CFIndex length;
H A Ddarwin.c206 CFIndex (*pCFDataGetLength)(CFDataRef); in uv__get_cpu_speed()
284 CFIndex len = pCFDataGetLength(freq_ref); in uv__get_cpu_speed()
H A Dfsevents.c115 CFIndex,
127 CFIndex,
/third_party/skia/modules/skshaper/src/
H A DSkShaper_coretext.cpp106 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 Ddarwin-stub.h35 typedef long CFIndex; typedef
60 CFIndex version;
67 CFIndex version;
H A Dfsevents.c115 CFIndex,
127 CFIndex,
/third_party/python/Modules/
H A D_scproxy.c28 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 DSkTypeface_mac_ct.cpp71 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 DSkFontMgr_mac_ct.cpp244 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 Dunix_shim.cpp324 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 Dtime_zone_lookup.cc135 CFIndex length = CFStringGetLength(tz_name); in local_time_zone()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc1007 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 Dsectransp.c1087 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 Dvideotoolboxenc.c616 CFIndex size = CFDataGetLength(data); in set_extradata()
1586 CFIndex len; in vtenc_get_frame_info()
/third_party/ntfs-3g/libntfs-3g/
H A Dunistr.c1684 CFIndex requiredBufferLength;
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c387 CFIndex n = CFStringGetLength(cfstr) + 1 /* for the terminating NULL */; in CFString_to_cstr()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp11100 for (CFIndex j = 0, nj = CFArrayGetCount(flavor_type_array); j < nj; j++) in GetClipboardTextFn_DefaultImpl()

Completed in 42 milliseconds