Home
last modified time | relevance | path

Searched refs:ffuncs (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.h75 hb_font_funcs_reference (hb_font_funcs_t *ffuncs);
78 hb_font_funcs_destroy (hb_font_funcs_t *ffuncs);
81 hb_font_funcs_set_user_data (hb_font_funcs_t *ffuncs,
89 hb_font_funcs_get_user_data (hb_font_funcs_t *ffuncs,
94 hb_font_funcs_make_immutable (hb_font_funcs_t *ffuncs);
97 hb_font_funcs_is_immutable (hb_font_funcs_t *ffuncs);
519 * @ffuncs: A font-function structure
529 hb_font_funcs_set_font_h_extents_func (hb_font_funcs_t *ffuncs,
535 * @ffuncs: A font-function structure
545 hb_font_funcs_set_font_v_extents_func (hb_font_funcs_t *ffuncs,
[all...]
H A Dhb-font.cc562 hb_font_funcs_t *ffuncs; in hb_font_funcs_create() local
564 if (!(ffuncs = hb_object_create<hb_font_funcs_t> ())) in hb_font_funcs_create()
567 ffuncs->get = _hb_font_funcs_default.get; in hb_font_funcs_create()
569 return ffuncs; in hb_font_funcs_create()
589 * @ffuncs: The font-functions structure
598 hb_font_funcs_reference (hb_font_funcs_t *ffuncs) in hb_font_funcs_reference() argument
600 return hb_object_reference (ffuncs); in hb_font_funcs_reference()
605 * @ffuncs: The font-functions structure
614 hb_font_funcs_destroy (hb_font_funcs_t *ffuncs) in hb_font_funcs_destroy() argument
616 if (!hb_object_destroy (ffuncs)) retur in hb_font_funcs_destroy()
641 hb_font_funcs_set_user_data(hb_font_funcs_t *ffuncs, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy , hb_bool_t replace) hb_font_funcs_set_user_data() argument
663 hb_font_funcs_get_user_data(hb_font_funcs_t *ffuncs, hb_user_data_key_t *key) hb_font_funcs_get_user_data() argument
679 hb_font_funcs_make_immutable(hb_font_funcs_t *ffuncs) hb_font_funcs_make_immutable() argument
698 hb_font_funcs_is_immutable(hb_font_funcs_t *ffuncs) hb_font_funcs_is_immutable() argument
2342 hb_font_funcs_set_glyph_func(hb_font_funcs_t *ffuncs, hb_font_get_glyph_func_t func, void *user_data, hb_destroy_func_t destroy ) hb_font_funcs_set_glyph_func() argument
[all...]
H A Dhb-deprecated.h106 hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs,
228 * @ffuncs: A font-function structure
239 hb_font_funcs_set_glyph_v_kerning_func (hb_font_funcs_t *ffuncs,
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-shape.c116 hb_font_funcs_t *ffuncs; in test_shape() local
126 ffuncs = hb_font_funcs_create (); in test_shape()
127 hb_font_funcs_set_glyph_h_advance_func (ffuncs, glyph_h_advance_func, NULL, NULL); in test_shape()
128 hb_font_funcs_set_nominal_glyph_func (ffuncs, glyph_func, malloc (10), free); in test_shape()
129 hb_font_set_funcs (font, ffuncs, NULL, NULL); in test_shape()
130 hb_font_funcs_destroy (ffuncs); in test_shape()
H A Dtest-font.c152 _test_fontfuncs_nil (hb_font_funcs_t *ffuncs) in _test_fontfuncs_nil() argument
170 hb_font_set_funcs (font, ffuncs, &freed, free_up); in _test_fontfuncs_nil()
199 hb_font_funcs_t *ffuncs; in test_fontfuncs_nil() local
201 ffuncs = hb_font_funcs_create (); in test_fontfuncs_nil()
203 g_assert (!hb_font_funcs_is_immutable (ffuncs)); in test_fontfuncs_nil()
206 hb_font_funcs_destroy (ffuncs); in test_fontfuncs_nil()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-fc.cc79 const hb_font_funcs_t *ffuncs; in _hb_fc_get_font_funcs() local
81 if (!(ffuncs = fc_ffuncs)) in _hb_fc_get_font_funcs()
91 fc_ffuncs = ffuncs = newfuncs; in _hb_fc_get_font_funcs()

Completed in 5 milliseconds