Lines Matching refs:codepoint
253 hb_buffer_t::add (hb_codepoint_t codepoint,
263 glyph->codepoint = codepoint;
362 pinfo->codepoint = glyph_data[i];
376 out_info[out_len].codepoint = glyph_index;
448 out_info[out_len].codepoint = glyph_index;
641 hb_script_t script = unicode->script (info[i].codepoint);
1240 * @codepoint: a Unicode code point.
1241 * @cluster: the cluster value of @codepoint.
1243 * Appends a character with the Unicode value of @codepoint to @buffer, and
1249 * This function does not check the validity of @codepoint, it is up to the
1256 hb_codepoint_t codepoint,
1259 buffer->add (codepoint, cluster);
1665 return (int) pb->codepoint - (int) pa->codepoint;