Searched refs:add_sorted_array (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-set-digest.hh | 92 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function 102 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function 144 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function 146 head.add_sorted_array (array, count, stride); in add_sorted_array() 147 tail.add_sorted_array (array, count, stride); in add_sorted_array() 151 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
|
D | hb-set.hh | 97 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function 98 { return s.add_sorted_array (array, count, stride); } in add_sorted_array() 100 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
|
D | hb-bit-set-invertible.hh | 111 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function 112 …{ return inverted ? s.del_sorted_array (array, count, stride) : s.add_sorted_array (array, count, … in add_sorted_array() 114 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
|
D | hb-bit-set.hh | 234 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function 237 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
|
D | hb-ot-layout-common.hh | 1472 { return glyphs->add_sorted_array (glyphArray.as_array ()); } in collect_coverage()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 42073 + set->add_sorted_array (sorted_codepoints,
|