Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-avar-table.hh61 struct SegmentMaps : ArrayOf<AxisValueMap> struct
63 int map (int value, unsigned int from_offset = 0, unsigned int to_offset = 1) const in map()
100 int unmap (int value) const { return map (value, 1, 0); } in unmap()