OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFIndex
(Results
51 - 61
of
61
) sorted by null
1
2
3
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc
716
for (
CFIndex
j = range.location; j < range.location + range.length; j++)
769
const
CFIndex
* string_indices = CTRunGetStringIndicesPtr (run);
771
ALLOCATE_ARRAY (
CFIndex
, index_buf, num_glyphs);
[
all
...]
/external/harfbuzz_ng/src/
hb-coretext.cc
714
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);
[
all
...]
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp
731
CFIndex
numGlyphs = CTFontGetGlyphCount(ctFont);
[
all
...]
/external/skia/src/ports/
SkFontHost_mac.cpp
731
CFIndex
numGlyphs = CTFontGetGlyphCount(ctFont);
[
all
...]
/external/chromium_org/net/cert/
x509_certificate_mac.cc
171
for (
CFIndex
i = 0; i < CFArrayGetCount(items); ++i) {
/external/qemu/block/
raw-posix.c
766
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 )
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m
403
CFIndex
num_modes;
404
CFIndex
i;
655
const
CFIndex
num_modes = CFArrayGetCount(mode_list);
656
CFIndex
i;
[
all
...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_mac.mm
107
for (
CFIndex
i = 0; i < CFArrayGetCount(all_windows); ++i) {
[
all
...]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp
545
CFIndex
used = 0;
571
CFIndex
count = 1;
[
all
...]
/external/mdnsresponder/mDNSShared/
DebugServices.c
[
all
...]
/external/chromium_org/base/files/
file_path.cc
[
all
...]
Completed in 1696 milliseconds
1
2
3