Home
last modified time | relevance | path

Searched refs:codepoint_t (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-utf.hh37 typedef uint8_t codepoint_t; typedef
40 static const codepoint_t *
41 next (const codepoint_t *text, in next()
42 const codepoint_t *end, in next()
109 static const codepoint_t *
110 prev (const codepoint_t *text, in prev()
111 const codepoint_t *start, in prev()
115 const codepoint_t *end = text--; in prev()
127 strlen (const codepoint_t *text) in strlen()
140 static codepoint_t *
[all …]
H A Dhb-wasm-api-font.hh71 HB_WASM_API (codepoint_t, font_get_glyph) (HB_WASM_EXEC_ENV in HB_WASM_API() argument
73 codepoint_t unicode, in HB_WASM_API()
74 codepoint_t variation_selector) in HB_WASM_API()
77 codepoint_t glyph; in HB_WASM_API()
85 codepoint_t glyph) in HB_WASM_API()
93 codepoint_t glyph) in HB_WASM_API()
103 codepoint_t glyph, in HB_WASM_API()
117 codepoint_t glyph, in HB_WASM_API()
130 codepoint_t glyph, in HB_WASM_API()
H A Dhb-wasm-api.h78 typedef uint32_t codepoint_t; typedef
207 HB_WASM_API (codepoint_t, font_get_glyph) (HB_WASM_EXEC_ENV
209 codepoint_t unicode,
210 codepoint_t variation_selector);
214 codepoint_t glyph);
218 codepoint_t glyph);
230 codepoint_t glyph,
235 codepoint_t glyph,
284 codepoint_t glyph,
H A Dhb-ot-name.cc73 typename utf_t::codepoint_t *text /* OUT */) in hb_ot_name_get_utf()
127 (hb_utf8_t::codepoint_t *) text); in hb_ot_name_get_utf8()
H A Dhb-buffer.cc1770 const typename utf_t::codepoint_t *text, in hb_buffer_add_utf()
1775 typedef typename utf_t::codepoint_t T; in hb_buffer_add_utf()
/aosp_15_r20/external/harfbuzz_ng/src/OT/name/
H A Dname.hh42 typename out_utf_t::codepoint_t *text /* OUT */) in hb_ot_name_convert_utf()
44 unsigned int src_len = bytes.length / sizeof (typename in_utf_t::codepoint_t); in hb_ot_name_convert_utf()
45 const typename in_utf_t::codepoint_t *src = (const typename in_utf_t::codepoint_t *) bytes.arrayZ; in hb_ot_name_convert_utf()
46 const typename in_utf_t::codepoint_t *src_end = src + src_len; in hb_ot_name_convert_utf()
48 typename out_utf_t::codepoint_t *dst = text; in hb_ot_name_convert_utf()
56 const typename out_utf_t::codepoint_t *dst_end = text + *text_size; in hb_ot_name_convert_utf()
60 …const typename in_utf_t::codepoint_t *src_next = in_utf_t::next (src, src_end, &unicode, replaceme… in hb_ot_name_convert_utf()
61 typename out_utf_t::codepoint_t *dst_next = out_utf_t::encode (dst, dst_end, unicode); in hb_ot_name_convert_utf()
168 unsigned byte_len = text_size * hb_utf16_be_t::codepoint_t::static_size; in copy()
176 … (hb_utf16_be_t::codepoint_t *) name_str_utf16_be); in copy()
[all …]
/aosp_15_r20/external/harfbuzz_ng/src/wasm/graphite/
H A Dshape.cc122 codepoint_t *pg = gids; in shape()