Searched refs:HB_FaceRec_ (Results 1 – 8 of 8) sorted by relevance
45 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;
49 HB_FaceRec_* hbFace = platformData.harfbuzzFace(); in substituteWithVerticalGlyphs()
266 HB_FaceRec_* FontPlatformData::harfbuzzFace() const in harfbuzzFace()
46 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;
232 HB_FaceRec_* FontPlatformData::harfbuzzFace() const in harfbuzzFace()
114 typedef struct HB_FaceRec_ *HB_Face;
208 typedef struct HB_FaceRec_ { struct
46 HB_FaceRec_* hbFace = fontData->platformData().harfbuzzFace(); in substituteWithVerticalGlyphs()