Home
last modified time | relevance | path

Searched refs:HB_STMT_END (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-mutex.hh77 #define hb_mutex_impl_init(M) HB_STMT_START { new (M) hb_mutex_impl_t; } HB_STMT_END
80 #define hb_mutex_impl_finish(M) HB_STMT_START { (M)->~hb_mutex_impl_t(); } HB_STMT_END
86 #define hb_mutex_impl_init(M) HB_STMT_START {} HB_STMT_END
87 #define hb_mutex_impl_lock(M) HB_STMT_START {} HB_STMT_END
88 #define hb_mutex_impl_unlock(M) HB_STMT_START {} HB_STMT_END
89 #define hb_mutex_impl_finish(M) HB_STMT_START {} HB_STMT_END
Dhb.hh413 #define HB_STMT_END while (0) macro
451 # define hb_atexit(_) HB_STMT_START { if (0) (_) (); } HB_STMT_END
Dhb-shape-plan.cc105 } HB_STMT_END in init()
417 } HB_STMT_END in _hb_shape_plan_execute_internal()
Dhb-ot-shape-complex-myanmar-machine.hh372 } HB_STMT_END
Dhb-ot-shape-complex-khmer-machine.hh256 } HB_STMT_END
Dhb-ot-shape-complex-indic-machine.hh430 } HB_STMT_END
Dhb-ot-shape-complex-khmer-machine.rl95 } HB_STMT_END
Dhb-ot-shape-complex-indic-machine.rl111 } HB_STMT_END
Dhb-ot-shape-complex-myanmar-machine.rl111 } HB_STMT_END
Dhb-ot-shape-complex-use-machine.hh379 } HB_STMT_END
Dhb-directwrite.cc168 } HB_STMT_END in _hb_directwrite_shaper_face_data_create()
625 } HB_STMT_END in _hb_directwrite_shape()
Dhb-ot-shape-complex-use-machine.rl188 } HB_STMT_END
Dhb-buffer-serialize.cc124 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END in _hb_buffer_serialize_glyphs_json()
Dhb-uniscribe.cc599 } HB_STMT_END in _hb_uniscribe_shape()
Dhb-coretext.cc733 } HB_STMT_END in _hb_coretext_shape()
/third_party/skia/third_party/harfbuzz/
Dconfig-override.h8 #define hb_mutex_impl_init(M) HB_STMT_START { new (M) hb_mutex_impl_t; } HB_STMT_END
11 #define hb_mutex_impl_finish(M) HB_STMT_START { (M)->~hb_mutex_impl_t(); } HB_STMT_END