OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_be_uint32_get
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh
540
inline operator Type (void) const { return
hb_be_uint32_get
(v); }
hb-private.hh
528
#define
hb_be_uint32_get
(v) (uint32_t) ((v[0] << 24) + (v[1] << 16) + (v[2] << 8) + v[3])
macro
/external/harfbuzz_ng/src/
hb-open-type-private.hh
540
inline operator Type (void) const { return
hb_be_uint32_get
(v); }
hb-private.hh
517
#define
hb_be_uint32_get
(v) (uint32_t) ((v[0] << 24) + (v[1] << 16) + (v[2] << 8) + v[3])
macro
Completed in 462 milliseconds