Home
last modified time | relevance | path

Searched refs:hb_uint32_swap (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-gdi.cc40 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()
Dhb-uniscribe.cc630 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()
Dhb-directwrite.cc651 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()
Dhb.hh501 static inline uint32_t hb_uint32_swap (const uint32_t v) in hb_uint32_swap() function