Home
last modified time | relevance | path

Searched refs:c_array_t (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-vector.hh42 …using c_array_t = typename std::conditional<sorted, hb_sorted_array_t<const Type>, hb_array_t<cons… typedef
153 c_array_t as_array () const { return hb_array (arrayZ, length); } in as_array()
156 typedef c_array_t iter_t;
163 c_array_t sub_array (unsigned int start_offset, unsigned int count) const in sub_array()
165 c_array_t sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) const in sub_array()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-vector.hh42 …using c_array_t = typename std::conditional<sorted, hb_sorted_array_t<const Type>, hb_array_t<cons… typedef
153 c_array_t as_array () const { return hb_array (arrayZ, length); } in as_array()
156 typedef c_array_t iter_t;
163 c_array_t sub_array (unsigned int start_offset, unsigned int count) const in sub_array()
165 c_array_t sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) const in sub_array()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-vector.hh42 …using c_array_t = typename std::conditional<sorted, hb_sorted_array_t<const Type>, hb_array_t<cons… typedef
153 c_array_t as_array () const { return hb_array (arrayZ, length); } in as_array()
156 typedef c_array_t iter_t;
163 c_array_t sub_array (unsigned int start_offset, unsigned int count) const in sub_array()
165 c_array_t sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) const in sub_array()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-vector.hh42 …using c_array_t = typename std::conditional<sorted, hb_sorted_array_t<const Type>, hb_array_t<cons… typedef
153 c_array_t as_array () const { return hb_array (arrayZ, length); } in as_array()
156 typedef c_array_t iter_t;
163 c_array_t sub_array (unsigned int start_offset, unsigned int count) const in sub_array()
165 c_array_t sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) const in sub_array()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/codec/
H A Dcoeff.c99 } c_array_t; typedef
101 c_array_t coeff_models[] = {{"adaptive", alloc_aac_coeff_model},