/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | FontCustomPlatformData.h | 54 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/ |
D | FontCustomPlatformData.h | 39 struct FontCustomPlatformData { struct 42 FontCustomPlatformData(HANDLE fontReference, const String& name) in FontCustomPlatformData() argument 59 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*); argument
|
D | FontCustomPlatformDataCairo.h | 36 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/ |
D | FontCustomPlatformData.h | 41 struct FontCustomPlatformData { struct 44 FontCustomPlatformData(ATSFontContainerRef container, CGFontRef cgFont) in FontCustomPlatformData() function 60 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer*); argument
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontCustomPlatformData.h | 42 struct FontCustomPlatformData { struct 45 FontCustomPlatformData(const String& name) in FontCustomPlatformData() argument 59 FontCustomPlatformData* createFontCustomPlatformData(const SharedBuffer*); argument
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontCustomPlatformData.h | 38 struct FontCustomPlatformData { struct 41 FontCustomPlatformData() { } in FontCustomPlatformData() function 53 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer); argument
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | FontCustomPlatformData.h | 35 struct FontCustomPlatformData { struct 38 FontCustomPlatformData() { } in FontCustomPlatformData() argument
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | FontCustomPlatformData.h | 35 struct FontCustomPlatformData { struct 38 FontCustomPlatformData() { } in FontCustomPlatformData() argument
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | FontCustomPlatformData.h | 40 struct FontCustomPlatformData { struct 53 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer); argument
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | FontCustomPlatformData.cpp | 36 FontCustomPlatformData::FontCustomPlatformData(SkTypeface* face) in FontCustomPlatformData() function in WebCore::FontCustomPlatformData
|
/external/webkit/Source/WebCore/platform/graphics/freetype/ |
D | FontCustomPlatformDataFreeType.cpp | 38 FontCustomPlatformData::FontCustomPlatformData(FT_Face freeTypeFace, SharedBuffer* buffer) in FontCustomPlatformData() function in WebCore::FontCustomPlatformData
|