Home
last modified time | relevance | path

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

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