Home
last modified time | relevance | path

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

/third_party/harfbuzz/src/
Dhb-draw.hh91 hb_position_t control2_x, hb_position_t control2_y, in cubic_to()
95 equal_to_current (control2_x, control2_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.h43 hb_position_t control2_x, hb_position_t control2_y,
Dhb-draw.cc135 hb_position_t control2_x HB_UNUSED, hb_position_t control2_y HB_UNUSED, in _cubic_to_nil()
Dmain.cc160 hb_position_t control2_x, hb_position_t control2_y, in cubic_to() argument
165 control2_x, user_data.ascender - control2_y, in cubic_to()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-draw.hh91 hb_position_t control2_x, hb_position_t control2_y, in cubic_to()
95 equal_to_current (control2_x, control2_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.h43 hb_position_t control2_x, hb_position_t control2_y,
Dhb-draw.cc135 hb_position_t control2_x HB_UNUSED, hb_position_t control2_y HB_UNUSED, in _cubic_to_nil()
Dmain.cc161 hb_position_t control2_x, hb_position_t control2_y, in cubic_to() argument
166 control2_x, user_data.ascender - control2_y, in cubic_to()
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-draw-fuzzer.cc55 hb_position_t control2_x, hb_position_t control2_y, in _cubic_to() argument
61 user_data->path_last_x != control2_x || user_data->path_last_y != control2_y || in _cubic_to()
/third_party/harfbuzz/test/fuzzing/
Dhb-draw-fuzzer.cc55 hb_position_t control2_x, hb_position_t control2_y, in _cubic_to() argument
61 user_data->path_last_x != control2_x || user_data->path_last_y != control2_y || in _cubic_to()
/third_party/skia/third_party/externals/harfbuzz/perf/
Dperf-draw.hh27 hb_position_t control2_x HB_UNUSED, hb_position_t control2_y HB_UNUSED, in _hb_cubic_to()
/third_party/harfbuzz/perf/
Dperf-draw.hh27 hb_position_t control2_x HB_UNUSED, hb_position_t control2_y HB_UNUSED, in _hb_cubic_to()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-draw.c137 hb_position_t control2_x, hb_position_t control2_y, in cubic_to() argument
147 user_data->consumed += _hb_itoa (control2_x, user_data->str + user_data->consumed); in cubic_to()
/third_party/harfbuzz/test/api/
Dtest-draw.c137 hb_position_t control2_x, hb_position_t control2_y, in cubic_to() argument
147 user_data->consumed += _hb_itoa (control2_x, user_data->str + user_data->consumed); in cubic_to()
/third_party/chromium/patch/
D0001-cve.patch30634 + float control2_x HB_UNUSED, float control2_y HB_UNUSED,
30817 - hb_position_t control2_x HB_UNUSED, hb_position_t control2_y HB_UNUSED,
30963 + * @control2_x: X component of second control point
30981 + float control2_x, float control2_y,
30987 + control2_x, control2_y,
31050 - hb_position_t control2_x, hb_position_t control2_y,
31183 + * @control2_x: X component of second control point
31198 + float control2_x, float control2_y,
31351 + float control2_x, float control2_y,
31444 + float control2_x, float control2_y,
[all …]