/aosp_15_r20/external/harfbuzz_ng/perf/ |
H A D | benchmark-font.cc | 74 hb_draw_funcs_t *draw_funcs = hb_draw_funcs_create (); in _draw_funcs_create() local 75 hb_draw_funcs_set_move_to_func (draw_funcs, _hb_move_to, nullptr, nullptr); in _draw_funcs_create() 76 hb_draw_funcs_set_line_to_func (draw_funcs, _hb_line_to, nullptr, nullptr); in _draw_funcs_create() 77 hb_draw_funcs_set_quadratic_to_func (draw_funcs, _hb_quadratic_to, nullptr, nullptr); in _draw_funcs_create() 78 hb_draw_funcs_set_cubic_to_func (draw_funcs, _hb_cubic_to, nullptr, nullptr); in _draw_funcs_create() 79 hb_draw_funcs_set_close_path_func (draw_funcs, _hb_close_path, nullptr, nullptr); in _draw_funcs_create() 80 return draw_funcs; in _draw_funcs_create() 177 hb_draw_funcs_t *draw_funcs = _draw_funcs_create (); in BM_Font() local 182 hb_font_draw_glyph (font, gid, draw_funcs, &i); in BM_Font() 184 hb_draw_funcs_destroy (draw_funcs); in BM_Font()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-font.cc | 515 hb_draw_funcs_t *draw_funcs, in hb_font_draw_glyph_nil() argument 534 hb_draw_funcs_t *draw_funcs; member 553 adaptor->draw_funcs->emit_move_to (adaptor->draw_data, *st, in hb_draw_move_to_default() 571 adaptor->draw_funcs->emit_line_to (adaptor->draw_data, *st, in hb_draw_line_to_default() 590 adaptor->draw_funcs->emit_quadratic_to (adaptor->draw_data, *st, in hb_draw_quadratic_to_default() 611 adaptor->draw_funcs->emit_cubic_to (adaptor->draw_data, *st, in hb_draw_cubic_to_default() 624 adaptor->draw_funcs->emit_close_path (adaptor->draw_data, *st); in hb_draw_close_path_default() 641 hb_draw_funcs_t *draw_funcs, in hb_font_draw_glyph_default() argument 646 draw_funcs, in hb_font_draw_glyph_default()
|
H A D | hb-ot-font.cc | 518 hb_draw_funcs_t *draw_funcs, void *draw_data, in hb_ot_draw_glyph() argument 525 hb_draw_session_t draw_session (embolden ? hb_outline_recording_pen_get_funcs () : draw_funcs, in hb_ot_draw_glyph() 548 outline.replay (draw_funcs, draw_data); in hb_ot_draw_glyph()
|
H A D | hb-coretext-font.cc | 294 hb_draw_funcs_t *draw_funcs, void *draw_data, in hb_coretext_draw_glyph() argument 310 hb_draw_session_t drawing = {draw_funcs, draw_data, font->slant}; in hb_coretext_draw_glyph()
|
H A D | hb-gobject-structs.cc | 93 HB_DEFINE_OBJECT_TYPE (draw_funcs)
|
H A D | hb-deprecated.h | 275 hb_draw_funcs_t *draw_funcs, void *draw_data,
|
H A D | hb-font.hh | 431 hb_draw_funcs_t *draw_funcs, void *draw_data) in draw_glyph() 435 draw_funcs, draw_data, in draw_glyph()
|
H A D | hb-cplusplus.hh | 160 HB_DEFINE_VTABLE (draw_funcs);
|
H A D | hb-ft.cc | 853 hb_draw_funcs_t *draw_funcs, void *draw_data, in hb_ft_draw_glyph() argument 876 hb_draw_session_t draw_session (draw_funcs, draw_data, font->slant_xy); in hb_ft_draw_glyph()
|
H A D | hb-font.h | 504 hb_draw_funcs_t *draw_funcs, void *draw_data,
|
/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-draw.c | 1070 hb_draw_funcs_t *draw_funcs = hb_draw_funcs_create (); in test_hb_draw_immutable() local 1071 g_assert (!hb_draw_funcs_is_immutable (draw_funcs)); in test_hb_draw_immutable() 1072 hb_draw_funcs_make_immutable (draw_funcs); in test_hb_draw_immutable() 1073 g_assert (hb_draw_funcs_is_immutable (draw_funcs)); in test_hb_draw_immutable() 1074 hb_draw_funcs_destroy (draw_funcs); in test_hb_draw_immutable()
|
/aosp_15_r20/bootable/recovery/recovery_ui/include/recovery_ui/ |
H A D | screen_ui.h | 110 size_t initial_selection, int char_height, const DrawInterface& draw_funcs); 171 size_t initial_selection, const DrawInterface& draw_funcs);
|
/aosp_15_r20/bootable/recovery/recovery_ui/ |
H A D | screen_ui.cpp | 72 size_t initial_selection, int char_height, const DrawInterface& draw_funcs) in TextMenu() argument 73 : Menu(initial_selection, draw_funcs), in TextMenu() 208 size_t initial_selection, const DrawInterface& draw_funcs) in GraphicMenu() argument 209 : Menu(initial_selection, draw_funcs) { in GraphicMenu()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 4187 static pipe_draw_func draw_funcs[16] = { variable 4224 draw_funcs[index](_pipe, info, drawid_offset, indirect, draws, num_draws); in tc_draw_vbo()
|