Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Ddarwin-stub.h36 typedef long CFIndex; typedef
71 CFIndex version;
78 CFIndex version;
84 CFIndex location;
85 CFIndex length;
Ddarwin.c206 CFIndex (*pCFDataGetLength)(CFDataRef); in uv__get_cpu_speed()
284 CFIndex len = pCFDataGetLength(freq_ref); in uv__get_cpu_speed()
Dfsevents.c115 CFIndex,
127 CFIndex,
/third_party/skia/modules/skshaper/src/
DSkShaper_coretext.cpp105 CFIndex fStart;
240 CFIndex runCount = CFArrayGetCount(run_array); in shape()
248 for (CFIndex j = 0; j < runCount; ++j) { in shape()
250 CFIndex runGlyphs = CTRunGetGlyphCount(run); in shape()
257 for (CFIndex k = 0; k < runGlyphs; ++k) { in shape()
278 for (CFIndex j = 0; j < runCount; ++j) { in shape()
283 CFIndex runGlyphs = info.glyphCount; in shape()
284 SkASSERT(CTRunGetGlyphCount(run) == (CFIndex)info.glyphCount); in shape()
290 SkAutoSTArray<4096, CFIndex> indices; in shape()
296 for (CFIndex k = 0; k < runGlyphs; ++k) { in shape()
/third_party/python/Modules/
D_scproxy.c28 CFIndex len = CFStringGetLength(ref); in cfstring_to_pystring()
93 CFIndex len = CFArrayGetCount(anArray); in get_proxy_settings()
94 CFIndex i; in get_proxy_settings()
/third_party/flutter/skia/third_party/externals/sdl/src/power/macosx/
DSDL_syspower.c159 const CFIndex total = CFArrayGetCount(list); in SDL_GetPowerInfo_MacOSX()
160 CFIndex i; in SDL_GetPowerInfo_MacOSX()
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp71 CFIndex length = CFStringGetMaximumSizeForEncoding(CFStringGetLength(src), in SkStringFromCFString()
441 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode_slow()
463 CFIndex glyphCount, in get_plane_glyph_map()
498 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode()
512 CFIndex dataLength = CFDataGetLength(bitmap.get()); in populate_glyph_to_unicode()
549 CFIndex glyphCount = CTFontGetGlyphCount(ctFont.get()); in getGlyphToUnicodeMap()
785 CFIndex axisCount = CFArrayGetCount(ctAxes.get()); in onGetVariationDesignPosition()
913 CFIndex length = CFDataGetLength(srcData.get()); in onCopyTableData()
1118 CFIndex axisCount = CFArrayGetCount(ctAxes.get()); in SkCTVariationFromSkFontArguments()
1268 CFIndex axisCount = CFArrayGetCount(ctAxes.get()); in onGetVariationDesignParameters()
DSkFontMgr_mac_ct.cpp387 CFIndex count = CFSetGetCount(familyNameSet.get()); in SkCopyAvailableFontFamilyNames()
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp1025 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont); in SkScalerContext_Mac()
1605 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode_slow()
1627 CFIndex glyphCount, in get_plane_glyph_map()
1662 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount, in populate_glyph_to_unicode()
1676 CFIndex dataLength = CFDataGetLength(bitmap.get()); in populate_glyph_to_unicode()
1713 CFIndex length = CFStringGetMaximumSizeForEncoding(CFStringGetLength(src), in CFStringToSkString()
1724 CFIndex glyphCount = CTFontGetGlyphCount(ctFont.get()); in getGlyphToUnicodeMap()
1972 CFIndex keyIndex = -1; in set_non_default_axes()
1974 for (CFIndex i = 0; i < CFArrayGetCount(self->cgAxes); ++i) { in set_non_default_axes()
2004 static bool get_variations(CTFontRef ctFont, CFIndex* cgAxisCount, in get_variations()
[all …]
/third_party/flutter/glfw/src/
Dcocoa_monitor.m46 CFIndex size;
170 CFIndex count, i;
304 CFIndex found, i, j;
Dcocoa_joystick.m200 CFIndex i;
226 CFIndex i;
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtutil.c42 CFIndex size; in gst_vtutil_string_to_utf8()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_lookup.cc135 CFIndex length = CFStringGetLength(tz_name); in local_time_zone()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-coretext.cc926 for (CFIndex j = range.location; j < range.location + range.length; j++) in _hb_coretext_shape()
990 const CFIndex* string_indices = USE_PTR ? CTRunGetStringIndicesPtr (run) : nullptr; in _hb_coretext_shape()
992 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamodes.m347 const CFIndex count = CFArrayGetCount(modes);
348 CFIndex i;
DSDL_cocoakeyboard.m208 CFIndex pressed = IOHIDValueGetIntegerValue(value);
/third_party/skia/third_party/externals/harfbuzz/src/
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/harfbuzz/src/
Dhb-coretext.cc969 for (CFIndex j = range.location; j < range.location + range.length; j++) in _hb_coretext_shape()
1033 const CFIndex* string_indices = USE_PTR ? CTRunGetStringIndicesPtr (run) : nullptr; in _hb_coretext_shape()
1035 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs, goto resize_and_retry); in _hb_coretext_shape()
/third_party/ntfs-3g/libntfs-3g/
Dunistr.c1684 CFIndex requiredBufferLength;
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c387 CFIndex n = CFStringGetLength(cfstr) + 1 /* for the terminating NULL */; in CFString_to_cstr()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/coreaudio/
DSDL_coreaudio.m118 CFIndex len = 0;
/third_party/ffmpeg/libavcodec/
Dvideotoolboxenc.c1528 CFIndex len; in vtenc_get_frame_info()
/third_party/harfbuzz/perf/texts/
Den-words.txt1627 CFIndex
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt1627 CFIndex
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp11100 for (CFIndex j = 0, nj = CFArrayGetCount(flavor_type_array); j < nj; j++) in GetClipboardTextFn_DefaultImpl()