Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/glyf/
Dglyf.hh245 struct points_aggregator_t struct
247 hb_font_t *font;
248 hb_glyph_extents_t *extents;
249 contour_point_t *phantoms;
250 bool scaled;
252 struct contour_bounds_t
289 } bounds;
291points_aggregator_t (hb_font_t *font_, hb_glyph_extents_t *extents_, contour_point_t *phantoms_, b… in points_aggregator_t() argument
301 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 …]