Searched refs:fontFuncs (Results 1 – 1 of 1) sorted by relevance
103 static hb_font_funcs_t* fontFuncs = nullptr; in getFontFuncs() local106 fontFuncs = hb_font_funcs_create(); in getFontFuncs()110 hb_font_funcs_set_glyph_h_advances_func(fontFuncs, harfbuzzGetGlyphHorizontalAdvances, 0, in getFontFuncs()112 hb_font_funcs_set_glyph_h_origin_func(fontFuncs, harfbuzzGetGlyphHorizontalOrigin, 0, 0); in getFontFuncs()113 hb_font_funcs_make_immutable(fontFuncs); in getFontFuncs()115 return fontFuncs; in getFontFuncs()119 static hb_font_funcs_t* fontFuncs = nullptr; in getFontFuncsForEmoji() local122 fontFuncs = hb_font_funcs_create(); in getFontFuncsForEmoji()128 hb_font_funcs_set_glyph_h_origin_func(fontFuncs, harfbuzzGetGlyphHorizontalOrigin, 0, 0); in getFontFuncsForEmoji()129 hb_font_funcs_make_immutable(fontFuncs); in getFontFuncsForEmoji()[all …]