Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh228 struct CompositeGlyphChain struct
230 enum composite_glyph_flag_t
246 unsigned int get_size () const in get_size()
264 bool is_use_my_metrics () const { return flags & USE_MY_METRICS; } in is_use_my_metrics()
265 bool is_anchored () const { return !(flags & ARGS_ARE_XY_VALUES); } in is_anchored()
266 void get_anchor_points (unsigned int &point1, unsigned int &point2) const in get_anchor_points()
281 void transform_points (contour_point_vector_t &points) const in transform_points()
301 bool scaled_offsets () const in scaled_offsets()
304 bool get_transformation (float (&matrix)[4], contour_point_t &trans) const in get_transformation()
353 HBUINT16 flags;
[all …]