/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-draw.hh | 36 hb_draw_line_to_func_t line_to; member 61 void line_to (hb_position_t x, hb_position_t y) in line_to() function 65 funcs->line_to (x, y, user_data); in line_to() 109 funcs->line_to (path_start_x, path_start_y, user_data); in end_path()
|
D | hb-draw.cc | 64 hb_draw_line_to_func_t line_to) in hb_draw_funcs_set_line_to_func() argument 67 funcs->line_to = line_to; in hb_draw_funcs_set_line_to_func() 157 funcs->line_to = (hb_draw_line_to_func_t) _line_to_nil; in hb_draw_funcs_create()
|
D | hb-ot-cff2-table.cc | 158 void line_to (const point_t &p) in line_to() function 159 { draw_helper->line_to (font->em_scalef_x (p.x.to_real ()), font->em_scalef_y (p.y.to_real ())); } in line_to() 183 param.line_to (pt1); in line()
|
D | hb-draw.h | 66 hb_draw_line_to_func_t line_to);
|
D | hb-ot-cff1-table.cc | 464 void line_to (const point_t &p) in line_to() function 468 …draw_helper->line_to (font->em_scalef_x (point.x.to_real ()), font->em_scalef_y (point.y.to_real (… in line_to() 504 param.line_to (pt1); in line()
|
D | main.cc | 145 line_to (hb_position_t to_x, hb_position_t to_y, user_data_t &user_data) in line_to() function 304 hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) line_to); in dump_glyphs()
|
D | hb-ot-glyf-table.hh | 1207 draw_helper->line_to (font->em_scalef_x (p.x), font->em_scalef_y (p.y)); in consume_point() 1231 … draw_helper->line_to (font->em_scalef_x (first_oncurve.x), font->em_scalef_y (first_oncurve.y)); in consume_point()
|
/third_party/gstreamer/gstreamer/scripts/ |
D | gst-plot-timeline.py | 190 ctx.line_to(TIME_SCALE_WIDTH, ypos + 0.5) 202 ctx.line_to(TIME_SCALE_WIDTH + SYSCALL_MARKER_WIDTH, syscall.timestamp_ypos) 203 ctx.line_to(LOG_TEXT_XPOS - LOG_MARKER_WIDTH, syscall.log_ypos - FONT_SIZE / 2 + 0.5) 204 ctx.line_to(LOG_TEXT_XPOS, syscall.log_ypos - FONT_SIZE / 2 + 0.5)
|
/third_party/skia/third_party/externals/harfbuzz/perf/ |
D | perf-draw.hh | 103 draw_funcs.line_to = (FT_Outline_LineToFunc) _ft_line_to; in draw() 126 builder.line_to = _tp_line_to; in draw()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-draw.c | 109 line_to (hb_position_t to_x, hb_position_t to_y, user_data_t *user_data) in line_to() function 908 hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) line_to); in main() 916 hb_draw_funcs_set_line_to_func (funcs2, (hb_draw_line_to_func_t) line_to); in main()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftimage.h | 661 FT_Outline_LineToFunc line_to; member
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftoutln.c | 156 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose() 268 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()
|
/third_party/skia/src/core/ |
D | SkStroke.cpp | 282 void line_to(const SkPoint& currPt, const SkVector& normal); 429 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to() function in SkPathStroker 479 this->line_to(currPt, normal); in lineTo()
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
D | ftgrays.c | 1761 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose() 1873 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 30675 - * @line_to: line-to callback 30693 - hb_draw_line_to_func_t line_to) 30698 - funcs->line_to = line_to; 30851 - funcs->line_to = (hb_draw_line_to_func_t) _line_to_nil; 30916 + dfuncs->line_to (draw_data, *st, 31250 - hb_draw_line_to_func_t line_to); 31375 - hb_draw_line_to_func_t line_to; 31387 + HB_DRAW_FUNC_IMPLEMENT (line_to) \ 31432 + { func.line_to (this, draw_data, &st, 31434 + user_data.line_to); } [all …]
|