Home
last modified time | relevance | path

Searched refs:string (Results 1 – 15 of 15) sorted by relevance

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.h230 const std::string& filename,
250 unsigned encode(const std::string& filename,
253 unsigned encode(const std::string& filename,
1032 unsigned load_file(std::vector<unsigned char>& buffer, const std::string& filename);
1038 unsigned save_file(const std::vector<unsigned char>& buffer, const std::string& filename);
Dlodepng.c6279 unsigned load_file(std::vector<unsigned char>& buffer, const std::string& filename) { in load_file()
6287 unsigned save_file(const std::vector<unsigned char>& buffer, const std::string& filename) { in save_file()
6395 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h, const std::string& filen… in decode()
6448 unsigned encode(const std::string& filename, in encode()
6457 unsigned encode(const std::string& filename, in encode()
/lvgl-3.7.0/docs/widgets/core/
Ddropdown.md42 …s a string with `lv_dropdown_set_options(dropdown, options)`. Options should be separated by `\n`.…
46 To save memory the options can set from a static(constant) string too with `lv_dropdown_set_options…
47 In this case the options string should be alive while the drop-down list exists and `lv_dropdown_ad…
Dbtnmatrix.md16 There is a text on each button. To specify them a descriptor string array, called *map*, needs to b…
19 Note that the last element has to be either `NULL` or an empty string (`""`)!
Droller.md15 Options are passed to the Roller as a string with `lv_roller_set_options(roller, options, LV_ROLLER…
Dlabel.md15 This will allocate a buffer dynamically, and the provided string will be copied into that buffer.
/lvgl-3.7.0/tests/unity/
Dunity.c112 static UNITY_UINT UnityPrintAnsiEscapeString(const char* string) in UnityPrintAnsiEscapeString() argument
114 const char* pch = string; in UnityPrintAnsiEscapeString()
131 void UnityPrint(const char* string) in UnityPrint() argument
133 const char* pch = string; in UnityPrint()
153 void UnityPrintLen(const char* string, const UNITY_UINT32 length) in UnityPrintLen() argument
155 const char* pch = string; in UnityPrintLen()
159 while (*pch && ((UNITY_UINT32)(pch - string) < length)) in UnityPrintLen()
1696 const char * string = va_arg(va, const char *); in UnityPrintFVA() local
1697 UnityPrint(string); in UnityPrintFVA()
Dunity_internals.h527 void UnityPrint(const char* string);
533 void UnityPrintLen(const char* string, const UNITY_UINT32 length);
/lvgl-3.7.0/
DKconfig86 string "Header to include for the custom memory function"
117 string "Header for the system time function"
225 string "include path of CMSIS header of target processor"
235 string "include path of target processor"
245 string "include path of CMSIS header of target processor"
274 string "include path of SDL header"
384 string "Header to include for the custom assert function"
453 string "Header to include for the custom sprintf function"
469 string "Header to include for the garbage collector related things"
556 string "Header to include for the custom font"
[all …]
/lvgl-3.7.0/docs/libs/
Drlottie.md45 ### Use Rlottie from raw string data
47 …c` contains an example animation in raw format. Instead storing the JSON string a hex array is sto…
/lvgl-3.7.0/docs/
DCODING_STYLE.md54 `x++; /*Because of closing '\0' of the string*/`
66 * @param text '\0' terminated character string. NULL to refresh with the current text.
DCHANGELOG.md16 - fix(table):fix issue with abnormal string output of 'lv_table_set_cell_value_fmt' [`4804`](https:…
448 - fix(benchmark): remove redundant string for the small screens [`3335`](https://github.com/lvgl/l…
457 - fix(Kconfig): change the type of LV_FS_STDIO_LETTER from string to int [`3282`](https://github.co…
747 - fix: removed string format warnings for int32_t and uint32_t [`2924`](https://github.com/littlevg…
1075 - fix(sprintf) add format string for rp2 port [`2512`](https://github.com/lvgl/lvgl/pull/2512)
1774 - fix(value_str) support Arabic letter connections in value string property
1880 - Fix drawing value string twice
/lvgl-3.7.0/docs/widgets/extra/
Dcalendar.md51 where ``years_list`` is a pointer to the custom years list. It can be a constant string
/lvgl-3.7.0/docs/overview/
Dfont.md74 Or together with strings (compile time string concatenation):
176 2. Create a `define` string from the UTF8 values: `#define MY_USB_SYMBOL "\xEF\x8A\x87"`
/lvgl-3.7.0/scripts/
DDoxyfile113 # used to form the text in various listings. Each string in this list, if found
323 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
326 # definitions whose arguments contain STL classes (e.g. func(std::string);
327 # versus func(std::string) {}). This also make the inheritance and collaboration
616 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
768 # can produce. The string should contain the $file, $line, and $text tags, which
1250 # This tag specifies a string that should uniquely identify the documentation
1251 # set bundle. This should be a reverse domain-name style string, e.g.
1258 # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
1260 # string, e.g. com.mycompany.MyDocSet.documentation.
[all …]