Searched defs:syntheticBold (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontPlatformData.h | 160 : m_syntheticBold(syntheticBold) in m_syntheticBold() argument 185 …FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrie… in FontPlatformData() 239 bool syntheticBold() const { return m_syntheticBold; } in syntheticBold() function
|
D | SimpleFontData.cpp | 67 SimpleFontData::SimpleFontData(PassOwnPtr<SVGFontData> svgFontData, int size, bool syntheticBold, b… in SimpleFontData()
|
/external/webkit/Source/WebCore/platform/graphics/freetype/ |
D | FontPlatformData.h | 69 bool syntheticBold() const { return m_syntheticBold; } in syntheticBold() function
|
/external/webkit/Source/WebCore/platform/graphics/pango/ |
D | FontPlatformData.h | 67 bool syntheticBold() const { return m_syntheticBold; } in syntheticBold() function
|
/external/webkit/Source/WebCore/css/ |
D | CSSSegmentedFontFace.cpp | 105 …bool syntheticBold = !(traitsMask & (FontWeight600Mask | FontWeight700Mask | FontWeight800Mask | F… in getFontData() local
|
D | CSSFontFaceSource.cpp | 101 …ontFaceSource::getFontData(const FontDescription& fontDescription, bool syntheticBold, bool synthe… in getFontData()
|
D | CSSFontFace.cpp | 101 SimpleFontData* CSSFontFace::getFontData(const FontDescription& fontDescription, bool syntheticBold… in getFontData()
|