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

  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 58 m_isSystemFont = false;
79 m_isSystemFont = !_tcscmp(faceName.data(), _T("Lucida Grande"));
141 wkGetGlyphAdvances(font, m, m_isSystemFont, isPrinterFont, glyph, advance);
SimpleFontDataCairoWin.cpp 49 m_isSystemFont = false;
86 m_isSystemFont = false;
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.h 143 bool isSystemFont() const { return m_isSystemFont; }
230 bool m_isSystemFont;
  /external/webkit/WebCore/platform/graphics/wince/
SimpleFontDataWince.cpp 52 m_isSystemFont = m_platformData.isSystemFont();
  /external/webkit/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 62 m_isSystemFont = false;

Completed in 410 milliseconds