Searched refs:HB_FaceRec_ (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontPlatformData.h45 struct HB_FaceRec_;
93 HB_FaceRec_* harfbuzzFace() const;
104 static PassRefPtr<RefCountedHarfbuzzFace> create(HB_FaceRec_* harfbuzzFace)
111 HB_FaceRec_* face() const { return m_harfbuzzFace; }
114 RefCountedHarfbuzzFace(HB_FaceRec_* harfbuzzFace) : m_harfbuzzFace(harfbuzzFace)
118 HB_FaceRec_* m_harfbuzzFace;
H A DGlyphMapAndroid.cpp49 HB_FaceRec_* hbFace = platformData.harfbuzzFace();
H A DFontPlatformDataAndroid.cpp266 HB_FaceRec_* FontPlatformData::harfbuzzFace() const
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformDataLinux.h46 struct HB_FaceRec_;
131 HB_FaceRec_* harfbuzzFace() const;
143 static PassRefPtr<RefCountedHarfbuzzFace> create(HB_FaceRec_* harfbuzzFace)
150 HB_FaceRec_* face() const { return m_harfbuzzFace; }
153 RefCountedHarfbuzzFace(HB_FaceRec_* harfbuzzFace) : m_harfbuzzFace(harfbuzzFace)
157 HB_FaceRec_* m_harfbuzzFace;
H A DFontPlatformDataLinux.cpp232 HB_FaceRec_* FontPlatformData::harfbuzzFace() const
/external/harfbuzz/src/
H A Dharfbuzz-global.h114 typedef struct HB_FaceRec_ *HB_Face;
H A Dharfbuzz-shaper.h208 typedef struct HB_FaceRec_ { struct
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGlyphPageTreeNodeSkia.cpp46 HB_FaceRec_* hbFace = fontData->platformData().harfbuzzFace();

Completed in 222 milliseconds