HomeSort by relevance Sort by last modified time
    Searched full:releasefontdata (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.h 44 ~FontFallbackList() { releaseFontData(); }
71 void releaseFontData();
FontFallbackList.cpp 51 releaseFontData();
63 void FontFallbackList::releaseFontData()
69 fontCache()->releaseFontData(static_cast<const SimpleFontData*>(m_fontList[i].first));
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());
  /external/webkit/Source/WebCore/
ChangeLog-2008-08-10     [all...]
ChangeLog-2009-06-16     [all...]

Completed in 6667 milliseconds