Searched refs:fontFuncs (Results 1 – 1 of 1) sorted by relevance
90 static hb_font_funcs_t* fontFuncs = nullptr; in getFontFuncs() local93 fontFuncs = hb_font_funcs_create(); in getFontFuncs()96 hb_font_funcs_set_glyph_h_advance_func(fontFuncs, harfbuzzGetGlyphHorizontalAdvance, 0, 0); in getFontFuncs()97 hb_font_funcs_set_glyph_h_origin_func(fontFuncs, harfbuzzGetGlyphHorizontalOrigin, 0, 0); in getFontFuncs()98 hb_font_funcs_make_immutable(fontFuncs); in getFontFuncs()100 return fontFuncs; in getFontFuncs()105 static hb_font_funcs_t* fontFuncs = nullptr; in getFontFuncsForEmoji() local108 fontFuncs = hb_font_funcs_create(); in getFontFuncsForEmoji()114 hb_font_funcs_set_glyph_h_origin_func(fontFuncs, harfbuzzGetGlyphHorizontalOrigin, 0, 0); in getFontFuncsForEmoji()115 hb_font_funcs_make_immutable(fontFuncs); in getFontFuncsForEmoji()[all …]