Home
last modified time | relevance | path

Searched refs:HB_NewFace (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-shaper.h228 HB_Face HB_NewFace(void *font, HB_GetFontTableFunc tableFunc);
Dharfbuzz-shaper.cpp970 HB_Face HB_NewFace(void *font, HB_GetFontTableFunc tableFunc) in HB_NewFace() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataLinux.cpp235 …m_harfbuzzFace = RefCountedHarfbuzzFace::create(HB_NewFace(const_cast<FontPlatformData*>(this), ha… in harfbuzzFace()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontPlatformDataAndroid.cpp271 HB_NewFace(const_cast<FontPlatformData*>(this), harfbuzzSkiaGetTable)); in harfbuzzFace()
/external/harfbuzz/tests/shaping/
Dmain.cpp214 HB_Face hbFace = HB_NewFace(face, hb_getSFntTable); in shaping()