HomeSort by relevance Sort by last modified time
    Searched refs:HB_FaceRec_ (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformData.h 45 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;
GlyphMapAndroid.cpp 49 HB_FaceRec_* hbFace = platformData.harfbuzzFace();
FontPlatformDataAndroid.cpp 266 HB_FaceRec_* FontPlatformData::harfbuzzFace() const
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 46 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;
FontPlatformDataLinux.cpp 232 HB_FaceRec_* FontPlatformData::harfbuzzFace() const
  /external/harfbuzz/src/
harfbuzz-global.h 114 typedef struct HB_FaceRec_ *HB_Face;
harfbuzz-shaper.h 208 typedef struct HB_FaceRec_ {
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-global.h 121 typedef struct HB_FaceRec_ *HB_Face;
harfbuzz-shaper.h 177 typedef struct HB_FaceRec_ {
  /external/webkit/Source/WebCore/platform/graphics/skia/
GlyphPageTreeNodeSkia.cpp 46 HB_FaceRec_* hbFace = fontData->platformData().harfbuzzFace();
  /external/harfbuzz_ng/src/
hb-old.cc 28 #define hb_old_shaper_face_data_t HB_FaceRec_

Completed in 77 milliseconds