HomeSort by relevance Sort by last modified time
    Searched defs:syntheticOblique (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformData.h 88 bool syntheticOblique() const { return m_syntheticOblique; }
  /external/webkit/WebCore/platform/graphics/mac/
FontPlatformData.h 55 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique)
57 , m_syntheticOblique(syntheticOblique)
67 FontPlatformData(NSFont *nsFont, bool syntheticBold = false, bool syntheticOblique = false);
69 FontPlatformData(CGFontRef cgFont, ATSUFontID fontID, float size, bool syntheticBold, bool syntheticOblique)
71 , m_syntheticOblique(syntheticOblique)
88 bool syntheticOblique() const { return m_syntheticOblique; }
  /external/webkit/WebCore/platform/graphics/win/
FontPlatformData.h 88 bool syntheticOblique() const { return m_syntheticOblique; }

Completed in 34 milliseconds