Searched defs:FontPlatformData (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFontPlatformData.cpp22 #include "FontPlatformData.h"
34 FontPlatformData::FontPlatformData(const FontPlatformData& source) function in class:WebCore::FontPlatformData
46 const FontPlatformData& FontPlatformData::operator=(const FontPlatformData& other)
H A DFontPlatformData.h27 #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 { class in namespace:WebCore
110 FontPlatformData(WTF::HashTableDeletedValueType) function in class:WebCore::FontPlatformData
134 FontPlatformData() function in class:WebCore::FontPlatformData
158 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation = Horizontal, function in class:WebCore::FontPlatformData
185 FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, function in class:WebCore::FontPlatformData
[all...]
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformDataWx.cpp27 #include "FontPlatformData.h"
76 FontPlatformData::FontPlatformData(const FontDescription& desc, const AtomicString& family) function in class:WebCore::FontPlatformData
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
[all...]
H A DFontPlatformData.h79 class FontPlatformData { class in namespace:WebCore
83 FontPlatformData(WTF::HashTableDeletedValueType) function in class:WebCore::FontPlatformData
92 ~FontPlatformData();
94 FontPlatformData(const FontDescription&, const AtomicString&);
96 FontPlatformData(float size, bool bold, bool italic) function in class:WebCore::FontPlatformData
106 FontPlatformData() function in class:WebCore::FontPlatformData
135 bool operator==(const FontPlatformData& other) const
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformDataChromiumWin.cpp33 #include "FontPlatformData.h"
44 FontPlatformData::FontPlatformData(WTF::HashTableDeletedValueType) function in class:WebCore::FontPlatformData
52 FontPlatformData::FontPlatformData() function in class:WebCore::FontPlatformData
60 FontPlatformData::FontPlatformData(HFONT font, float size) function in class:WebCore::FontPlatformData
69 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) function in class:WebCore::FontPlatformData
77 FontPlatformData function in class:WebCore::FontPlatformData
[all...]
H A DFontPlatformDataLinux.cpp32 #include "FontPlatformData.h"
51 void FontPlatformData::setHinting(SkPaint::Hinting hinting)
56 void FontPlatformData::setAntiAlias(bool isAntiAlias)
61 void FontPlatformData::setSubpixelGlyphs(bool isSubpixelGlyphs)
66 FontPlatformData::RefCountedHarfbuzzFace::~RefCountedHarfbuzzFace()
71 FontPlatformData::FontPlatformData(const FontPlatformData& src) function in class:WebCore::FontPlatformData
86 FontPlatformData::FontPlatformData(SkTypefac function in class:WebCore::FontPlatformData
100 FontPlatformData::FontPlatformData(const FontPlatformData& src, float textSize) function in class:WebCore::FontPlatformData
[all...]
H A DFontPlatformDataChromiumWin.h51 class FontPlatformData { class in namespace:WebCore
58 FontPlatformData(WTF::HashTableDeletedValueType);
59 FontPlatformData();
60 FontPlatformData(HFONT, float size);
61 FontPlatformData(float size, bool bold, bool oblique);
62 FontPlatformData(const FontPlatformData&);
64 FontPlatformData& operator=(const FontPlatformData&);
68 ~FontPlatformData();
[all...]
H A DFontPlatformDataLinux.h53 // FontPlatformData is the handle which WebKit has on a specific face. A face
57 class FontPlatformData { class in namespace:WebCore
64 FontPlatformData(WTF::HashTableDeletedValueType) function in class:WebCore::FontPlatformData
74 FontPlatformData() function in class:WebCore::FontPlatformData
84 FontPlatformData(float textSize, bool fakeBold, bool fakeItalic) function in class:WebCore::FontPlatformData
94 FontPlatformData(const FontPlatformData&);
95 FontPlatformData(SkTypeface*, const char* name, float textSize, bool fakeBold, bool fakeItalic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight);
96 FontPlatformData(const FontPlatformData
[all...]
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontPlatformDataCairoWin.cpp27 #include "FontPlatformData.h"
41 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName)
59 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool oblique) function in class:WebCore::FontPlatformData
86 FontPlatformData::~FontPlatformData()
92 void FontPlatformData::platformDataInit(const FontPlatformData& source)
102 const FontPlatformData& FontPlatformData
[all...]
H A DFontPlatformDataWin.cpp26 #include "FontPlatformData.h"
38 FontPlatformData::FontPlatformData(HFONT font, float size, bool bold, bool oblique, bool useGDI) function in class:WebCore::FontPlatformData
78 String FontPlatformData::description() const
H A DFontPlatformDataCGWin.cpp25 #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) function in class:WebCore::FontPlatformData
131 FontPlatformData::~FontPlatformData()
135 void FontPlatformData::platformDataInit(const FontPlatformData& source)
142 const FontPlatformData& FontPlatformData
[all...]
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFontPlatformData.h37 class FontPlatformData { class in namespace:WebCore
39 FontPlatformData(WTF::HashTableDeletedValueType) function in class:WebCore::FontPlatformData
43 FontPlatformData() function in class:WebCore::FontPlatformData
47 FontPlatformData(const FontDescription&, const AtomicString& family);
48 FontPlatformData(float size, bool bold, bool oblique);
49 FontPlatformData(const FontPlatformData&);
51 ~FontPlatformData();
63 bool operator==(const FontPlatformData&) const;
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.h41 class FontPlatformData { class in namespace:WebCore
45 FontPlatformData(): m_private(0) {} function in class:WebCore::FontPlatformData
46 FontPlatformData(float size, bool bold, bool oblique);
49 FontPlatformData(WTF::HashTableDeletedValueType) : m_private((FontPlatformPrivateData*)1) {} function in class:WebCore::FontPlatformData
52 FontPlatformData(const FontDescription& fontDescription, const AtomicString& family, bool useDefaultFontIfNotPresent = true);
54 ~FontPlatformData();
56 FontPlatformData(const FontPlatformData& o) : m_private(0) { operator=(o); } function in class:WebCore::FontPlatformData
57 FontPlatformData& operator=(const FontPlatformData
[all...]
H A DFontPlatformData.cpp22 #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) function in class:WebCore::FontPlatformData
358 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) function in class:WebCore::FontPlatformData
366 FontPlatformData
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontPlatformDataAndroid.cpp31 #include "FontPlatformData.h"
52 SkDebugf("---------- FontPlatformData %d\n", g_maxCount);
63 #define trace(num) SkDebugf("FontPlatformData%d %p %g %d %d\n", num, m_typeface, m_textSize, m_fakeBold, m_fakeItalic)
70 FontPlatformData::RefCountedHarfbuzzFace::~RefCountedHarfbuzzFace()
77 FontPlatformData::FontPlatformData() function in class:WebCore::FontPlatformData
85 FontPlatformData::FontPlatformData(const FontPlatformData& src) function in class:WebCore::FontPlatformData
103 FontPlatformData function in class:WebCore::FontPlatformData
116 FontPlatformData::FontPlatformData(const FontPlatformData& src, float textSize) function in class:WebCore::FontPlatformData
128 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) function in class:WebCore::FontPlatformData
136 FontPlatformData::FontPlatformData(const FontPlatformData& src, SkTypeface* tf) function in class:WebCore::FontPlatformData
[all...]
H A DFontPlatformData.h49 class FontPlatformData { class in namespace:WebCore
51 static FontPlatformData Deleted() {
52 return FontPlatformData(NULL, -1, false, false);
55 FontPlatformData();
56 FontPlatformData(const FontPlatformData&);
57 FontPlatformData(SkTypeface*, float textSize, bool fakeBold, bool fakeItalic,
59 FontPlatformData(const FontPlatformData& src, float textSize);
60 FontPlatformData(floa
65 FontPlatformData(WTF::HashTableDeletedValueType) function in class:WebCore::FontPlatformData
[all...]
/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DFontPlatformDataFreeType.cpp26 #include "FontPlatformData.h"
115 FontPlatformData::FontPlatformData(FcPattern* pattern, const FontDescription& fontDescription) function in class:WebCore::FontPlatformData
139 FontPlatformData::FontPlatformData(float size, bool bold, bool italic) function in class:WebCore::FontPlatformData
150 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic) function in class:WebCore::FontPlatformData
166 FontPlatformData& FontPlatformData::operator=(const FontPlatformData
191 FontPlatformData::FontPlatformData(const FontPlatformData& other) function in class:WebCore::FontPlatformData
198 FontPlatformData::FontPlatformData(const FontPlatformData& other, float size) function in class:WebCore::FontPlatformData
[all...]
H A DFontPlatformData.h40 class FontPlatformData { class in namespace:WebCore
42 FontPlatformData(WTF::HashTableDeletedValueType) function in class:WebCore::FontPlatformData
50 FontPlatformData() function in class:WebCore::FontPlatformData
58 FontPlatformData(FcPattern*, const FontDescription&);
59 FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic);
60 FontPlatformData(float size, bool bold, bool italic);
61 FontPlatformData(const FontPlatformData&);
62 FontPlatformData(const FontPlatformData
[all...]
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DFontPlatformDataPango.cpp26 #include "FontPlatformData.h"
45 PangoFontMap* FontPlatformData::m_fontMap = 0;
46 GHashTable* FontPlatformData::m_hashTable = 0;
48 FontPlatformData::FontPlatformData(const FontDescription& fontDescription, const AtomicString& familyName) function in class:WebCore::FontPlatformData
56 FontPlatformData::init();
129 FontPlatformData::FontPlatformData(float size, bool bold, bool italic) function in class:WebCore::FontPlatformData
139 FontPlatformData::FontPlatformData(cairo_font_face_ function in class:WebCore::FontPlatformData
247 FontPlatformData::FontPlatformData(const FontPlatformData& other) function in class:WebCore::FontPlatformData
[all...]
H A DFontPlatformData.h37 class FontPlatformData { class in namespace:WebCore
39 FontPlatformData(WTF::HashTableDeletedValueType) function in class:WebCore::FontPlatformData
48 FontPlatformData() function in class:WebCore::FontPlatformData
57 FontPlatformData(const FontDescription&, const AtomicString& family);
58 FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic);
59 FontPlatformData(float size, bool bold, bool italic);
60 FontPlatformData(const FontPlatformData&);
61 ~FontPlatformData();
81 bool operator==(const FontPlatformData
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontPlatformData.h69 class FontPlatformData { class in namespace:WebCore
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) function in class:WebCore::FontPlatformData
77 FontPlatformData(WTF::HashTableDeletedValueType) function in class:WebCore::FontPlatformData
83 bool operator==(const FontPlatformData&) const;
H A DFontPlatformDataQt.cpp24 #include "FontPlatformData.h"
57 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) function in class:WebCore::FontPlatformData
63 FontPlatformData::FontPlatformData(const FontDescription& description, const AtomicString& familyName, int wordSpacing, int letterSpacing) function in class:WebCore::FontPlatformData
85 bool FontPlatformData::operator==(const FontPlatformData& other) const
100 unsigned FontPlatformData::hash() const
113 String FontPlatformData::description() const

Completed in 2002 milliseconds