Home
last modified time | relevance | path

Searched refs:ffuncs (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-font.h56 hb_font_funcs_reference (hb_font_funcs_t *ffuncs);
59 hb_font_funcs_destroy (hb_font_funcs_t *ffuncs);
62 hb_font_funcs_set_user_data (hb_font_funcs_t *ffuncs,
70 hb_font_funcs_get_user_data (hb_font_funcs_t *ffuncs,
75 hb_font_funcs_make_immutable (hb_font_funcs_t *ffuncs);
78 hb_font_funcs_is_immutable (hb_font_funcs_t *ffuncs);
200 hb_font_funcs_set_font_h_extents_func (hb_font_funcs_t *ffuncs,
216 hb_font_funcs_set_font_v_extents_func (hb_font_funcs_t *ffuncs,
232 hb_font_funcs_set_nominal_glyph_func (hb_font_funcs_t *ffuncs,
248 hb_font_funcs_set_nominal_glyphs_func (hb_font_funcs_t *ffuncs,
[all …]
Dhb-font.cc530 hb_font_funcs_t *ffuncs; in hb_font_funcs_create() local
532 if (!(ffuncs = hb_object_create<hb_font_funcs_t> ())) in hb_font_funcs_create()
535 ffuncs->get = _hb_font_funcs_default.get; in hb_font_funcs_create()
537 return ffuncs; in hb_font_funcs_create()
566 hb_font_funcs_reference (hb_font_funcs_t *ffuncs) in hb_font_funcs_reference() argument
568 return hb_object_reference (ffuncs); in hb_font_funcs_reference()
580 hb_font_funcs_destroy (hb_font_funcs_t *ffuncs) in hb_font_funcs_destroy() argument
582 if (!hb_object_destroy (ffuncs)) return; in hb_font_funcs_destroy()
584 #define HB_FONT_FUNC_IMPLEMENT(name) if (ffuncs->destroy.name) \ in hb_font_funcs_destroy()
585 ffuncs->destroy.name (ffuncs->user_data.name); in hb_font_funcs_destroy()
[all …]
Dhb-deprecated.h67 hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs,
183 hb_font_funcs_set_glyph_v_kerning_func (hb_font_funcs_t *ffuncs,
/external/harfbuzz_ng/test/api/
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()
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()
/external/harfbuzz_ng/util/
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()
/external/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi9120 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
9124 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
9131 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
9138 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
9145 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
9152 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
9159 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
9166 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
9173 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
9180 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
[all …]
/external/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi13754 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
13761 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
13774 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
13787 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
13800 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
13813 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
13826 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
13839 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
13852 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
13865 …<parameter type-id='type-id-145' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g…
[all …]