Home
last modified time | relevance | path

Searched refs:move_to (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-draw.cc39 * @move_to: move-to callback
47 hb_draw_move_to_func_t move_to) in hb_draw_funcs_set_move_to_func()
50 funcs->move_to = move_to; in hb_draw_funcs_set_move_to_func()
73 * @move_to: quadratic-to callback
156 funcs->move_to = (hb_draw_move_to_func_t) _move_to_nil; in hb_draw_funcs_create()
46 hb_draw_funcs_set_move_to_func(hb_draw_funcs_t *funcs, hb_draw_move_to_func_t move_to) hb_draw_funcs_set_move_to_func() argument
H A Dhb-draw.hh35 hb_draw_move_to_func_t move_to; member
54 void move_to (hb_position_t x, hb_position_t y) in move_to() function
124 funcs->move_to (path_start_x, path_start_y, user_data); in start_path()
H A Dhb-ot-cff2-table.cc155 void move_to (const point_t &p) in move_to() function
156 { draw_helper->move_to (font->em_scalef_x (p.x.to_real ()), font->em_scalef_y (p.y.to_real ())); } in move_to()
177 param.move_to (pt); in moveto()
H A Dhb-aat-layout-morx-table.hh513 if (unlikely (!buffer->move_to (match_positions[--cursor % ARRAY_LENGTH (match_positions)]))) return; in transition()
546 if (unlikely (!buffer->move_to (match_positions[--match_length % ARRAY_LENGTH (match_positions)]))) return; in transition()
550 if (unlikely (!buffer->move_to (lig_end))) return; in transition()
557 if (unlikely (!buffer->move_to (end))) return; in transition()
753 if (unlikely (!buffer->move_to (mark))) return; in transition()
762 if (unlikely (!buffer->move_to (end + count))) return; in transition()
804 if (unlikely (!buffer->move_to ((flags & DontAdvance) ? end : end + count))) return; in transition()
H A Dhb-draw.h62 hb_draw_move_to_func_t move_to);
H A Dhb-ot-cff1-table.cc457 void move_to (const point_t &p) in move_to() function
461 draw_helper->move_to (font->em_scalef_x (point.x.to_real ()), font->em_scalef_y (point.y.to_real ())); in move_to()
498 param.move_to (pt); in moveto()
H A Dmain.cc139 move_to (hb_position_t to_x, hb_position_t to_y, user_data_t &user_data) in move_to() function
303 hb_draw_funcs_set_move_to_func (funcs, (hb_draw_move_to_func_t) move_to); in dump_glyphs()
H A Dhb-buffer.hh335 HB_NODISCARD HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
H A Dhb-ot-glyf-table.hh1171 draw_helper->move_to (font->em_scalef_x (p.x), font->em_scalef_y (p.y)); in consume_point()
1180 draw_helper->move_to (font->em_scalef_x (mid.x), font->em_scalef_y (mid.y)); in consume_point()
H A Dhb-buffer.cc333 hb_buffer_t::move_to (unsigned int i) in move_to() function in hb_buffer_t
H A Dhb-ot-layout-gsubgpos.hh1378 if (unlikely (!buffer->move_to (match_positions[idx]))) in apply_lookup()
1460 (void) buffer->move_to (end); in apply_lookup()
/third_party/mesa3d/.gitlab-ci/tests/
H A Dtest_lava_job_submitter.py312 frozen_time.move_to(first_log_time)
316 frozen_time.move_to(last_log_time)
325 frozen_time.move_to(first_log_time)
/third_party/skia/third_party/externals/harfbuzz/perf/
H A Dperf-draw.hh102 draw_funcs.move_to = (FT_Outline_MoveToFunc) _ft_move_to; in draw()
125 builder.move_to = _tp_move_to; in draw()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftimage.h625 * move_to ::
660 FT_Outline_MoveToFunc move_to; member
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-draw.c98 move_to (hb_position_t to_x, hb_position_t to_y, user_data_t *user_data) in move_to() function
907 hb_draw_funcs_set_move_to_func (funcs, (hb_draw_move_to_func_t) move_to); in main()
915 hb_draw_funcs_set_move_to_func (funcs2, (hb_draw_move_to_func_t) move_to); in main()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c134 error = func_interface->move_to( &v_start, user ); in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c1739 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
1899 (FT_Outline_MoveTo_Func) gray_move_to, /* move_to */
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs45428 unsafe fn move_to(&mut self, index: usize) { move_to() functions
[all...]

Completed in 67 milliseconds