Searched defs:points_aggregator_t (Results 1 – 1 of 1) sorted by relevance
245 struct points_aggregator_t struct247 hb_font_t *font;248 hb_glyph_extents_t *extents;249 contour_point_t *phantoms;250 bool scaled;252 struct contour_bounds_t289 } bounds;291 …points_aggregator_t (hb_font_t *font_, hb_glyph_extents_t *extents_, contour_point_t *phantoms_, b… in points_aggregator_t() argument301 void consume_point (const contour_point_t &point) { bounds.add (point); } in consume_point()302 void points_end () { bounds.get_extents (font, extents, scaled); } in points_end()[all …]