Searched refs:CFIndex (Results 51 - 62 of 62) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAssertions.cpp93 CFIndex length = CFStringGetMaximumSizeForEncoding(CFStringGetLength(str), kCFStringEncodingUTF8);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-coretext.cc867 for (CFIndex j = range.location; j < range.location + range.length; j++)
928 const CFIndex* string_indices = USE_PTR ? CTRunGetStringIndicesPtr (run) : NULL;
930 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs, goto resize_and_retry);
/external/harfbuzz_ng/src/
H A Dhb-coretext.cc714 for (CFIndex j = range.location; j < range.location + range.length; j++)
767 const CFIndex* string_indices = CTRunGetStringIndicesPtr (run);
769 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp731 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
1442 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount,
1463 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount,
1476 CFIndex length = CFDataGetLength(bitmap);
1519 CFIndex length = CFStringGetMaximumSizeForEncoding(CFStringGetLength(src),
1544 CFIndex glyphCount = CTFontGetGlyphCount(ctFont);
/external/skia/src/ports/
H A DSkFontHost_mac.cpp731 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
1447 static void populate_glyph_to_unicode_slow(CTFontRef ctFont, CFIndex glyphCount,
1468 static void populate_glyph_to_unicode(CTFontRef ctFont, CFIndex glyphCount,
1481 CFIndex length = CFDataGetLength(bitmap);
1524 CFIndex length = CFStringGetMaximumSizeForEncoding(CFStringGetLength(src),
1547 CFIndex glyphCount = CTFontGetGlyphCount(ctFont);
/external/chromium_org/net/cert/
H A Dx509_certificate_mac.cc171 for (CFIndex i = 0; i < CFArrayGetCount(items); ++i) {
/external/qemu/block/
H A Draw-posix.c766 static kern_return_t GetBSDPath( io_iterator_t mediaIterator, char *bsdPath, CFIndex maxPathSize );
794 kern_return_t GetBSDPath( io_iterator_t mediaIterator, char *bsdPath, CFIndex maxPathSize )
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m403 CFIndex num_modes;
404 CFIndex i;
655 const CFIndex num_modes = CFArrayGetCount(mode_list);
656 CFIndex i;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_mac.mm107 for (CFIndex i = 0; i < CFArrayGetCount(all_windows); ++i) {
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp545 CFIndex used = 0;
571 CFIndex count = 1;
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c1520 CFIndex m;
1523 CFStringGetBytes(cfStr, range, kCFStringEncodingUTF8, '^', false, (UInt8*)mDNS_VACB, (CFIndex)sizeof(mDNS_VACB), &m);
/external/chromium_org/base/files/
H A Dfile_path.cc1197 CFIndex length = CFStringGetMaximumSizeOfFileSystemRepresentation(cfstring);

Completed in 493 milliseconds

123