/external/webkit/Source/WebCore/platform/graphics/wx/ |
FontPlatformDataWx.cpp | 27 #include "FontPlatformData.h" 76 FontPlatformData::FontPlatformData(const FontDescription& desc, const AtomicString& family) 118 unsigned FontPlatformData::computeHash() const 137 FontPlatformData::~FontPlatformData() 144 String FontPlatformData::description() const 151 bool FontPlatformData::useGDI() const 156 HFONT FontPlatformData::hfont() const 163 CGFontRef FontPlatformData::cgFont() cons [all...] |
FontPlatformData.h | 79 class FontPlatformData { 83 FontPlatformData(WTF::HashTableDeletedValueType) 92 ~FontPlatformData(); 94 FontPlatformData(const FontDescription&, const AtomicString&); 96 FontPlatformData(float size, bool bold, bool italic) 106 FontPlatformData() 135 bool operator==(const FontPlatformData& other) const
|
/external/webkit/Source/WebCore/platform/graphics/cocoa/ |
FontPlatformDataCocoa.mm | 25 #import "FontPlatformData.h" 37 void FontPlatformData::loadFont(NSFont* nsFont, float, NSFont*& outNSFont, CGFontRef& cgFont) 48 FontPlatformData::FontPlatformData(NSFont *nsFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, 80 FontPlatformData:: ~FontPlatformData() 86 void FontPlatformData::platformDataInit(const FontPlatformData& f) 98 const FontPlatformData& FontPlatformData::platformDataAssign(const FontPlatformData& f [all...] |
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
FontCacheHaiku.cpp | 38 #include "FontPlatformData.h" 51 FontPlatformData data(font.fontDescription(), font.family().family()); 70 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family) 72 return new FontPlatformData(fontDescription, family);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontPlatformDataCGWin.cpp | 25 #include "FontPlatformData.h" 110 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName) 117 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique, bool useGDI) 131 FontPlatformData::~FontPlatformData() 135 void FontPlatformData::platformDataInit(const FontPlatformData& source) 142 const FontPlatformData& FontPlatformData::platformDataAssign(const FontPlatformData& other [all...] |
FontCustomPlatformData.h | 36 class FontPlatformData; 50 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight,
|
FontCustomPlatformDataCairo.cpp | 25 #include "FontPlatformData.h" 38 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant) 40 return FontPlatformData(m_fontFace, size, bold, italic);
|
FontPlatformDataWin.cpp | 26 #include "FontPlatformData.h" 38 FontPlatformData::FontPlatformData(HFONT font, float size, bool bold, bool oblique, bool useGDI) 78 String FontPlatformData::description() const
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
FontPlatformData.h | 69 class FontPlatformData { 72 FontPlatformData(float size, bool bold, bool oblique); 73 FontPlatformData(const FontDescription&, const AtomicString& familyName, int wordSpacing = 0, int letterSpacing = 0); 74 FontPlatformData(const QFont& font) 77 FontPlatformData(WTF::HashTableDeletedValueType) 83 bool operator==(const FontPlatformData&) const;
|
FontPlatformDataQt.cpp | 24 #include "FontPlatformData.h" 57 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) 63 FontPlatformData::FontPlatformData(const FontDescription& description, const AtomicString& familyName, int wordSpacing, int letterSpacing) 85 bool FontPlatformData::operator==(const FontPlatformData& other) const 100 unsigned FontPlatformData::hash() const 113 String FontPlatformData::description() const
|
FontCustomPlatformDataQt.cpp | 25 #include "FontPlatformData.h" 37 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode) 46 return FontPlatformData(font);
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
FontCustomPlatformData.h | 37 class FontPlatformData; 45 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
FontCustomPlatformData.h | 38 class FontPlatformData; 52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontCustomPlatformData.h | 33 class FontPlatformData; 52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
|
FontPlatformData.cpp | 22 #include "FontPlatformData.h" 201 if (FontPlatformData::isSongTiSupported()) 259 winFont.lfWeight = FontPlatformData::adjustedGDIFontWeight(weight, family); 277 fontData->m_codePages |= FontPlatformData::getKnownFontCodePages(winFont.lfFaceName); 324 , m_family(FontPlatformData::defaultFontFamily()) 345 FontPlatformData::FontPlatformData(const FontDescription& fontDescription, const AtomicString& desiredFamily, bool useDefaultFontIfNotPresent) 358 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) 366 FontPlatformData::~FontPlatformData( [all...] |
FontCacheWinCE.cpp | 108 fontCodePages |= FontPlatformData::getKnownFontCodePages(faceName); 126 static HFONT createMLangFont(IMLangFontLink* langFontLink, HDC hdc, const FontPlatformData& refFont, DWORD codePageMask) 194 LONG weight = FontPlatformData::adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName); 234 const FontPlatformData& origFont = font.primaryFont()->fontDataForCharacter(character)->platformData(); 297 FontPlatformData::mapKnownFont(codePages, familyName); 301 familyName = FontPlatformData::defaultFontFamily(); 309 FontPlatformData* result = getCachedFontPlatformData(fontDescription, familyName); 328 return getCachedFontData(fontDesc, FontPlatformData::defaultFontFamily()); 331 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family) 333 FontPlatformData* result = new FontPlatformData(fontDescription, family) [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
FontCache.h | 47 class FontPlatformData; 101 FontPlatformData* getCachedFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false); 105 FontPlatformData* createFontPlatformData(const FontDescription&, const AtomicString& family); 107 SimpleFontData* getCachedFontData(const FontPlatformData*); 109 friend class SimpleFontData; // For getCachedFontData(const FontPlatformData*)
|
FontPlatformData.h | 27 #include "chromium/FontPlatformData.h" 29 #include "qt/FontPlatformData.h" 31 #include "wince/FontPlatformData.h" 33 #include "wx/FontPlatformData.h" 35 #include "freetype/FontPlatformData.h" 37 #include "pango/FontPlatformData.h" 39 #include "android/fonts/FontPlatformData.h" 108 class FontPlatformData { 110 FontPlatformData(WTF::HashTableDeletedValueType) 134 FontPlatformData() [all...] |
FontCache.cpp | 35 #include "FontPlatformData.h" 126 typedef HashMap<FontPlatformDataCacheKey, FontPlatformData*, FontPlatformDataCacheKeyHash, FontPlatformDataCacheKeyTraits> FontPlatformDataCache; 179 FontPlatformData* FontCache::getCachedFontPlatformData(const FontDescription& fontDescription, 191 FontPlatformData* result = 0; 210 gFontPlatformDataCache->set(key, new FontPlatformData(*result)); // Cache the result under the old name. 217 static unsigned hash(const FontPlatformData& platformData) 222 static bool equal(const FontPlatformData& a, const FontPlatformData& b) 230 struct FontDataCacheKeyTraits : WTF::GenericHashTraits<FontPlatformData> { 233 static const FontPlatformData& emptyValue( [all...] |
FontFallbackList.h | 35 class FontPlatformData; 69 void setPlatformFont(const FontPlatformData&);
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
HarfbuzzSkia.cpp | 29 #include "FontPlatformData.h" 56 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); 78 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); 104 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); 124 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); 153 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData) [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
HarfbuzzSkia.cpp | 33 #include "FontPlatformData.h" 60 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); 91 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); 117 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); 141 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); 170 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData) [all...] |
ComplexTextControllerLinux.h | 45 class FontPlatformData; 119 const FontPlatformData* fontPlatformDataForScriptRun() { return reinterpret_cast<FontPlatformData*>(m_item.font->userData); }
|
FontCacheLinux.cpp | 36 #include "FontPlatformData.h" 81 FontPlatformData* fontPlatformData = 0; 84 fontPlatformData = getCachedFontPlatformData(description, serifStr); 87 fontPlatformData = getCachedFontPlatformData(description, monospaceStr); 91 fontPlatformData = getCachedFontPlatformData(description, sansStr); 95 ASSERT(fontPlatformData); 96 return getCachedFontData(fontPlatformData); 105 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, 150 FontPlatformData* result [all...] |
/external/webkit/Source/WebCore/loader/cache/ |
CachedFont.h | 45 class FontPlatformData; 68 FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
|