Home
last modified time | relevance | path

Searched refs:m_isCustomFont (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.cpp55 , m_isCustomFont(isCustomFont) in SimpleFontData()
71 , m_isCustomFont(true) in SimpleFontData()
DSimpleFontData.h138 virtual bool isCustomFont() const { return m_isCustomFont; } in isCustomFont()
221 bool m_isCustomFont; // Whether or not we are custom font loaded via @font-face variable