Searched defs:HB_UInt (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-global.h53 ( ( (HB_UInt)_x1 << 24 ) | \
54 ( (HB_UInt)_x2 << 16 ) | \
55 ( (HB_UInt)_x3 << 8 ) | \
56 (HB_UInt)_x4 )
69 typedef hb_uint32 HB_UInt; typedef

Completed in 18 milliseconds