Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A Dglyf.hh249 struct points_aggregator_t struct
251 hb_font_t *font;
252 hb_glyph_extents_t *extents;
253 contour_point_t *phantoms;
254 bool scaled;
256 struct contour_bounds_t
293 } bounds;
295points_aggregator_t (hb_font_t *font_, hb_glyph_extents_t *extents_, contour_point_t *phantoms_, b… in points_aggregator_t() function
305 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 …]