Searched refs:compositeFontReferences (Results 1 – 2 of 2) sorted by relevance
114 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()) {
232 mutable RetainPtr<CFMutableDictionaryRef> compositeFontReferences; member