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

  /external/harfbuzz_ng/src/
hb-directwrite.cc 584 static inline uint16_t hb_uint16_swap (const uint16_t v) function
587 { return (hb_uint16_swap(v) << 16) | hb_uint16_swap(v >> 16); }
hb-uniscribe.cc 46 static inline uint16_t hb_uint16_swap (const uint16_t v) function
49 { return (hb_uint16_swap (v) << 16) | hb_uint16_swap (v >> 16); }

Completed in 89 milliseconds