Home
last modified time | relevance | path

Searched refs:hb_object_is_immutable (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-buffer.cc220 if (unlikely (hb_object_is_immutable (this))) in reset()
235 if (unlikely (hb_object_is_immutable (this))) in clear()
292 if (unlikely (hb_object_is_immutable (this))) in remove_output()
305 if (unlikely (hb_object_is_immutable (this))) in clear_output()
318 if (unlikely (hb_object_is_immutable (this))) in clear_positions()
876 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_unicode_funcs()
923 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_direction()
967 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_script()
1011 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_language()
1049 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_segment_properties()
[all …]
Dhb-font.cc644 if (hb_object_is_immutable (ffuncs)) in hb_font_funcs_make_immutable()
663 return hb_object_is_immutable (ffuncs); in hb_font_funcs_is_immutable()
675 if (hb_object_is_immutable (ffuncs)) { \
1374 if (unlikely (hb_object_is_immutable (font))) in hb_font_create_sub_font()
1512 if (hb_object_is_immutable (font)) in hb_font_make_immutable()
1534 return hb_object_is_immutable (font); in hb_font_is_immutable()
1550 if (hb_object_is_immutable (font)) in hb_font_set_parent()
1592 if (hb_object_is_immutable (font)) in hb_font_set_face()
1639 if (hb_object_is_immutable (font)) in hb_font_set_funcs()
1675 if (hb_object_is_immutable (font)) in hb_font_set_funcs_data()
[all …]
Dhb-face.cc332 if (hb_object_is_immutable (face)) in hb_face_make_immutable()
351 return hb_object_is_immutable (face); in hb_face_is_immutable()
402 if (hb_object_is_immutable (face)) in hb_face_set_index()
437 if (hb_object_is_immutable (face)) in hb_face_set_upem()
472 if (hb_object_is_immutable (face)) in hb_face_set_glyph_count()
Dhb-unicode.cc305 if (hb_object_is_immutable (ufuncs)) in hb_unicode_funcs_make_immutable()
324 return hb_object_is_immutable (ufuncs); in hb_unicode_funcs_is_immutable()
352 if (hb_object_is_immutable (ufuncs)) \
Dhb-blob.cc288 if (hb_object_is_immutable (blob)) in hb_blob_make_immutable()
307 return hb_object_is_immutable (blob); in hb_blob_is_immutable()
441 if (hb_object_is_immutable (this)) in try_make_writable()
Dhb-object.hh251 static inline bool hb_object_is_immutable (const Type *obj) in hb_object_is_immutable() function
Dhb-shape-plan.cc378 assert (!hb_object_is_immutable (buffer)); in hb_shape_plan_execute()
Dhb-set.hh232 if (unlikely (hb_object_is_immutable (this))) in clear()
Dhb-ft.cc138 if (hb_object_is_immutable (font)) in hb_ft_font_set_load_flags()
Dhb-coretext.cc381 if (unlikely (hb_object_is_immutable (font))) in hb_coretext_font_create()