HomeSort by relevance Sort by last modified time
    Searched defs:HB_UInt (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz/src/
harfbuzz-global.h 53 ( ( (HB_UInt)_x1 << 24 ) | \
54 ( (HB_UInt)_x2 << 16 ) | \
55 ( (HB_UInt)_x3 << 8 ) | \
56 (HB_UInt)_x4 )
69 typedef hb_uint32 HB_UInt;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-global.h 60 ( ( (HB_UInt)_x1 << 24 ) | \
61 ( (HB_UInt)_x2 << 16 ) | \
62 ( (HB_UInt)_x3 << 8 ) | \
63 (HB_UInt)_x4 )
76 typedef hb_uint32 HB_UInt;

Completed in 21 milliseconds