HomeSort by relevance Sort by last modified time
    Searched refs:releaseFontData (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.cpp 51 releaseFontData();
63 void FontFallbackList::releaseFontData()
69 fontCache()->releaseFontData(static_cast<const SimpleFontData*>(m_fontList[i].first));
FontFallbackList.h 44 ~FontFallbackList() { releaseFontData(); }
71 void releaseFontData();
FontCache.h 59 void releaseFontData(const SimpleFontData*);
FontCache.cpp 289 void FontCache::releaseFontData(const SimpleFontData* fontData)
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 355 fontCache()->releaseFontData(m_derivedFontData->smallCaps.leakPtr());
358 fontCache()->releaseFontData(m_derivedFontData->emphasisMark.leakPtr());

Completed in 26 milliseconds