Home
last modified time | relevance | path

Searched refs:char_index (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h485 int char_index, // character to display
585 int char_index, // character to display
2560 STBTT_DEF void stbtt_GetBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, int char_index, float … in stbtt_GetBakedQuad() argument
2564 stbtt_bakedchar *b = chardata + char_index; in stbtt_GetBakedQuad()
3010 STBTT_DEF void stbtt_GetPackedQuad(stbtt_packedchar *chardata, int pw, int ph, int char_index, floa… in stbtt_GetPackedQuad() argument
3013 stbtt_packedchar *b = chardata + char_index; in stbtt_GetPackedQuad()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0005-calloc-Use-calloc-at-most-places.patch465 - font->char_index = grub_malloc (font->num_chars
467 + font->char_index = grub_calloc (font->num_chars, sizeof (struct char_index_entry));
468 if (!font->char_index)
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-logitech-hidpp.c958 u8 feature_index, u8 char_index, char *device_name, int len_buf) in hidpp_devicenametype_get_device_name() argument
965 CMD_GET_DEVICE_NAME_TYPE_GET_DEVICE_NAME, &char_index, 1, in hidpp_devicenametype_get_device_name()