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

  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.cpp 41 , m_isColorBitmapFont(source.m_isColorBitmapFont)
58 m_isColorBitmapFont = other.m_isColorBitmapFont;
FontPlatformData.h 127 , m_isColorBitmapFont(false)
149 , m_isColorBitmapFont(false)
174 , m_isColorBitmapFont(false)
195 , m_isColorBitmapFont(false)
241 bool isColorBitmapFont() const { return m_isColorBitmapFont; }
275 && m_isColorBitmapFont == other.m_isColorBitmapFont
354 bool m_isColorBitmapFont;
  /external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataWin.cpp 49 , m_isColorBitmapFont(false)
FontPlatformDataCairoWin.cpp 66 , m_isColorBitmapFont(false)
FontPlatformDataCGWin.cpp 126 , m_isColorBitmapFont(false)
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 60 , m_isColorBitmapFont(CTFontGetSymbolicTraits(toCTFontRef(nsFont)) & kCTFontColorGlyphsTrait)
62 , m_isColorBitmapFont(false)
155 m_isColorBitmapFont = CTFontGetSymbolicTraits(toCTFontRef(m_font)) & kCTFontColorGlyphsTrait;

Completed in 226 milliseconds