Searched refs:hb_uint32_swap (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-gdi.cc | 40 length = GetFontData (hdc, hb_uint32_swap (tag), 0, buffer, length); in _hb_gdi_reference_table() 45 length = GetFontData (hdc, hb_uint32_swap (tag), 0, buffer, length); in _hb_gdi_reference_table()
|
D | hb-uniscribe.cc | 630 feature.rec.tagFeature = hb_uint32_swap (features[i].tag); in _hb_uniscribe_shape() 838 OPENTYPE_TAG language_tag = hb_uint32_swap (lang_count ? lang_tag : HB_TAG_NONE); in _hb_uniscribe_shape() 961 HB_UNTAG (hb_uint32_swap (script_tags[i]))); in _hb_uniscribe_shape()
|
D | hb-directwrite.cc | 651 hb_uint32_swap (features[i].tag); in _hb_directwrite_shape_full() 922 if (!dw_face || FAILED (dw_face->TryGetFontTable (hb_uint32_swap (tag), &data, in _hb_directwrite_reference_table()
|
D | hb.hh | 501 static inline uint32_t hb_uint32_swap (const uint32_t v) in hb_uint32_swap() function
|