Searched refs:lv_fs_get_ext (Results 1 – 7 of 7) sorted by relevance
108 const char * ext = lv_fs_get_ext(fn); in decoder_info()177 … if((lv_strcmp(lv_fs_get_ext(fn), "jpg") == 0) || (lv_strcmp(lv_fs_get_ext(fn), "jpeg") == 0)) { in decoder_open()
101 if(lv_strcmp(lv_fs_get_ext(fn), "bmp") == 0) { /*Check the extension*/ in decoder_info()155 if(lv_strcmp(lv_fs_get_ext(fn), "bmp") != 0) { in decoder_open()
234 const char * lv_fs_get_ext(const char * fn);
434 const char * lv_fs_get_ext(const char * fn) in lv_fs_get_ext() function
133 const char * ext = lv_fs_get_ext(filename); in lv_xml_component_register_from_file()
124 const char * ext = lv_fs_get_ext(src); in decoder_info()
127 if(lv_strcmp(lv_fs_get_ext(src), "bin")) return LV_RESULT_INVALID; in lv_bin_decoder_info()191 if(lv_strcmp(lv_fs_get_ext(dsc->src), "bin")) return LV_RESULT_INVALID; in lv_bin_decoder_open()