Home
last modified time | relevance | path

Searched refs:harfbuzzSkiaGetTable (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DHarfbuzzSkia.h59 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag, HB_Byte* buffer, HB_UInt* len);
DHarfbuzzSkia.cpp212 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag tag, HB_Byte* buffer, HB_UInt* len) in harfbuzzSkiaGetTable() function
DTextLayoutCache.cpp350 shaperItem.face = HB_NewFace(shaperItem.font, harfbuzzSkiaGetTable); in initShaperItem()