Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-font.cc646 if (hb_object_is_immutable (ffuncs)) in hb_font_funcs_make_immutable()
665 return hb_object_is_immutable (ffuncs); in hb_font_funcs_is_immutable()
677 if (hb_object_is_immutable (ffuncs)) { \
1404 if (unlikely (hb_object_is_immutable (font))) in hb_font_create_sub_font()
1541 if (hb_object_is_immutable (font)) in hb_font_make_immutable()
1563 return hb_object_is_immutable (font); in hb_font_is_immutable()
1579 if (hb_object_is_immutable (font)) in hb_font_set_parent()
1621 if (hb_object_is_immutable (font)) in hb_font_set_face()
1670 if (hb_object_is_immutable (font)) in hb_font_set_funcs()
1706 if (hb_object_is_immutable (font)) in hb_font_set_funcs_data()
[all …]
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()
878 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_unicode_funcs()
925 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_direction()
969 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_script()
1013 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_language()
1051 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_segment_properties()
[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()
405 if (hb_object_is_immutable (face)) in hb_face_set_index()
440 if (hb_object_is_immutable (face)) in hb_face_set_upem()
475 if (hb_object_is_immutable (face)) in hb_face_set_glyph_count()
Dhb-unicode.cc311 if (hb_object_is_immutable (ufuncs)) in hb_unicode_funcs_make_immutable()
330 return hb_object_is_immutable (ufuncs); in hb_unicode_funcs_is_immutable()
358 if (hb_object_is_immutable (ufuncs)) \
Dhb-blob.cc299 if (hb_object_is_immutable (blob)) in hb_blob_make_immutable()
318 return hb_object_is_immutable (blob); in hb_blob_is_immutable()
452 if (hb_object_is_immutable (this)) in try_make_writable()
Dhb-map.hh100 if (unlikely (hb_object_is_immutable (this))) in reset()
175 if (unlikely (hb_object_is_immutable (this))) in clear()
Dhb-object.hh254 static inline bool hb_object_is_immutable (const Type *obj) in hb_object_is_immutable() function
Dhb-set.hh238 if (unlikely (hb_object_is_immutable (this))) in reset()
246 if (unlikely (hb_object_is_immutable (this))) in clear()
Dhb-shape-plan.cc388 assert (!hb_object_is_immutable (buffer)); in hb_shape_plan_execute()
Dhb-ft.cc140 if (hb_object_is_immutable (font)) in hb_ft_font_set_load_flags()
Dhb-coretext.cc367 if (unlikely (hb_object_is_immutable (font))) in hb_coretext_font_create()