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

  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 51 , m_isPlatformFont(false)
60 , m_isPlatformFont(false)
69 , m_isPlatformFont(true)
82 , m_isPlatformFont(other.m_isPlatformFont)
93 m_isPlatformFont = other.m_isPlatformFont;
Font.h 130 bool isPlatformFont() const { return m_isPlatformFont; }
246 bool m_isPlatformFont;

Completed in 68 milliseconds