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

  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformData.h 70 bool syntheticOblique() const { return m_syntheticOblique; }
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h 68 bool syntheticOblique() const { return m_syntheticOblique; }
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 158 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation = Horizontal,
161 , m_syntheticOblique(syntheticOblique)
182 FontPlatformData(NSFont*, float size, bool syntheticBold = false, bool syntheticOblique = false, FontOrientation = Horizontal,
185 FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation,
188 , m_syntheticOblique(syntheticOblique)
201 FontPlatformData(HFONT, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
203 FontPlatformData(HFONT, CGFontRef, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
240 bool syntheticOblique() const { return m_syntheticOblique; }

Completed in 259 milliseconds