OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontCustomPlatformData
(Results
1 - 21
of
21
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/haiku/
FontCustomPlatformData.h
35
struct
FontCustomPlatformData
{
36
WTF_MAKE_NONCOPYABLE(
FontCustomPlatformData
);
38
FontCustomPlatformData
() { }
39
~
FontCustomPlatformData
();
46
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer*);
FontCustomPlatformData.cpp
22
#include "
FontCustomPlatformData
.h"
30
FontCustomPlatformData
::~
FontCustomPlatformData
()
34
FontPlatformData
FontCustomPlatformData
::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
39
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer* buffer)
45
bool
FontCustomPlatformData
::supportsFormat(const String& /* format */)
/external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformDataCairo.h
36
struct
FontCustomPlatformData
{
37
WTF_MAKE_NONCOPYABLE(
FontCustomPlatformData
);
39
FontCustomPlatformData
(cairo_font_face_t* fontFace)
43
~
FontCustomPlatformData
();
52
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer*);
FontCustomPlatformData.h
39
struct
FontCustomPlatformData
{
40
WTF_MAKE_NONCOPYABLE(
FontCustomPlatformData
);
42
FontCustomPlatformData
(HANDLE fontReference, const String& name)
48
~
FontCustomPlatformData
();
59
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer*);
FontCustomPlatformDataCairo.cpp
33
FontCustomPlatformData
::~
FontCustomPlatformData
()
38
FontPlatformData
FontCustomPlatformData
::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant)
48
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer* buffer)
61
return new
FontCustomPlatformData
(fontFace);
64
bool
FontCustomPlatformData
::supportsFormat(const String& format)
FontCustomPlatformData.cpp
22
#include "
FontCustomPlatformData
.h"
50
FontCustomPlatformData
::~
FontCustomPlatformData
()
62
FontPlatformData
FontCustomPlatformData
::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode renderingMode)
165
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer* buffer)
210
return new
FontCustomPlatformData
(fontReference, fontName);
213
bool
FontCustomPlatformData
::supportsFormat(const String& format)
/external/webkit/Source/WebCore/platform/graphics/wx/
FontCustomPlatformData.h
35
struct
FontCustomPlatformData
{
36
WTF_MAKE_NONCOPYABLE(
FontCustomPlatformData
);
38
FontCustomPlatformData
() { }
39
~
FontCustomPlatformData
();
46
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer*);
FontCustomPlatformData.cpp
22
#include "
FontCustomPlatformData
.h"
30
FontCustomPlatformData
::~
FontCustomPlatformData
()
34
FontPlatformData
FontCustomPlatformData
::fontPlatformData(int size, bool bold, bool italic, FontOrientation, FontWidthVariant, FontRenderingMode)
39
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer* buffer)
44
bool
FontCustomPlatformData
::supportsFormat(const String& /* format */)
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
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)
77
return new
FontCustomPlatformData
(face);
80
bool
FontCustomPlatformData
::supportsFormat(const String& format)
FontCustomPlatformData.h
43
class
FontCustomPlatformData
{
44
WTF_MAKE_NONCOPYABLE(
FontCustomPlatformData
);
46
FontCustomPlatformData
(SkTypeface* face);
47
~
FontCustomPlatformData
();
58
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer* buffer);
/external/webkit/Source/WebCore/platform/graphics/qt/
FontCustomPlatformData.h
38
struct
FontCustomPlatformData
{
39
WTF_MAKE_NONCOPYABLE(
FontCustomPlatformData
); WTF_MAKE_FAST_ALLOCATED;
41
FontCustomPlatformData
() { }
42
~
FontCustomPlatformData
();
53
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer* buffer);
FontCustomPlatformDataQt.cpp
23
#include "
FontCustomPlatformData
.h"
32
FontCustomPlatformData
::~
FontCustomPlatformData
()
37
FontPlatformData
FontCustomPlatformData
::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
49
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer* buffer)
59
FontCustomPlatformData
*data = new
FontCustomPlatformData
;
64
bool
FontCustomPlatformData
::supportsFormat(const String& format)
/external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.h
54
struct
FontCustomPlatformData
{
55
WTF_MAKE_NONCOPYABLE(
FontCustomPlatformData
);
58
FontCustomPlatformData
(HANDLE fontReference, const String& name)
63
explicit
FontCustomPlatformData
(SkTypeface* typeface)
68
~
FontCustomPlatformData
();
83
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer*);
FontCustomPlatformData.cpp
34
#include "
FontCustomPlatformData
.h"
57
FontCustomPlatformData
::~
FontCustomPlatformData
()
68
FontPlatformData
FontCustomPlatformData
::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation,
169
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer* buffer)
189
return new
FontCustomPlatformData
(fontReference, fontName);
195
return new
FontCustomPlatformData
(typeface);
202
bool
FontCustomPlatformData
::supportsFormat(const String& format)
/external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.h
42
struct
FontCustomPlatformData
{
43
WTF_MAKE_NONCOPYABLE(
FontCustomPlatformData
);
45
FontCustomPlatformData
(const String& name)
50
~
FontCustomPlatformData
();
59
FontCustomPlatformData
* createFontCustomPlatformData(const SharedBuffer*);
FontCustomPlatformData.cpp
23
#include "
FontCustomPlatformData
.h"
42
FontCustomPlatformData
::~
FontCustomPlatformData
()
48
FontPlatformData
FontCustomPlatformData
::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode renderingMode)
73
FontCustomPlatformData
* createFontCustomPlatformData(const SharedBuffer* buffer)
79
return new
FontCustomPlatformData
(fontName);
84
bool
FontCustomPlatformData
::supportsFormat(const String& format)
/external/webkit/Source/WebCore/platform/graphics/cairo/
FontCustomPlatformData.h
40
struct
FontCustomPlatformData
{
41
WTF_MAKE_NONCOPYABLE(
FontCustomPlatformData
);
43
FontCustomPlatformData
(FT_Face, SharedBuffer*);
44
~
FontCustomPlatformData
();
53
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer* buffer);
/external/webkit/Source/WebCore/platform/graphics/pango/
FontCustomPlatformDataPango.cpp
22
#include "
FontCustomPlatformData
.h"
29
FontCustomPlatformData
::~
FontCustomPlatformData
()
33
FontPlatformData
FontCustomPlatformData
::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
43
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer* buffer)
49
bool
FontCustomPlatformData
::supportsFormat(const String& /* format */)
/external/webkit/Source/WebCore/platform/graphics/freetype/
FontCustomPlatformDataFreeType.cpp
23
#include "
FontCustomPlatformData
.h"
38
FontCustomPlatformData
::
FontCustomPlatformData
(FT_Face freeTypeFace, SharedBuffer* buffer)
56
FontCustomPlatformData
::~
FontCustomPlatformData
()
62
FontPlatformData
FontCustomPlatformData
::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
67
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer* buffer)
90
return new
FontCustomPlatformData
(freeTypeFace, buffer);
93
bool
FontCustomPlatformData
::supportsFormat(const String& format)
/external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.h
41
struct
FontCustomPlatformData
{
42
WTF_MAKE_NONCOPYABLE(
FontCustomPlatformData
);
44
FontCustomPlatformData
(ATSFontContainerRef container, CGFontRef cgFont)
50
~
FontCustomPlatformData
();
60
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer*);
FontCustomPlatformData.cpp
22
#include "
FontCustomPlatformData
.h"
32
FontCustomPlatformData
::~
FontCustomPlatformData
()
41
FontPlatformData
FontCustomPlatformData
::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode)
46
FontCustomPlatformData
* createFontCustomPlatformData(SharedBuffer* buffer)
114
return new
FontCustomPlatformData
(containerRef, cgFontRef.releaseRef());
117
bool
FontCustomPlatformData
::supportsFormat(const String& format)
Completed in 247 milliseconds