Searched defs:DerivedFontData (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DSimpleFontData.cpp210 m_derivedFontData = DerivedFontData::create(isCustomFont());
222 m_derivedFontData = DerivedFontData::create(isCustomFont());
231 m_derivedFontData = DerivedFontData::create(isCustomFont());
251 PassOwnPtr<SimpleFontData::DerivedFontData> SimpleFontData::DerivedFontData::create(bool forCustomFont)
253 return adoptPtr(new DerivedFontData(forCustomFont));
256 SimpleFontData::DerivedFontData::~DerivedFontData()
H A DSimpleFontData.h235 struct DerivedFontData { struct in class:WebCore::SimpleFontData
236 static PassOwnPtr<DerivedFontData> create(bool forCustomFont);
237 ~DerivedFontData();
247 DerivedFontData(bool custom) function in struct:WebCore::SimpleFontData::DerivedFontData
253 mutable OwnPtr<DerivedFontData> m_derivedFontData;

Completed in 52 milliseconds