Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh195 struct HBGlyphID16 : HBUINT16 struct
197 HBGlyphID16& operator = (uint16_t i) { HBUINT16::operator= (i); return *this; } in operator =()