OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compositeFontReferences
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm
114
if (!m_derivedFontData->
compositeFontReferences
)
115
m_derivedFontData->
compositeFontReferences
.adoptCF(CFDictionaryCreateMutable(kCFAllocatorDefault, 1, &kCFTypeDictionaryKeyCallBacks, NULL));
117
const SimpleFontData* found = static_cast<const SimpleFontData*>(CFDictionaryGetValue(m_derivedFontData->
compositeFontReferences
.get(), static_cast<const void *>(key)));
121
if (CFMutableDictionaryRef dictionary = m_derivedFontData->
compositeFontReferences
.get()) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h
232
mutable RetainPtr<CFMutableDictionaryRef>
compositeFontReferences
;
Completed in 229 milliseconds