/external/webkit/Source/WebCore/platform/graphics/cairo/ |
RefPtrCairo.h | 27 typedef struct _cairo_font_face cairo_font_face_t; typedef in typeref:struct:_cairo_font_face 43 template<> void refIfNotNull(cairo_font_face_t* ptr); 44 template<> void derefIfNotNull(cairo_font_face_t* ptr);
|
FontCustomPlatformData.h | 33 typedef struct _cairo_font_face cairo_font_face_t; typedef in typeref:struct:_cairo_font_face 50 cairo_font_face_t* m_fontFace;
|
RefPtrCairo.cpp | 55 template<> void refIfNotNull(cairo_font_face_t* ptr) 61 template<> void derefIfNotNull(cairo_font_face_t* ptr)
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontCustomPlatformDataCairo.h | 39 FontCustomPlatformData(cairo_font_face_t* fontFace) 49 cairo_font_face_t* m_fontFace;
|
FontPlatformDataCairoWin.cpp | 43 cairo_font_face_t* fontFace = cairo_win32_font_face_create_for_hfont(font); 59 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool oblique)
|
FontCustomPlatformDataCairo.cpp | 54 cairo_font_face_t* fontFace = cairo_win32_font_face_create_for_hfont(font);
|
/external/webkit/Source/WebCore/platform/graphics/freetype/ |
FontPlatformData.h | 59 FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic); 103 void initializeWithFontFace(cairo_font_face_t*);
|
FontPlatformDataFreeType.cpp | 124 RefPtr<cairo_font_face_t> fontFace = adoptRef(cairo_ft_font_face_create_for_pattern(m_pattern.get())); 150 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic) 242 void FontPlatformData::initializeWithFontFace(cairo_font_face_t* fontFace)
|
FontCustomPlatformDataFreeType.cpp | 50 // this cairo_font_face_t is destroyed, it cleans up the FreeType face as well.
|
/external/icu4c/samples/layout/ |
GnomeFontInstance.h | 54 cairo_font_face_t *fCairoFace;
|
/external/webkit/Source/WebCore/platform/graphics/pango/ |
FontPlatformData.h | 58 FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic);
|
FontPlatformDataPango.cpp | 108 cairo_font_face_t* face = cairo_ft_font_face_create_for_pattern(fcfont->font_pattern); 139 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool italic)
|
/external/webkit/Source/WebCore/platform/graphics/ |
FontPlatformData.h | 207 FontPlatformData(cairo_font_face_t*, float size, bool bold, bool italic);
|
/external/harfbuzz_ng/util/ |
helper-cairo.cc | 69 cairo_font_face_t *cairo_face;
|