Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh978 struct contour_bounds_t struct
980 contour_bounds_t () { min_x = min_y = FLT_MAX; max_x = max_y = -FLT_MAX; } in contour_bounds_t() argument
1017 if (extents) bounds = contour_bounds_t (); in points_aggregator_t()