Searched refs:FontPlatformData (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/freetype/
H A DFontPlatformData.h42 class FontPlatformData { class in namespace:WebCore
44 FontPlatformData(WTF::HashTableDeletedValueType) function in class:WebCore::FontPlatformData
52 FontPlatformData() function in class:WebCore::FontPlatformData
60 FontPlatformData(FcPattern*, const FontDescription&);
61 FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic);
62 FontPlatformData(float size, bool bold, bool italic);
63 FontPlatformData(const FontPlatformData&);
64 FontPlatformData(const FontPlatformData
[all...]
H A DFontPlatformDataFreeType.cpp26 #include "FontPlatformData.h"
115 FontPlatformData::FontPlatformData(FcPattern* pattern, const FontDescription& fontDescription) function in class:WebCore::FontPlatformData
144 FontPlatformData::FontPlatformData(float size, bool bold, bool italic)
155 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic)
172 FontPlatformData& FontPlatformData::operator=(const FontPlatformData
199 FontPlatformData::FontPlatformData(const FontPlatformData& other) function in class:WebCore::FontPlatformData
207 FontPlatformData::FontPlatformData(const FontPlatformData& other, float size) function in class:WebCore::FontPlatformData
[all...]
/macosx-10.9.5/WebCore-7537.78.1/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"
196 if (FontPlatformData::isSongTiSupported())
254 winFont.lfWeight = FontPlatformData::adjustedGDIFontWeight(weight, family);
268 fontData->m_codePages |= FontPlatformData::getKnownFontCodePages(winFont.lfFaceName);
315 , m_family(FontPlatformData::defaultFontFamily())
336 FontPlatformData::FontPlatformData(const FontDescription& fontDescription, const AtomicString& desiredFamily, bool useDefaultFontIfNotPresent) function in class:WebCore::FontPlatformData
349 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) function in class:WebCore::FontPlatformData
357 FontPlatformData
[all...]
H A DFontCustomPlatformData.h32 class FontPlatformData;
52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DFontPlatformDataBlackBerry.cpp20 #include "FontPlatformData.h"
31 FontPlatformData::FontPlatformData(FILECHAR* name, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant) function in class:WebCore::FontPlatformData
49 FontPlatformData::~FontPlatformData()
60 const char* FontPlatformData::name() const
65 bool FontPlatformData::applyState(FS_STATE* font, float scale) const
111 void FontPlatformData::platformDataInit(const FontPlatformData& source)
124 const FontPlatformData
[all...]
H A DFontCustomPlatformData.h32 class FontPlatformData;
42 FontPlatformData fontPlatformData(int size, bool syntheticBold, bool syntheticItalic, FontOrientation = Horizontal,
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontPlatformData.cpp22 #include "FontPlatformData.h"
34 FontPlatformData::FontPlatformData(WTF::HashTableDeletedValueType) function in class:WebCore::FontPlatformData
61 FontPlatformData::FontPlatformData() function in class:WebCore::FontPlatformData
86 FontPlatformData::FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant) function in class:WebCore::FontPlatformData
112 FontPlatformData::FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant) function in class:WebCore::FontPlatformData
127 FontPlatformData function in class:WebCore::FontPlatformData
[all...]
H A DFontPlatformData.h29 #include "qt/FontPlatformData.h"
31 #include "wince/FontPlatformData.h"
33 #include "freetype/FontPlatformData.h"
87 class FontPlatformData { class in namespace:WebCore
89 FontPlatformData(WTF::HashTableDeletedValueType);
90 FontPlatformData();
91 FontPlatformData(const FontPlatformData&);
92 FontPlatformData(const FontDescription&, const AtomicString& family);
93 FontPlatformData(floa
[all...]
/macosx-10.9.5/WebCore-7537.78.1/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
91 FontPlatformData::~FontPlatformData()
97 void FontPlatformData::platformDataInit(const FontPlatformData& source)
107 const FontPlatformData& FontPlatformData
[all...]
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
130 FontPlatformData::~FontPlatformData()
134 void FontPlatformData::platformDataInit(const FontPlatformData& source)
141 const FontPlatformData& FontPlatformData
[all...]
H A DFontCustomPlatformData.h36 class FontPlatformData;
50 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal,
H A DFontCustomPlatformDataCairo.h33 class FontPlatformData;
45 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
H A DFontCustomPlatformDataCairo.cpp25 #include "FontPlatformData.h"
38 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, FontWidthVariant, FontRenderingMode)
40 return FontPlatformData(m_fontFace, size, bold, italic);
H A DFontPlatformDataWin.cpp26 #include "FontPlatformData.h"
40 FontPlatformData::FontPlatformData(HFONT font, float size, bool bold, bool oblique, bool useGDI) function in class:WebCore::FontPlatformData
77 PassRefPtr<SharedBuffer> FontPlatformData::openTypeTable(uint32_t table) const
95 String FontPlatformData::description() const
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/harfbuzz/
H A DHarfBuzzFace.h43 class FontPlatformData;
50 static PassRefPtr<HarfBuzzFace> create(FontPlatformData* platformData, uint64_t uniqueID)
61 HarfBuzzFace(FontPlatformData*, uint64_t);
65 FontPlatformData* m_platformData;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFontPlatformDataQt.cpp25 #include "FontPlatformData.h"
59 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) function in class:WebCore::FontPlatformData
65 FontPlatformData::FontPlatformData(const FontDescription& description, const AtomicString& familyName, int wordSpacing, int letterSpacing) function in class:WebCore::FontPlatformData
89 FontPlatformData::FontPlatformData(const FontPlatformData& other, float size) function in class:WebCore::FontPlatformData
99 bool FontPlatformData::operator==(const FontPlatformData
[all...]
H A DFontPlatformData.h80 class FontPlatformData { class in namespace:WebCore
83 FontPlatformData(float size, bool bold, bool oblique);
84 FontPlatformData(const FontDescription&, const AtomicString& familyName, int wordSpacing = 0, int letterSpacing = 0);
85 FontPlatformData(const FontPlatformData&, float size);
86 FontPlatformData(const QRawFont& rawFont) function in class:WebCore::FontPlatformData
89 FontPlatformData(WTF::HashTableDeletedValueType) function in class:WebCore::FontPlatformData
95 bool operator==(const FontPlatformData&) const;
H A DFontCustomPlatformData.h35 class FontPlatformData;
43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal,
H A DFontCacheQt.cpp30 #include "FontPlatformData.h"
72 FontPlatformData alternateFont(computedFont);
79 return getCachedFontData(new FontPlatformData(fontDescription, fallbackFamily), shouldRetain);
86 PassOwnPtr<FontPlatformData> FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& familyName)
91 return adoptPtr(new FontPlatformData(fontDescription, familyName));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opentype/
H A DOpenTypeVerticalData.h38 class FontPlatformData;
44 static PassRefPtr<OpenTypeVerticalData> create(const FontPlatformData& platformData)
56 explicit OpenTypeVerticalData(const FontPlatformData&);
58 void loadMetrics(const FontPlatformData&);
59 void loadVerticalGlyphSubstitutions(const FontPlatformData&);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DFontCustomPlatformData.h36 class FontPlatformData;
44 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cocoa/
H A DFontPlatformDataCocoa.mm25 #import "FontPlatformData.h"
37 void FontPlatformData::loadFont(NSFont* nsFont, float, NSFont*& outNSFont, CGFontRef& cgFont)
44 FontPlatformData::FontPlatformData(NSFont *nsFont, float size, bool isPrinterFont, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant)
76 FontPlatformData:: ~FontPlatformData()
82 void FontPlatformData::platformDataInit(const FontPlatformData& f)
90 const FontPlatformData& FontPlatformData
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedFont.h38 class FontPlatformData;
52 FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DFontCustomPlatformData.h37 class FontPlatformData;
51 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);

Completed in 437 milliseconds

123