Home
last modified time | relevance | path

Searched refs:control1_y (Results 1 – 15 of 15) sorted by relevance

/third_party/harfbuzz/src/
Dhb-draw.hh90 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to()
94 if (equal_to_current (control1_x, control1_y) && in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
Dhb-draw.h42 typedef void (*hb_draw_cubic_to_func_t) (hb_position_t control1_x, hb_position_t control1_y,
Dhb-draw.cc134 _cubic_to_nil (hb_position_t control1_x HB_UNUSED, hb_position_t control1_y HB_UNUSED, in _cubic_to_nil()
Dmain.cc159 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to() argument
164 fprintf (user_data.f, "C%d,%d %d,%d %d,%d", control1_x, user_data.ascender - control1_y, in cubic_to()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-draw.hh90 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to()
94 if (equal_to_current (control1_x, control1_y) && in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
Dhb-draw.h42 typedef void (*hb_draw_cubic_to_func_t) (hb_position_t control1_x, hb_position_t control1_y,
Dhb-draw.cc134 _cubic_to_nil (hb_position_t control1_x HB_UNUSED, hb_position_t control1_y HB_UNUSED, in _cubic_to_nil()
Dmain.cc160 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to() argument
165 fprintf (user_data.f, "C%d,%d %d,%d %d,%d", control1_x, user_data.ascender - control1_y, in cubic_to()
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-draw-fuzzer.cc54 _cubic_to (hb_position_t control1_x, hb_position_t control1_y, in _cubic_to() argument
60 assert (user_data->path_last_x != control1_x || user_data->path_last_y != control1_y || in _cubic_to()
/third_party/harfbuzz/test/fuzzing/
Dhb-draw-fuzzer.cc54 _cubic_to (hb_position_t control1_x, hb_position_t control1_y, in _cubic_to() argument
60 assert (user_data->path_last_x != control1_x || user_data->path_last_y != control1_y || in _cubic_to()
/third_party/harfbuzz/perf/
Dperf-draw.hh26 _hb_cubic_to (hb_position_t control1_x HB_UNUSED, hb_position_t control1_y HB_UNUSED, in _hb_cubic_to()
/third_party/skia/third_party/externals/harfbuzz/perf/
Dperf-draw.hh26 _hb_cubic_to (hb_position_t control1_x HB_UNUSED, hb_position_t control1_y HB_UNUSED, in _hb_cubic_to()
/third_party/harfbuzz/test/api/
Dtest-draw.c136 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to() argument
145 user_data->consumed += _hb_itoa (control1_y, user_data->str + user_data->consumed); in cubic_to()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-draw.c136 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to() argument
145 user_data->consumed += _hb_itoa (control1_y, user_data->str + user_data->consumed); in cubic_to()
/third_party/chromium/patch/
D0001-cve.patch30633 + float control1_x HB_UNUSED, float control1_y HB_UNUSED,
30816 -_cubic_to_nil (hb_position_t control1_x HB_UNUSED, hb_position_t control1_y HB_UNUSED,
30962 + * @control1_y: Y component of first control point
30980 + float control1_x, float control1_y,
30986 + control1_x, control1_y,
31049 -typedef void (*hb_draw_cubic_to_func_t) (hb_position_t control1_x, hb_position_t control1_y,
31182 + * @control1_y: Y component of first control point
31197 + float control1_x, float control1_y,
31350 + float control1_x, float control1_y,
31443 + float control1_x, float control1_y,
[all …]