Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-avar-table.hh100 struct avar struct
102 enum { tableTag = HB_OT_TAG_avar };
104 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
124 void map_coords (int *coords, unsigned int coords_length) const in map_coords()
137 FixedVersion<>version; /* Version of the avar table
139 HBUINT16 reserved; /* This field is permanently reserved. Set to 0. */
140 HBUINT16 axisCount; /* The number of variation axes in the font. This
143 SegmentMaps firstAxisSegmentMaps;
/external/toolchain-utils/cros_utils/
Dstats.py2817 def avar(inarray, dimension=None, keepdims=0): function