Searched refs:HB_NewFace (Results 1 – 5 of 5) sorted by relevance
228 HB_Face HB_NewFace(void *font, HB_GetFontTableFunc tableFunc);
970 HB_Face HB_NewFace(void *font, HB_GetFontTableFunc tableFunc) in HB_NewFace() function
235 …m_harfbuzzFace = RefCountedHarfbuzzFace::create(HB_NewFace(const_cast<FontPlatformData*>(this), ha… in harfbuzzFace()
271 HB_NewFace(const_cast<FontPlatformData*>(this), harfbuzzSkiaGetTable)); in harfbuzzFace()
214 HB_Face hbFace = HB_NewFace(face, hb_getSFntTable); in shaping()