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

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 251 PassOwnPtr<SimpleFontData::DerivedFontData> SimpleFontData::DerivedFontData::create(bool forCustomFont)
253 return adoptPtr(new DerivedFontData(forCustomFont));
258 if (!forCustomFont)
SimpleFontData.h 236 static PassOwnPtr<DerivedFontData> create(bool forCustomFont);
239 bool forCustomFont;
248 : forCustomFont(custom)

Completed in 66 milliseconds