Searched refs:compositeFontReferences (Results 1 – 2 of 2) sorted by relevance
122 if (!m_derivedFontData->compositeFontReferences)123 …m_derivedFontData->compositeFontReferences.adoptCF(CFDictionaryCreateMutable(kCFAllocatorDefault, …125 …t<const SimpleFontData*>(CFDictionaryGetValue(m_derivedFontData->compositeFontReferences.get(), st…129 if (CFMutableDictionaryRef dictionary = m_derivedFontData->compositeFontReferences.get()) {
219 mutable RetainPtr<CFMutableDictionaryRef> compositeFontReferences; member