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

  /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; }
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformData.h 60 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique);
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformData.h 70 bool syntheticOblique() const { return m_syntheticOblique; }
SimpleFontDataFreeType.cpp 92 scaleFactor * fontDescription.computedSize(), m_platformData.syntheticBold(), m_platformData.syntheticOblique()),
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h 68 bool syntheticOblique() const { return m_syntheticOblique; }
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 48 FontPlatformData::FontPlatformData(NSFont *nsFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation,
51 , m_syntheticOblique(syntheticOblique)
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 212 bool syntheticOblique = (traits & NSFontItalicTrait) && !(actualTraits & NSFontItalicTrait);
214 return new FontPlatformData(platformFont, size, syntheticBold, syntheticOblique, fontDescription.orientation(), fontDescription.textOrientation(), fontDescription.widthVariant());
  /external/webkit/Source/WebCore/platform/mac/
WebFontCache.mm 270 bool syntheticOblique = (desiredTraits & NSFontItalicTrait) && !(actualTraits & NSFontItalicTrait);
282 if (syntheticOblique)
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 218 xform.eM21 = font->platformData().syntheticOblique() ? -tanf(syntheticObliqueAngle * piFloat / 180.0f) : 0;
236 if (font->platformData().syntheticOblique())
345 if (platformData.syntheticOblique()) {
SimpleFontDataWin.cpp 124 return new SimpleFontData(FontPlatformData(hfont, scaledSize, m_platformData.syntheticBold(), m_platformData.syntheticOblique(), m_platformData.useGDI()), isCustomFont(), false);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCairo.cpp 50 if (font->platformData().syntheticOblique()) {

Completed in 112 milliseconds