Home
last modified time | relevance | path

Searched defs:syntheticBold (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontPlatformData.cpp65 FontPlatformData::FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrien… in FontPlatformData()
80 FontPlatformData::FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool synthetic… in FontPlatformData()
DSimpleFontData.cpp66 …pleFontData(PassRefPtr<CustomFontData> customData, float fontSize, bool syntheticBold, bool synthe… in SimpleFontData()
DFontPlatformData.h115 bool syntheticBold() const { return m_syntheticBold; } in syntheticBold() function
DSimpleFontData.h65 …ata> create(PassRefPtr<CustomFontData> customData, float fontSize, bool syntheticBold, bool synthe… in create()
DFontDescription.h154 void setSyntheticBold(bool syntheticBold) { m_syntheticBold = syntheticBold; } in setSyntheticBold()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontPlatformDataHarfBuzz.cpp68 FontPlatformData::FontPlatformData(float textSize, bool syntheticBold, bool syntheticItalic) in FontPlatformData()
102 …ata(PassRefPtr<SkTypeface> tf, const char* family, float textSize, bool syntheticBold, bool synthe… in FontPlatformData()
DFontPlatformDataHarfBuzz.h80 void setSyntheticBold(bool syntheticBold) { m_syntheticBold = syntheticBold; } in setSyntheticBold()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DFontCustomPlatformDataSkia.cpp68 bool syntheticBold = bold && !m_typeface->isBold(); in fontPlatformData() local