Home
last modified time | relevance | path

Searched defs:FontCustomPlatformData (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
DFontCustomPlatformData.h54 struct FontCustomPlatformData { struct
58 FontCustomPlatformData(HANDLE fontReference, const String& name) in FontCustomPlatformData() function
83 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*); argument
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCustomPlatformData.h39 struct FontCustomPlatformData { struct
42 FontCustomPlatformData(HANDLE fontReference, const String& name) in FontCustomPlatformData() argument
59 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*); argument
DFontCustomPlatformDataCairo.h36 struct FontCustomPlatformData { struct
39 FontCustomPlatformData(cairo_font_face_t* fontFace) in FontCustomPlatformData() argument
52 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*); argument
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontCustomPlatformData.h41 struct FontCustomPlatformData { struct
44 FontCustomPlatformData(ATSFontContainerRef container, CGFontRef cgFont) in FontCustomPlatformData() function
60 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*); argument
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontCustomPlatformData.h42 struct FontCustomPlatformData { struct
45 FontCustomPlatformData(const String& name) in FontCustomPlatformData() argument
59 FontCustomPlatformData* createFontCustomPlatformData(const SharedBuffer*); argument
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontCustomPlatformData.h38 struct FontCustomPlatformData { struct
41 FontCustomPlatformData() { } in FontCustomPlatformData() function
53 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer); argument
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontCustomPlatformData.h35 struct FontCustomPlatformData { struct
38 FontCustomPlatformData() { } in FontCustomPlatformData() argument
/external/webkit/Source/WebCore/platform/graphics/haiku/
DFontCustomPlatformData.h35 struct FontCustomPlatformData { struct
38 FontCustomPlatformData() { } in FontCustomPlatformData() argument
/external/webkit/Source/WebCore/platform/graphics/cairo/
DFontCustomPlatformData.h40 struct FontCustomPlatformData { struct
53 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer); argument
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontCustomPlatformData.cpp36 FontCustomPlatformData::FontCustomPlatformData(SkTypeface* face) in FontCustomPlatformData() function in WebCore::FontCustomPlatformData
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontCustomPlatformDataFreeType.cpp38 FontCustomPlatformData::FontCustomPlatformData(FT_Face freeTypeFace, SharedBuffer* buffer) in FontCustomPlatformData() function in WebCore::FontCustomPlatformData