Home
last modified time | relevance | path

Searched refs:hb_lazy_loader_t (Results 1 – 20 of 20) sorted by relevance

/third_party/harfbuzz/src/
Dhb-machinery.hh171 struct hb_lazy_loader_t : hb_data_wrapper_t<Data, WheresData> struct
174 hb_lazy_loader_t<Returned,Subclass,Data,WheresData,Stored>
271 struct hb_face_lazy_loader_t : hb_lazy_loader_t<T, argument
276 struct hb_table_lazy_loader_t : hb_lazy_loader_t<T,
295 struct hb_font_funcs_lazy_loader_t : hb_lazy_loader_t<hb_font_funcs_t, Subclass>
303 struct hb_unicode_funcs_lazy_loader_t : hb_lazy_loader_t<hb_unicode_funcs_t, Subclass>
Dhb-shape.cc57 static struct hb_shaper_list_lazy_loader_t : hb_lazy_loader_t<const char *,
Dhb-shaper.cc45 static struct hb_shapers_lazy_loader_t : hb_lazy_loader_t<const hb_shaper_entry_t,
Dhb-shaper.hh92 : hb_lazy_loader_t<HB_SHAPER_DATA_TYPE(shaper, object), \
Dhb-ft.cc912 static struct hb_ft_library_lazy_loader_t : hb_lazy_loader_t<hb_remove_pointer<FT_Library>,
Dhb-uniscribe.cc245 static struct hb_uniscribe_shaper_funcs_lazy_loader_t : hb_lazy_loader_t<hb_uniscribe_shaper_funcs_…
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-machinery.hh171 struct hb_lazy_loader_t : hb_data_wrapper_t<Data, WheresData> struct
174 hb_lazy_loader_t<Returned,Subclass,Data,WheresData,Stored>
271 struct hb_face_lazy_loader_t : hb_lazy_loader_t<T, argument
276 struct hb_table_lazy_loader_t : hb_lazy_loader_t<T,
295 struct hb_font_funcs_lazy_loader_t : hb_lazy_loader_t<hb_font_funcs_t, Subclass>
303 struct hb_unicode_funcs_lazy_loader_t : hb_lazy_loader_t<hb_unicode_funcs_t, Subclass>
Dhb-shape.cc55 static struct hb_shaper_list_lazy_loader_t : hb_lazy_loader_t<const char *,
Dhb-shaper.cc43 static struct hb_shapers_lazy_loader_t : hb_lazy_loader_t<const hb_shaper_entry_t,
Dhb-shaper.hh92 : hb_lazy_loader_t<HB_SHAPER_DATA_TYPE(shaper, object), \
Dhb-ft.cc904 static struct hb_ft_library_lazy_loader_t : hb_lazy_loader_t<hb_remove_pointer<FT_Library>,
Dhb-uniscribe.cc244 static struct hb_uniscribe_shaper_funcs_lazy_loader_t : hb_lazy_loader_t<hb_uniscribe_shaper_funcs_…
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-machinery.hh182 struct hb_lazy_loader_t : hb_data_wrapper_t<Data, WheresData> struct
185 hb_lazy_loader_t<Returned,Subclass,Data,WheresData,Stored>
282 struct hb_face_lazy_loader_t : hb_lazy_loader_t<T, argument
287 struct hb_table_lazy_loader_t : hb_lazy_loader_t<T,
306 struct hb_font_funcs_lazy_loader_t : hb_lazy_loader_t<hb_font_funcs_t, Subclass>
314 struct hb_unicode_funcs_lazy_loader_t : hb_lazy_loader_t<hb_unicode_funcs_t, Subclass>
Dhb-shape.cc57 static struct hb_shaper_list_lazy_loader_t : hb_lazy_loader_t<const char *,
Dhb-shaper.cc42 static struct hb_shapers_lazy_loader_t : hb_lazy_loader_t<const hb_shaper_entry_t,
Dhb-shaper.hh92 : hb_lazy_loader_t<HB_SHAPER_DATA_TYPE(shaper, object), \
Dhb-common.cc786 static struct hb_C_locale_lazy_loader_t : hb_lazy_loader_t<hb_remove_pointer<HB_LOCALE_T>,
Dhb-ft.cc751 static struct hb_ft_library_lazy_loader_t : hb_lazy_loader_t<hb_remove_pointer<FT_Library>,
Dhb-uniscribe.cc244 static struct hb_uniscribe_shaper_funcs_lazy_loader_t : hb_lazy_loader_t<hb_uniscribe_shaper_funcs_…
/third_party/chromium/patch/
D0001-cve.patch30401 static struct hb_C_locale_lazy_loader_t : hb_lazy_loader_t<hb_remove_pointer<hb_locale_t>,
32279 @@ -194,7 +194,8 @@ struct hb_lazy_loader_t : hb_data_wrapper_t<Data, WheresData>
32289 @@ -244,19 +245,19 @@ struct hb_lazy_loader_t : hb_data_wrapper_t<Data, WheresData>
32312 @@ -272,14 +273,19 @@ struct hb_face_lazy_loader_t : hb_lazy_loader_t<T,
32318 struct hb_table_lazy_loader_t : hb_lazy_loader_t<T,
43928 +struct hb_intp_lazy_loader_t : hb_lazy_loader_t<int, hb_intp_lazy_loader_t>
43935 +struct hb_void_lazy_loader_t : hb_lazy_loader_t<void, hb_void_lazy_loader_t>