/external/webkit/Source/WebCore/css/ |
D | CSSFontFaceSource.cpp | 101 …tFaceSource::getFontData(const FontDescription& fontDescription, bool syntheticBold, bool syntheti… in getFontData() argument 120 …ght ? 8 : 0) | (fontDescription.orientation() == Vertical ? 4 : 0) | (syntheticBold ? 2 : 0) | (sy… in getFontData() 158 …w SVGFontData(fontFaceElement)), fontDescription.computedPixelSize(), syntheticBold, syntheticItal… in getFontData() 167 …font->platformDataFromCustomData(fontDescription.computedPixelSize(), syntheticBold, syntheticItal… in getFontData() 174 …ta(m_svgFontFaceElement.get())), fontDescription.computedPixelSize(), syntheticBold, syntheticItal… in getFontData()
|
D | CSSFontFace.cpp | 101 SimpleFontData* CSSFontFace::getFontData(const FontDescription& fontDescription, bool syntheticBold… in getFontData() argument 112 …if (SimpleFontData* result = m_sources[i]->getFontData(fontDescription, syntheticBold, syntheticIt… in getFontData()
|
D | CSSSegmentedFontFace.cpp | 105 …bool syntheticBold = !(traitsMask & (FontWeight600Mask | FontWeight700Mask | FontWeight800Mask | F… in getFontData() local 107 …FontData* faceFontData = m_fontFaces[i]->getFontData(fontDescription, syntheticBold, syntheticItal… in getFontData()
|
D | CSSFontFaceSource.h | 61 …SimpleFontData* getFontData(const FontDescription&, bool syntheticBold, bool syntheticItalic, CSSF…
|
D | CSSFontFace.h | 68 SimpleFontData* getFontData(const FontDescription&, bool syntheticBold, bool syntheticItalic);
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontPlatformData.h | 158 …FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientatio… 160 : m_syntheticBold(syntheticBold) in m_syntheticBold() argument 182 …FontPlatformData(NSFont*, float size, bool syntheticBold = false, bool syntheticOblique = false, F… 185 …FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrie… in FontPlatformData() argument 187 : m_syntheticBold(syntheticBold) in FontPlatformData() 201 FontPlatformData(HFONT, float size, bool syntheticBold, bool syntheticOblique, bool useGDI); 203 …FontPlatformData(HFONT, CGFontRef, float size, bool syntheticBold, bool syntheticOblique, bool use… 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() argument 68 : m_platformData(FontPlatformData(size, syntheticBold, syntheticItalic)) in SimpleFontData()
|
D | SimpleFontData.h | 76 SimpleFontData(PassOwnPtr<SVGFontData>, int size, bool syntheticBold, bool syntheticItalic);
|
/external/webkit/Source/WebCore/platform/graphics/freetype/ |
D | SimpleFontDataFreeType.cpp | 75 m_syntheticBoldOffset = m_platformData.syntheticBold() ? 1.0f : 0.f; in platformInit() 92 …scaleFactor * fontDescription.computedSize(), m_platformData.syntheticBold(), m_platformData.synth… in scaledFontData()
|
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
|
D | SimpleFontDataPango.cpp | 73 m_syntheticBoldOffset = m_platformData.syntheticBold() ? 1.0f : 0.f; in platformInit()
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | FontPlatformData.h | 59 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | SimpleFontDataCairoWin.cpp | 50 m_syntheticBoldOffset = m_platformData.syntheticBold() ? 1.0f : 0.f; in platformInit()
|
D | SimpleFontDataCGWin.cpp | 54 m_syntheticBoldOffset = m_platformData.syntheticBold() ? 1.0f : 0.f; in platformInit()
|
D | SimpleFontDataWin.cpp | 124 …return new SimpleFontData(FontPlatformData(hfont, scaledSize, m_platformData.syntheticBold(), m_pl… in scaledFontData()
|
/external/webkit/Source/WebCore/platform/graphics/cocoa/ |
D | FontPlatformDataCocoa.mm | 48 FontPlatformData::FontPlatformData(NSFont *nsFont, float size, bool syntheticBold, bool syntheticOb… 50 : m_syntheticBold(syntheticBold)
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | FontCacheMac.mm | 211 bool syntheticBold = isAppKitFontWeightBold(weight) && !isAppKitFontWeightBold(actualWeight); 214 …return new FontPlatformData(platformFont, size, syntheticBold, syntheticOblique, fontDescription.o…
|
/external/webkit/Source/WebCore/platform/mac/ |
D | WebFontCache.mm | 269 bool syntheticBold = desiredWeight >= 7 && actualWeight < 7; 279 if (syntheticBold)
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 53970 (WebCore::FontPlatformData::syntheticBold): 53987 (WebCore::FontPlatformData::syntheticBold): 54000 (WebCore::FontPlatformData::syntheticBold): 67659 (WebCore::FontPlatformData::syntheticBold):
|
D | ChangeLog | 37439 (WebCore::FontPlatformData::syntheticBold):
|
D | ChangeLog-2009-06-16 | 4963 * platform/graphics/gtk/FontPlatformData.h: Added syntheticBold
|