Searched refs:in_seac (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff1-interp-cs.hh | 47 in_seac = false; in init() 72 void set_in_seac (bool _in_seac) { in_seac = _in_seac; } in set_in_seac() 78 bool in_seac; member
|
D | hb-ot-cff1-table.cc | 365 …s (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, bounds_t &bounds, bool in_seac=false); 379 if (likely (!env.in_seac && base && accent in process_seac() 392 …t_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, bounds_t &bounds, bool in_seac) in _get_bounds() argument 401 interp.env.set_in_seac (in_seac); in _get_bounds() 516 draw_helper_t &draw_helper, bool in_seac = false, point_t *delta = nullptr); 532 if (unlikely (!(!env.in_seac && base && accent in process_seac() 540 draw_helper_t &draw_helper, bool in_seac, point_t *delta) in _get_path() argument 548 interp.env.set_in_seac (in_seac); in _get_path()
|
/third_party/harfbuzz/src/ |
D | hb-cff1-interp-cs.hh | 47 in_seac = false; in init() 72 void set_in_seac (bool _in_seac) { in_seac = _in_seac; } in set_in_seac() 78 bool in_seac; member
|
D | hb-ot-cff1-table.cc | 365 …s (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, bounds_t &bounds, bool in_seac=false); 379 if (likely (!env.in_seac && base && accent in process_seac() 392 …t_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, bounds_t &bounds, bool in_seac) in _get_bounds() argument 401 interp.env.set_in_seac (in_seac); in _get_bounds() 516 draw_helper_t &draw_helper, bool in_seac = false, point_t *delta = nullptr); 532 if (unlikely (!(!env.in_seac && base && accent in process_seac() 540 draw_helper_t &draw_helper, bool in_seac, point_t *delta) in _get_path() argument 548 interp.env.set_in_seac (in_seac); in _get_path()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff1-interp-cs.hh | 47 in_seac = false; in init() 72 void set_in_seac (bool _in_seac) { in_seac = _in_seac; } in set_in_seac() 78 bool in_seac; member
|
D | hb-ot-cff1-table.cc | 264 …s (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, bounds_t &bounds, bool in_seac=false); 278 if (likely (!env.in_seac && base && accent in process_seac() 291 …t_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, bounds_t &bounds, bool in_seac) in _get_bounds() argument 300 interp.env.set_in_seac (in_seac); in _get_bounds()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 33039 - draw_helper_t &draw_helper, bool in_seac = false, point_t *delta = nullptr); 33040 + hb_draw_session_t &draw_session, bool in_seac = false, point_t *delta = nullptr); 33047 if (unlikely (!(!env.in_seac && base && accent 33057 - draw_helper_t &draw_helper, bool in_seac, point_t *delta) 33058 + hb_draw_session_t &draw_session, bool in_seac, point_t *delta) 33065 interp.env.set_in_seac (in_seac);
|