OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cf_data
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/desktop_capture/
window_capturer_mac.mm
211
CFDataRef
cf_data
= CGDataProviderCopyData(provider);
216
const uint8_t* src_data = CFDataGetBytePtr(
cf_data
);
222
CFRelease(
cf_data
);
/external/harfbuzz_ng/src/
hb-coretext.cc
43
CFDataRef
cf_data
= reinterpret_cast<CFDataRef> (user_data);
local
44
CFRelease(
cf_data
);
51
CFDataRef
cf_data
= CGFontCopyTableForTag (cg_font, tag);
local
52
if (unlikely (!
cf_data
))
55
const char *data = reinterpret_cast<const char*> (CFDataGetBytePtr (
cf_data
));
56
const size_t length = CFDataGetLength (
cf_data
);
61
reinterpret_cast<void *> (const_cast<__CFData *> (
cf_data
)),
[
all
...]
Completed in 533 milliseconds