Searched refs:magic_num (Results 1 – 2 of 2) sorted by relevance
45 #define LV_FREETYPE_FONT_DSC_HAS_MAGIC_NUM(dsc) ((dsc)->magic_num == LV_FREETYPE_FONT_DSC_MAGIC_NUM)50 "Invalid font descriptor: 0x%" LV_PRIx32, (dsc)->magic_num); \113 uint32_t magic_num; member
150 dsc->magic_num = LV_FREETYPE_FONT_DSC_MAGIC_NUM; in lv_freetype_font_create()