Searched defs:points_aggregator_t (Results 1 – 1 of 1) sorted by relevance
249 struct points_aggregator_t struct251 hb_font_t *font;252 hb_glyph_extents_t *extents;253 contour_point_t *phantoms;254 bool scaled;256 struct contour_bounds_t293 } bounds;295 …points_aggregator_t (hb_font_t *font_, hb_glyph_extents_t *extents_, contour_point_t *phantoms_, b… in points_aggregator_t() function305 void consume_point (const contour_point_t &point) { bounds.add (point); } in consume_point()306 void points_end () { bounds.get_extents (font, extents, scaled); } in points_end()[all …]