Home
last modified time | relevance | path

Searched refs:MAX_ITEMS (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.cc678 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
680 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
683 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
695 MAX_ITEMS, in _hb_uniscribe_shape()
704 #undef MAX_ITEMS in _hb_uniscribe_shape()
/third_party/harfbuzz/src/
Dhb-uniscribe.cc824 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
826 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
829 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
841 MAX_ITEMS, in _hb_uniscribe_shape()
850 #undef MAX_ITEMS in _hb_uniscribe_shape()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.cc803 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
805 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
808 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
820 MAX_ITEMS, in _hb_uniscribe_shape()
829 #undef MAX_ITEMS in _hb_uniscribe_shape()
/third_party/glib/gio/tests/
Dgmenumodel.c192 #define MAX_ITEMS 5 macro
291 adds = g_rand_int_range (rand, 0, MAX_ITEMS - (n_items - removes) + 1); in random_menu_change()