Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-draw.cc49 if (unlikely (hb_object_is_immutable (funcs))) return; in hb_draw_funcs_set_move_to_func()
66 if (unlikely (hb_object_is_immutable (funcs))) return; in hb_draw_funcs_set_line_to_func()
83 if (unlikely (hb_object_is_immutable (funcs))) return; in hb_draw_funcs_set_quadratic_to_func()
101 if (unlikely (hb_object_is_immutable (funcs))) return; in hb_draw_funcs_set_cubic_to_func()
118 if (unlikely (hb_object_is_immutable (funcs))) return; in hb_draw_funcs_set_close_path_func()
208 if (hb_object_is_immutable (funcs)) in hb_draw_funcs_make_immutable()
226 return hb_object_is_immutable (funcs); in hb_draw_funcs_is_immutable()
Dhb-font.cc681 if (hb_object_is_immutable (ffuncs)) in hb_font_funcs_make_immutable()
700 return hb_object_is_immutable (ffuncs); in hb_font_funcs_is_immutable()
712 if (hb_object_is_immutable (ffuncs)) \
1574 if (unlikely (hb_object_is_immutable (font))) in hb_font_create_sub_font()
1722 if (hb_object_is_immutable (font)) in hb_font_make_immutable()
1744 return hb_object_is_immutable (font); in hb_font_is_immutable()
1760 if (hb_object_is_immutable (font)) in hb_font_set_parent()
1802 if (hb_object_is_immutable (font)) in hb_font_set_face()
1852 if (hb_object_is_immutable (font)) in hb_font_set_funcs()
1889 if (hb_object_is_immutable (font)) in hb_font_set_funcs_data()
[all …]
Dhb-buffer.cc811 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_unicode_funcs()
858 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_direction()
902 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_script()
946 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_language()
984 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_segment_properties()
1020 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_flags()
1058 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_cluster_level()
1099 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_replacement_codepoint()
1140 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_invisible_glyph()
1180 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_set_not_found_glyph()
[all …]
Dhb-face.cc352 if (hb_object_is_immutable (face)) in hb_face_make_immutable()
371 return hb_object_is_immutable (face); in hb_face_is_immutable()
431 if (hb_object_is_immutable (face)) in hb_face_set_index()
468 if (hb_object_is_immutable (face)) in hb_face_set_upem()
503 if (hb_object_is_immutable (face)) in hb_face_set_glyph_count()
Dhb-unicode.cc330 if (hb_object_is_immutable (ufuncs)) in hb_unicode_funcs_make_immutable()
350 return hb_object_is_immutable (ufuncs); in hb_unicode_funcs_is_immutable()
379 if (hb_object_is_immutable (ufuncs)) \
Dhb-blob.cc326 if (hb_object_is_immutable (blob)) in hb_blob_make_immutable()
345 return hb_object_is_immutable (blob); in hb_blob_is_immutable()
404 if (hb_object_is_immutable (blob) || in hb_blob_get_data_writable()
Dhb-buffer-serialize.cc758 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_deserialize_glyphs()
829 if (unlikely (hb_object_is_immutable (buffer))) in hb_buffer_deserialize_unicode()
Dhb-object.hh242 static inline bool hb_object_is_immutable (const Type *obj) in hb_object_is_immutable() function
Dhb-shape-plan.cc403 assert (!hb_object_is_immutable (buffer)); in _hb_shape_plan_execute_internal()
Dhb-ft.cc146 if (hb_object_is_immutable (font)) in hb_ft_font_set_load_flags()
Dhb-coretext.cc433 if (unlikely (hb_object_is_immutable (font))) in hb_coretext_font_create()
/third_party/chromium/patch/
D0001-cve.patch30620 - if (unlikely (hb_object_is_immutable (funcs))) return;
30652 + if (hb_object_is_immutable (dfuncs)) \
30697 - if (unlikely (hb_object_is_immutable (funcs))) return;
30743 - if (unlikely (hb_object_is_immutable (funcs))) return;
30769 - if (unlikely (hb_object_is_immutable (funcs))) return;
30800 - if (unlikely (hb_object_is_immutable (funcs))) return;
30820 + if (hb_object_is_immutable (dfuncs))
30857 + return hb_object_is_immutable (dfuncs);
30945 - if (hb_object_is_immutable (funcs))
30984 - return hb_object_is_immutable (funcs);