Home
last modified time | relevance | path

Searched refs:_line_to (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-draw-fuzzer.cc30 _line_to (hb_position_t to_x, hb_position_t to_y, void *user_data_) in _line_to() function
143 hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) _line_to); in LLVMFuzzerTestOneInput()
/third_party/harfbuzz/test/fuzzing/
Dhb-draw-fuzzer.cc30 _line_to (hb_position_t to_x, hb_position_t to_y, void *user_data_) in _line_to() function
143 hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) _line_to); in LLVMFuzzerTestOneInput()
/third_party/chromium/patch/
D0001-cve.patch31099 - * _move_to, _line_to and _cubic_to calls are nessecary to be defined but we
46441 -_line_to (hb_position_t to_x, hb_position_t to_y, void *user_data_)
46442 +_line_to (hb_draw_funcs_t *dfuncs, void *draw_data_,
46541 - hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) _line_to);
46547 + hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) _line_to, nullptr, nullptr);