Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DSimpleFontData.h102 virtual bool isCustomFont() const { return m_isCustomFont; } in isCustomFont()
187 bool m_isCustomFont; // Whether or not we are custom font loaded via @font-face variable
DSimpleFontData.cpp57 , m_isCustomFont(customFont) in SimpleFontData()