/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-draw.cc | 39 * @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 D | hb-draw.hh | 35 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 D | hb-ot-cff2-table.cc | 155 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 D | hb-aat-layout-morx-table.hh | 513 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 D | hb-draw.h | 62 hb_draw_move_to_func_t move_to);
|
H A D | hb-ot-cff1-table.cc | 457 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 D | main.cc | 139 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 D | hb-buffer.hh | 335 HB_NODISCARD HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
|
H A D | hb-ot-glyf-table.hh | 1171 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 D | hb-buffer.cc | 333 hb_buffer_t::move_to (unsigned int i) in move_to() function in hb_buffer_t
|
H A D | hb-ot-layout-gsubgpos.hh | 1378 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 D | test_lava_job_submitter.py | 312 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 D | perf-draw.hh | 102 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 D | ftimage.h | 625 * move_to :: 660 FT_Outline_MoveToFunc move_to; member
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-draw.c | 98 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 D | ftoutln.c | 134 error = func_interface->move_to( &v_start, user ); in FT_EXPORT_DEF()
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftgrays.c | 1739 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 D | rust-library.rs | 45428 unsafe fn move_to(&mut self, index: usize) { move_to() functions [all...] |