Searched defs:syntheticBold (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontPlatformData.cpp | 65 FontPlatformData::FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrien… in FontPlatformData() 80 FontPlatformData::FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool synthetic… in FontPlatformData()
|
D | SimpleFontData.cpp | 66 …pleFontData(PassRefPtr<CustomFontData> customData, float fontSize, bool syntheticBold, bool synthe… in SimpleFontData()
|
D | FontPlatformData.h | 115 bool syntheticBold() const { return m_syntheticBold; } in syntheticBold() function
|
D | SimpleFontData.h | 65 …ata> create(PassRefPtr<CustomFontData> customData, float fontSize, bool syntheticBold, bool synthe… in create()
|
D | FontDescription.h | 154 void setSyntheticBold(bool syntheticBold) { m_syntheticBold = syntheticBold; } in setSyntheticBold()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
D | FontPlatformDataHarfBuzz.cpp | 68 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()
|
D | FontPlatformDataHarfBuzz.h | 80 void setSyntheticBold(bool syntheticBold) { m_syntheticBold = syntheticBold; } in setSyntheticBold()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
D | FontCustomPlatformDataSkia.cpp | 68 bool syntheticBold = bold && !m_typeface->isBold(); in fontPlatformData() local
|