Searched refs:_line_to (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
D | hb-draw-fuzzer.cc | 30 _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/ |
D | hb-draw-fuzzer.cc | 30 _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/ |
D | 0001-cve.patch | 31099 - * _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);
|