Lines Matching defs:codepoint
882 /// __g__ | UTF-32 unicode codepoint
898 /// __rune__ | UTF-32 unicode codepoint
3802 void query_your_font_glyph(nk_handle handle, float font_height, struct nk_user_font_glyph *glyph, nk_rune codepoint, nk_rune next_codepoint)
3900 nk_rune codepoint, nk_rune next_codepoint);
3947 /* font codepoint ranges as pairs of (from/to) and 0 as last element */
3987 nk_rune codepoint;
4029 /* some language glyph codepoint ranges */
10953 /* if non-zero, then the chars are continuous, and this is the first codepoint */
12459 int codepoint = ranges[i].first_unicode_codepoint_in_range ?
12463 int glyph = nk_tt_FindGlyphIndex(info, codepoint);
12508 int codepoint = ranges[i].first_unicode_codepoint_in_range ?
12511 int glyph = nk_tt_FindGlyphIndex(info, codepoint);
12909 nk_rune codepoint = 0;
12917 codepoint = (nk_rune)(range->first_unicode_codepoint_in_range + char_idx);
12923 glyph->codepoint = codepoint;
13041 struct nk_user_font_glyph *glyph, nk_rune codepoint, nk_rune next_codepoint)
13057 g = nk_font_find_glyph(font, codepoint);