Searched refs:path_builder_t (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 1129 struct path_builder_t struct 1147 path_builder_t (hb_font_t *font_, draw_helper_t &draw_helper_) in path_builder_t() argument 1246 { return get_points (font, gid, path_builder_t (font, draw_helper)); } in get_path()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 33921 struct path_builder_t 33933 - path_builder_t (hb_font_t *font_, draw_helper_t &draw_helper_) 33934 + path_builder_t (hb_font_t *font_, hb_draw_session_t &draw_session_) 34043 - { return get_points (font, gid, path_builder_t (font, draw_helper)); } 34046 + { return get_points (font, gid, path_builder_t (font, draw_session)); }
|