Home
last modified time | relevance | path

Searched refs:m_isPlatformFont (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp51 , m_isPlatformFont(false) in Font()
60 , m_isPlatformFont(false) in Font()
69 , m_isPlatformFont(true) in Font()
82 , m_isPlatformFont(other.m_isPlatformFont) in Font()
93 m_isPlatformFont = other.m_isPlatformFont; in operator =()
DFont.h130 bool isPlatformFont() const { return m_isPlatformFont; } in isPlatformFont()
246 bool m_isPlatformFont; variable
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1438436 (WebCore::Font::Font): Initialize m_isPlatformFont according to whether