Home
last modified time | relevance | path

Searched refs:FontPlatformData (Results 1 – 25 of 113) sorted by relevance

12345

/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataChromiumWin.cpp44 FontPlatformData::FontPlatformData(WTF::HashTableDeletedValueType) in FontPlatformData() function in WebCore::FontPlatformData
52 FontPlatformData::FontPlatformData() in FontPlatformData() function in WebCore::FontPlatformData
60 FontPlatformData::FontPlatformData(HFONT font, float size) in FontPlatformData() function in WebCore::FontPlatformData
69 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) in FontPlatformData() function in WebCore::FontPlatformData
77 FontPlatformData::FontPlatformData(const FontPlatformData& data) in FontPlatformData() function in WebCore::FontPlatformData
85 FontPlatformData& FontPlatformData::operator=(const FontPlatformData& data) in operator =()
101 FontPlatformData::~FontPlatformData() in ~FontPlatformData()
110 FontPlatformData::RefCountedHFONT::~RefCountedHFONT() in ~RefCountedHFONT()
118 FontPlatformData::RefCountedHFONT* FontPlatformData::hashTableDeletedFontValue() in hashTableDeletedFontValue()
125 SCRIPT_FONTPROPERTIES* FontPlatformData::scriptFontProperties() const in scriptFontProperties()
[all …]
DFontPlatformDataLinux.cpp51 void FontPlatformData::setHinting(SkPaint::Hinting hinting) in setHinting()
56 void FontPlatformData::setAntiAlias(bool isAntiAlias) in setAntiAlias()
61 void FontPlatformData::setSubpixelGlyphs(bool isSubpixelGlyphs) in setSubpixelGlyphs()
66 FontPlatformData::RefCountedHarfbuzzFace::~RefCountedHarfbuzzFace() in ~RefCountedHarfbuzzFace()
71 FontPlatformData::FontPlatformData(const FontPlatformData& src) in FontPlatformData() function in WebCore::FontPlatformData
86 FontPlatformData::FontPlatformData(SkTypeface* tf, const char* family, float textSize, bool fakeBol… in FontPlatformData() function in WebCore::FontPlatformData
100 FontPlatformData::FontPlatformData(const FontPlatformData& src, float textSize) in FontPlatformData() function in WebCore::FontPlatformData
115 FontPlatformData::~FontPlatformData() in ~FontPlatformData()
120 int FontPlatformData::emSizeInFontUnits() const in emSizeInFontUnits()
131 FontPlatformData& FontPlatformData::operator=(const FontPlatformData& src) in operator =()
[all …]
DFontPlatformDataLinux.h57 class FontPlatformData {
64 FontPlatformData(WTF::HashTableDeletedValueType) in FontPlatformData() function
74 FontPlatformData() in FontPlatformData() function
84 FontPlatformData(float textSize, bool fakeBold, bool fakeItalic) in FontPlatformData() function
94 FontPlatformData(const FontPlatformData&);
95FontPlatformData(SkTypeface*, const char* name, float textSize, bool fakeBold, bool fakeItalic, Fo…
96 FontPlatformData(const FontPlatformData& src, float textSize);
97 ~FontPlatformData();
123 bool operator==(const FontPlatformData&) const;
124 FontPlatformData& operator=(const FontPlatformData&);
DFontPlatformDataChromiumWin.h51 class FontPlatformData {
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();
81 bool operator==(const FontPlatformData& other) const
DHarfbuzzSkia.cpp60 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in stringToGlyphs()
91 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in glyphsToAdvances()
117 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in canRender()
141 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in getOutlinePoint()
170 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in getGlyphMetrics()
194 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in getFontMetric()
221 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(voidface); in harfbuzzSkiaGetTable()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontPlatformDataAndroid.cpp70 FontPlatformData::RefCountedHarfbuzzFace::~RefCountedHarfbuzzFace() in ~RefCountedHarfbuzzFace()
77 FontPlatformData::FontPlatformData() in FontPlatformData() function in WebCore::FontPlatformData
85 FontPlatformData::FontPlatformData(const FontPlatformData& src) in FontPlatformData() function in WebCore::FontPlatformData
103 FontPlatformData::FontPlatformData(SkTypeface* tf, float textSize, bool fakeBold, bool fakeItalic, in FontPlatformData() function in WebCore::FontPlatformData
116 FontPlatformData::FontPlatformData(const FontPlatformData& src, float textSize) in FontPlatformData() function in WebCore::FontPlatformData
128 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) in FontPlatformData() function in WebCore::FontPlatformData
136 FontPlatformData::FontPlatformData(const FontPlatformData& src, SkTypeface* tf) in FontPlatformData() function in WebCore::FontPlatformData
149 FontPlatformData::~FontPlatformData() in ~FontPlatformData()
161 int FontPlatformData::emSizeInFontUnits() const in emSizeInFontUnits()
177 FontPlatformData& FontPlatformData::operator=(const FontPlatformData& src) in operator =()
[all …]
DFontPlatformData.h49 class FontPlatformData {
51 static FontPlatformData Deleted() { in Deleted()
52 return FontPlatformData(NULL, -1, false, false); in Deleted()
55 FontPlatformData();
56 FontPlatformData(const FontPlatformData&);
57 FontPlatformData(SkTypeface*, float textSize, bool fakeBold, bool fakeItalic,
59 FontPlatformData(const FontPlatformData& src, float textSize);
60 FontPlatformData(float size, bool syntheticBold, bool syntheticOblique);
61 FontPlatformData(const FontPlatformData& src, SkTypeface* typeface);
63 ~FontPlatformData();
[all …]
DHarfbuzzSkia.cpp56 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in stringToGlyphs()
78 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in glyphsToAdvances()
104 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in canRender()
124 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in getOutlinePoint()
153 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in getGlyphMetrics()
177 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(hbFont->userData); in getFontMetric()
204 FontPlatformData* font = reinterpret_cast<FontPlatformData*>(voidface); in harfbuzzSkiaGetTable()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontPlatformData.h40 class FontPlatformData {
42 FontPlatformData(WTF::HashTableDeletedValueType) in FontPlatformData() function
50 FontPlatformData() in FontPlatformData() function
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&, float size);
64 ~FontPlatformData();
83 bool operator==(const FontPlatformData&) const;
[all …]
DFontPlatformDataFreeType.cpp115 FontPlatformData::FontPlatformData(FcPattern* pattern, const FontDescription& fontDescription) in FontPlatformData() function in WebCore::FontPlatformData
139 FontPlatformData::FontPlatformData(float size, bool bold, bool italic) in FontPlatformData() function in WebCore::FontPlatformData
150 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic) in FontPlatformData() function in WebCore::FontPlatformData
166 FontPlatformData& FontPlatformData::operator=(const FontPlatformData& other) in operator =()
191 FontPlatformData::FontPlatformData(const FontPlatformData& other) in FontPlatformData() function in WebCore::FontPlatformData
198 FontPlatformData::FontPlatformData(const FontPlatformData& other, float size) in FontPlatformData() function in WebCore::FontPlatformData
208 FontPlatformData::~FontPlatformData() in ~FontPlatformData()
219 bool FontPlatformData::isFixedPitch() in isFixedPitch()
224 bool FontPlatformData::operator==(const FontPlatformData& other) const in operator ==()
236 String FontPlatformData::description() const in description()
[all …]
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformDataPango.cpp45 PangoFontMap* FontPlatformData::m_fontMap = 0;
46 GHashTable* FontPlatformData::m_hashTable = 0;
48 FontPlatformData::FontPlatformData(const FontDescription& fontDescription, const AtomicString& fami… in FontPlatformData() function in WebCore::FontPlatformData
56 FontPlatformData::init(); in FontPlatformData()
129 FontPlatformData::FontPlatformData(float size, bool bold, bool italic) in FontPlatformData() function in WebCore::FontPlatformData
139 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic) in FontPlatformData() function in WebCore::FontPlatformData
162 bool FontPlatformData::init() in init()
190 FontPlatformData::~FontPlatformData() in ~FontPlatformData()
208 bool FontPlatformData::isFixedPitch() in isFixedPitch()
216 FontPlatformData& FontPlatformData::operator=(const FontPlatformData& other) in operator =()
[all …]
DFontPlatformData.h37 class FontPlatformData {
39 FontPlatformData(WTF::HashTableDeletedValueType) in FontPlatformData() function
48 FontPlatformData() in FontPlatformData() function
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&) const;
82 FontPlatformData& operator=(const FontPlatformData&);
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.h41 class FontPlatformData {
45 FontPlatformData(): m_private(0) {} in FontPlatformData() function
46 FontPlatformData(float size, bool bold, bool oblique);
49 FontPlatformData(WTF::HashTableDeletedValueType) : m_private((FontPlatformPrivateData*)1) {} in FontPlatformData() function
52FontPlatformData(const FontDescription& fontDescription, const AtomicString& family, bool useDefau…
54 ~FontPlatformData();
56 FontPlatformData(const FontPlatformData& o) : m_private(0) { operator=(o); } in FontPlatformData() function
57 FontPlatformData& operator=(const FontPlatformData& o);
67 … bool operator==(const FontPlatformData& other) const { return m_private == other.m_private; }
DFontPlatformData.cpp201 if (FontPlatformData::isSongTiSupported()) in knownFonts()
259 winFont.lfWeight = FontPlatformData::adjustedGDIFontWeight(weight, family); in create()
277 fontData->m_codePages |= FontPlatformData::getKnownFontCodePages(winFont.lfFaceName); in create()
324 , m_family(FontPlatformData::defaultFontFamily()) in create()
345 FontPlatformData::FontPlatformData(const FontDescription& fontDescription, const AtomicString& desi… in create() function in WebCore::FontPlatformData
358 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) in create() function in WebCore::FontPlatformData
366 FontPlatformData::~FontPlatformData() in create()
377 FontPlatformData& FontPlatformData::operator=(const FontPlatformData& o) in create()
388 HFONT FontPlatformData::hfont() const in create()
402 HFONT FontPlatformData::getScaledFontHandle(int height, int width) const in create()
[all …]
/external/webkit/Source/WebCore/platform/graphics/haiku/
DFontPlatformData.h37 class FontPlatformData {
39 FontPlatformData(WTF::HashTableDeletedValueType) in FontPlatformData() function
43 FontPlatformData() in FontPlatformData() function
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/win/
DFontPlatformDataCairoWin.cpp41 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName) in platformDataInit()
59 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool oblique) in FontPlatformData() function in WebCore::FontPlatformData
86 FontPlatformData::~FontPlatformData() in ~FontPlatformData()
92 void FontPlatformData::platformDataInit(const FontPlatformData& source) in platformDataInit()
102 const FontPlatformData& FontPlatformData::platformDataAssign(const FontPlatformData& other) in platformDataAssign()
115 bool FontPlatformData::platformIsEqual(const FontPlatformData& other) const in platformIsEqual()
DFontPlatformDataCGWin.cpp110 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName) in platformDataInit()
117 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique… in FontPlatformData() function in WebCore::FontPlatformData
131 FontPlatformData::~FontPlatformData() in ~FontPlatformData()
135 void FontPlatformData::platformDataInit(const FontPlatformData& source) in platformDataInit()
142 const FontPlatformData& FontPlatformData::platformDataAssign(const FontPlatformData& other) in platformDataAssign()
151 bool FontPlatformData::platformIsEqual(const FontPlatformData& other) const in platformIsEqual()
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h108 class FontPlatformData {
110 FontPlatformData(WTF::HashTableDeletedValueType) in FontPlatformData() function
134 FontPlatformData() in FontPlatformData() function
156 FontPlatformData(const FontPlatformData&);
157 FontPlatformData(const FontDescription&, const AtomicString& family);
158FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientatio…
182FontPlatformData(NSFont*, float size, bool syntheticBold = false, bool syntheticOblique = false, F…
185FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrie… in FontPlatformData() function
201 FontPlatformData(HFONT, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
203FontPlatformData(HFONT, CGFontRef, float size, bool syntheticBold, bool syntheticOblique, bool use…
[all …]
DFontPlatformData.cpp34 FontPlatformData::FontPlatformData(const FontPlatformData& source) in FontPlatformData() function in WebCore::FontPlatformData
46 const FontPlatformData& FontPlatformData::operator=(const FontPlatformData& other) in operator =()
DFontCache.cpp126 typedef HashMap<FontPlatformDataCacheKey, FontPlatformData*, FontPlatformDataCacheKeyHash, FontPlat…
179 FontPlatformData* FontCache::getCachedFontPlatformData(const FontDescription& fontDescription, in getCachedFontPlatformData()
191 FontPlatformData* result = 0; in getCachedFontPlatformData()
210 …gFontPlatformDataCache->set(key, new FontPlatformData(*result)); // Cache the result under the old… in getCachedFontPlatformData()
217 static unsigned hash(const FontPlatformData& platformData) in hash()
222 static bool equal(const FontPlatformData& a, const FontPlatformData& b) in equal()
230 struct FontDataCacheKeyTraits : WTF::GenericHashTraits<FontPlatformData> {
233 static const FontPlatformData& emptyValue() in emptyValue()
235 DEFINE_STATIC_LOCAL(FontPlatformData, key, (0.f, false, false)); in emptyValue()
238 static void constructDeletedValue(FontPlatformData& slot) in constructDeletedValue()
[all …]
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformDataWx.cpp76 FontPlatformData::FontPlatformData(const FontDescription& desc, const AtomicString& family) in FontPlatformData() function in WebCore::FontPlatformData
118 unsigned FontPlatformData::computeHash() const in computeHash()
137 FontPlatformData::~FontPlatformData() in ~FontPlatformData()
144 String FontPlatformData::description() const in description()
151 bool FontPlatformData::useGDI() const in useGDI()
156 HFONT FontPlatformData::hfont() const in hfont()
163 CGFontRef FontPlatformData::cgFont() const in cgFont()
DFontPlatformData.h79 class FontPlatformData {
83 FontPlatformData(WTF::HashTableDeletedValueType) in FontPlatformData() function
92 ~FontPlatformData();
94 FontPlatformData(const FontDescription&, const AtomicString&);
96 FontPlatformData(float size, bool bold, bool italic) in FontPlatformData() function
106 FontPlatformData() in FontPlatformData() function
135 bool operator==(const FontPlatformData& other) const
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontPlatformDataQt.cpp57 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) in FontPlatformData() function in WebCore::FontPlatformData
63 FontPlatformData::FontPlatformData(const FontDescription& description, const AtomicString& familyNa… in FontPlatformData() function in WebCore::FontPlatformData
85 bool FontPlatformData::operator==(const FontPlatformData& other) const in operator ==()
100 unsigned FontPlatformData::hash() const in hash()
113 String FontPlatformData::description() const in description()
DFontPlatformData.h69 class FontPlatformData {
72 FontPlatformData(float size, bool bold, bool oblique);
73FontPlatformData(const FontDescription&, const AtomicString& familyName, int wordSpacing = 0, int …
74 FontPlatformData(const QFont& font) in FontPlatformData() function
77 FontPlatformData(WTF::HashTableDeletedValueType) in FontPlatformData() function
83 bool operator==(const FontPlatformData&) const;
/external/webkit/Source/WebCore/platform/graphics/cocoa/
DFontPlatformDataCocoa.mm25 #import "FontPlatformData.h"
37 void FontPlatformData::loadFont(NSFont* nsFont, float, NSFont*& outNSFont, CGFontRef& cgFont)
48 FontPlatformData::FontPlatformData(NSFont *nsFont, float size, bool syntheticBold, bool syntheticOb…
80 FontPlatformData:: ~FontPlatformData()
86 void FontPlatformData::platformDataInit(const FontPlatformData& f)
98 const FontPlatformData& FontPlatformData::platformDataAssign(const FontPlatformData& f)
115 bool FontPlatformData::platformIsEqual(const FontPlatformData& other) const
121 void FontPlatformData::setFont(NSFont *font)
160 bool FontPlatformData::roundsGlyphAdvances() const
165 bool FontPlatformData::allowsLigatures() const
[all …]

12345