Home
last modified time | relevance | path

Searched defs:get_min_max (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-base-table.hh163 void get_min_max (const BaseCoord **min, const BaseCoord **max) const in get_min_max() function
195 void get_min_max (hb_tag_t feature_tag, in get_min_max() function
271 const MinMax &get_min_max () const { return this+minMax; } in get_min_max() function
291 const MinMax &get_min_max (hb_tag_t language_tag) const in get_min_max() function
406 bool get_min_max (hb_tag_t script_tag, in get_min_max() function
477 bool get_min_max (hb_font_t *font, in get_min_max() function
/external/ComputeLibrary/arm_compute/core/
DUtils.h564 inline std::tuple<PixelValue, PixelValue> get_min_max(DataType dt) in get_min_max() function