Home
last modified time | relevance | path

Searched defs:hb_draw_funcs_t (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-draw.hh43 struct hb_draw_funcs_t struct
45 hb_object_header_t header;
47 struct {
51 } func;
53 struct {
57 } *user_data;
59 struct {
63 } *destroy;
65 void emit_move_to (void *draw_data, hb_draw_state_t &st, in emit_move_to()
70 void emit_line_to (void *draw_data, hb_draw_state_t &st, in emit_line_to()
[all …]
H A Dmain.cc140 move_to (hb_draw_funcs_t *, draw_data_t *draw_data, in move_to() argument
149 line_to (hb_draw_funcs_t *, draw_data_t *draw_data, in line_to() argument
158 quadratic_to (hb_draw_funcs_t *, draw_data_t *draw_data, in quadratic_to() argument
169 cubic_to (hb_draw_funcs_t *, draw_data_t *draw_data, in cubic_to() argument
182 close_path (hb_draw_funcs_t *, draw_data_t *draw_data, in close_path() argument
H A Dhb-draw.h89 typedef struct hb_draw_funcs_t hb_draw_funcs_t; typedef
/aosp_15_r20/external/harfbuzz_ng/perf/
H A Dbenchmark-font.cc37 _hb_move_to (hb_draw_funcs_t *, void *draw_data, hb_draw_state_t *, float x, float y, void *) in _hb_move_to() argument
44 _hb_line_to (hb_draw_funcs_t *, void *draw_data, hb_draw_state_t *, float x, float y, void *) in _hb_line_to() argument
51 _hb_quadratic_to (hb_draw_funcs_t *, void *draw_data, hb_draw_state_t *, float cx, float cy, float … in _hb_quadratic_to() argument
58 _hb_cubic_to (hb_draw_funcs_t *, void *draw_data, hb_draw_state_t *, float cx1, float cy1, float cx… in _hb_cubic_to() argument
65 _hb_close_path (hb_draw_funcs_t *, void *draw_data, hb_draw_state_t *, void *) in _hb_close_path() argument