Searched defs:HB_UInt (Results 1 - 2 of 2) 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
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-global.h60 ( ( (HB_UInt)_x1 << 24 ) | \
61 ( (HB_UInt)_x2 << 16 ) | \
62 ( (HB_UInt)_x3 << 8 ) | \
63 (HB_UInt)_x4 )
76 typedef hb_uint32 HB_UInt; typedef

Completed in 93 milliseconds