Home
last modified time | relevance | path

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

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