Searched defs:syntheticOblique (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DFontPlatformData.h70 bool syntheticOblique() const { return m_syntheticOblique; } function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DFontPlatformData.h68 bool syntheticOblique() const { return m_syntheticOblique; } function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/
H A DFontPlatformData.h158 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation = Horizontal, argument
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, argument
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; } function in class:WebCore::FontPlatformData

Completed in 107 milliseconds