Searched defs:get_min_max (Results 1 – 4 of 4) sorted by relevance
235 void get_min_max (const BaseCoord **min, const BaseCoord **max) const in get_min_max() function289 void get_min_max (hb_tag_t feature_tag, in get_min_max() function418 const MinMax &get_min_max (const void* base) const { return base+minMax; } in get_min_max() function453 const MinMax &get_min_max (hb_tag_t language_tag) const in get_min_max() function647 bool get_min_max (hb_tag_t script_tag, in get_min_max() function800 bool get_min_max (hb_font_t *font, in get_min_max() function
82 TEST(TestUtils, get_min_max) { in TEST() argument
564 inline std::tuple<PixelValue, PixelValue> get_min_max(DataType dt) in get_min_max() function
308 def get_min_max(self, n_bit: int = 4): member in TestLinear.ManualDQLinear