Home | History | Annotate | Download | only in fonts

Lines Matching refs:fontData

70         // If shouldRetain is DoNotRetain and count is 0, we want to remove the fontData from
83 void FontDataCache::release(const SimpleFontData* fontData)
85 ASSERT(!fontData->isCustomFont());
87 Cache::iterator it = m_cache.find(fontData->platformData());
101 for (Cache::iterator fontData = m_cache.begin(); fontData != end; ++fontData) {
102 OpenTypeVerticalData* verticalData = const_cast<OpenTypeVerticalData*>(fontData->value.first->verticalData());
122 static bool isPurging; // Guard against reentry when e.g. a deleted FontData releases its small caps FontData.
132 RefPtr<SimpleFontData>& fontData = *it.get();
133 m_cache.remove(fontData->platformData());
135 fontDataToDelete.append(fontData);