Home
last modified time | relevance | path

Searched refs:compositeFontReferences (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DSimpleFontDataMac.mm114 if (!m_derivedFontData->compositeFontReferences)
115 …m_derivedFontData->compositeFontReferences.adoptCF(CFDictionaryCreateMutable(kCFAllocatorDefault, …
117 …t<const SimpleFontData*>(CFDictionaryGetValue(m_derivedFontData->compositeFontReferences.get(), st…
121 if (CFMutableDictionaryRef dictionary = m_derivedFontData->compositeFontReferences.get()) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.h232 mutable RetainPtr<CFMutableDictionaryRef> compositeFontReferences; member