Searched refs:m_isPlatformFont (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp51 , m_isPlatformFont(false)
60 , m_isPlatformFont(false)
69 , m_isPlatformFont(true)
82 , m_isPlatformFont(other.m_isPlatformFont)
93 m_isPlatformFont = other.m_isPlatformFont;
H A DFont.h130 bool isPlatformFont() const { return m_isPlatformFont; }
246 bool m_isPlatformFont; member in class:WebCore::Font

Completed in 8533 milliseconds