OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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