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

  /external/webkit/Source/WebCore/css/
CSSSegmentedFontFace.cpp 105 bool syntheticBold = !(traitsMask & (FontWeight600Mask | FontWeight700Mask | FontWeight800Mask | FontWeight900Mask)) && (desiredTraitsMask & (FontWeight600Mask | FontWeight700Mask | FontWeight800Mask | FontWeight900Mask));
107 if (const SimpleFontData* faceFontData = m_fontFaces[i]->getFontData(fontDescription, syntheticBold, syntheticItalic)) {
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformData.h 69 bool syntheticBold() const { return m_syntheticBold; }
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h 67 bool syntheticBold() const { return m_syntheticBold; }
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 158 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation = Horizontal,
160 : m_syntheticBold(syntheticBold)
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,
187 : m_syntheticBold(syntheticBold)
201 FontPlatformData(HFONT, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
203 FontPlatformData(HFONT, CGFontRef, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
239 bool syntheticBold() const { return m_syntheticBold; }

Completed in 63 milliseconds