Searched defs:hb_draw_funcs_t (Results  1 – 4 of 4) sorted by relevance
| /external/harfbuzz_ng/src/ | 
| D | hb-draw.hh | 43 struct hb_draw_funcs_t  struct45   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 …]
 
 | 
| D | main.cc | 140 move_to (hb_draw_funcs_t *, draw_data_t *draw_data,  in move_to()  argument149 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
 
 | 
| D | hb-draw.h | 89 typedef struct hb_draw_funcs_t hb_draw_funcs_t;  typedef
 | 
| /external/harfbuzz_ng/perf/ | 
| D | benchmark-font.cc | 47 _hb_move_to (hb_draw_funcs_t *, void *, hb_draw_state_t *, float, float, void *) {}  in _hb_move_to()  argument50 _hb_line_to (hb_draw_funcs_t *, void *, hb_draw_state_t *, float, float, void *) {}  in _hb_line_to()  argument
 56 _hb_cubic_to (hb_draw_funcs_t *, void *, hb_draw_state_t *, float, float, float, float, float, floa…  in _hb_cubic_to()  argument
 59 _hb_close_path (hb_draw_funcs_t *, void *, hb_draw_state_t *, void *) {}  in _hb_close_path()  argument
 
 |