Home
last modified time | relevance | path

Searched refs:len2 (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c714 size_t len2 = lv_strlen(str2); in is_end_with() local
715 if((len1 < len2) || (len1 == 0 || len2 == 0)) in is_end_with()
718 while(len2 >= 1) { in is_end_with()
719 if(str2[len2 - 1] != str1[len1 - 1]) in is_end_with()
722 len2--; in is_end_with()
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h1080 int len2);
1083 int len2);
5042 float len2 = bx * bx + by * by; local
5043 if(len2 != 0.0f)
5202 stbtt_uint32 s2offs, stbtt_int32 len2) argument
5205 stbtt_uint32 s2offs, stbtt_int32 len2)
5211 while(len2) {
5232 len2 -= 2;
5244 len2 -= 2;
5250 int len2) argument
[all …]
/lvgl-latest/src/libs/thorvg/
DtvgLottieBuilder.cpp1349 auto len2 = strlen(font->name); in _attachFont() local
1350 if (len == len2 && !strcmp(font->name, doc.name)) { in _attachFont()
/lvgl-latest/src/libs/thorvg/rapidjson/
Ddocument.h2471 const SizeType len2 = rhs.GetStringLength();
2472 if(len1 != len2) { return false; }