HomeSort by relevance Sort by last modified time
    Searched refs:FontCustomPlatformData (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebCore/platform/graphics/haiku/
FontCustomPlatformData.cpp 22 #include "FontCustomPlatformData.h"
30 FontCustomPlatformData::~FontCustomPlatformData()
34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode)
39 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
FontCustomPlatformData.h 32 struct FontCustomPlatformData : Noncopyable {
34 FontCustomPlatformData() { }
35 ~FontCustomPlatformData();
40 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*);
  /external/webkit/WebCore/platform/graphics/android/
FontCustomPlatformData.h 39 class FontCustomPlatformData : public Noncopyable {
41 FontCustomPlatformData(SkTypeface* face);
42 ~FontCustomPlatformData();
52 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer);
FontCustomPlatformData.cpp 27 #include "FontCustomPlatformData.h"
36 FontCustomPlatformData::FontCustomPlatformData(SkTypeface* face)
42 FontCustomPlatformData::~FontCustomPlatformData()
48 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic,
61 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
75 return new FontCustomPlatformData(face);
  /external/webkit/WebCore/platform/graphics/gtk/
FontCustomPlatformData.h 34 struct FontCustomPlatformData : Noncopyable {
35 FontCustomPlatformData(cairo_font_face_t* fontFace)
39 ~FontCustomPlatformData();
46 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer);
FontCustomPlatformDataPango.cpp 22 #include "FontCustomPlatformData.h"
29 FontCustomPlatformData::~FontCustomPlatformData()
33 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode)
43 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
FontCustomPlatformData.cpp 22 #include "FontCustomPlatformData.h"
29 FontCustomPlatformData::~FontCustomPlatformData()
34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode)
44 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
70 return new FontCustomPlatformData(fontFace);
  /external/webkit/WebCore/platform/graphics/wince/
FontCustomPlatformData.h 39 struct FontCustomPlatformData : Noncopyable {
40 FontCustomPlatformData(const String& name)
45 ~FontCustomPlatformData();
51 FontCustomPlatformData* createFontCustomPlatformData(const SharedBuffer*);
FontCustomPlatformData.cpp 23 #include "FontCustomPlatformData.h"
41 FontCustomPlatformData::~FontCustomPlatformData()
47 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode renderingMode)
74 FontCustomPlatformData* createFontCustomPlatformData(const SharedBuffer* buffer)
80 return new FontCustomPlatformData(fontName);
  /external/webkit/WebCore/platform/graphics/qt/
FontCustomPlatformData.h 33 struct FontCustomPlatformData : Noncopyable {
34 ~FontCustomPlatformData();
42 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer);
FontCustomPlatformDataQt.cpp 23 #include "FontCustomPlatformData.h"
32 FontCustomPlatformData::~FontCustomPlatformData()
37 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode)
49 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
59 FontCustomPlatformData *data = new FontCustomPlatformData;
  /external/webkit/WebCore/platform/graphics/mac/
FontCustomPlatformData.h 37 struct FontCustomPlatformData : Noncopyable {
38 FontCustomPlatformData(ATSFontContainerRef container, ATSFontRef atsFont, CGFontRef cgFont)
41 ~FontCustomPlatformData();
50 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer);
FontCustomPlatformData.cpp 22 #include "FontCustomPlatformData.h"
31 FontCustomPlatformData::~FontCustomPlatformData()
38 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode)
43 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
101 return new FontCustomPlatformData(containerRef, fontRef, cgFontRef.releaseRef());
  /external/webkit/WebCore/platform/graphics/win/
FontCustomPlatformData.h 35 struct FontCustomPlatformData : Noncopyable {
36 FontCustomPlatformData(CGFontRef cgFont, HANDLE fontReference, const String& name)
43 ~FontCustomPlatformData();
52 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*);
FontCustomPlatformData.cpp 22 #include "FontCustomPlatformData.h"
49 FontCustomPlatformData::~FontCustomPlatformData()
62 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode renderingMode)
194 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
239 return new FontCustomPlatformData(cgFont.releaseRef(), fontReference, fontName);
  /external/webkit/WebCore/platform/graphics/chromium/
FontCustomPlatformData.h 50 struct FontCustomPlatformData : Noncopyable {
52 FontCustomPlatformData(HANDLE fontReference, const String& name)
57 explicit FontCustomPlatformData(SkTypeface* typeface)
62 ~FontCustomPlatformData();
75 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*);
FontCustomPlatformData.cpp 33 #include "FontCustomPlatformData.h"
56 FontCustomPlatformData::~FontCustomPlatformData()
67 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode mode)
171 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
191 return new FontCustomPlatformData(fontReference, fontName);
197 return new FontCustomPlatformData(typeface);
  /external/webkit/WebCore/loader/
CachedFont.h 45 struct FontCustomPlatformData;
77 FontCustomPlatformData* m_fontData;
  /external/webkit/WebCore/
Android.mk 464 platform/graphics/android/FontCustomPlatformData.cpp \

Completed in 85 milliseconds