Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c5195 static unsigned addChunk_tEXt(ucvector* out, const char* keyword, const char* textstring) { in addChunk_tEXt() argument
5197 size_t keysize = lodepng_strlen(keyword), textsize = lodepng_strlen(textstring); in addChunk_tEXt()
5201 lodepng_memcpy(chunk + 8, keyword, keysize); in addChunk_tEXt()
5208 static unsigned addChunk_zTXt(ucvector* out, const char* keyword, const char* textstring, in addChunk_zTXt() argument
5215 size_t keysize = lodepng_strlen(keyword); in addChunk_zTXt()
5225 lodepng_memcpy(chunk + 8, keyword, keysize); in addChunk_zTXt()
5236 static unsigned addChunk_iTXt(ucvector* out, unsigned compress, const char* keyword, const char* la… in addChunk_iTXt() argument
5243 …size_t keysize = lodepng_strlen(keyword), langsize = lodepng_strlen(langtag), transsize = lodepng_… in addChunk_iTXt()
5257 lodepng_memcpy(chunk + pos, keyword, keysize); in addChunk_iTXt()
/lvgl-3.7.0/docs/
DCHANGELOG.md1083 - fix(docs) add static keyword to driver declaration [`2452`](https://github.com/lvgl/lvgl/pull/245…
1452 - build: remove use of 'project' keyword in CMakeLists [`2640`](https://github.com/lvgl/lvgl/pull/2…
1960 - remove use of c++ keyword 'new' in parameter of function lv_theme_set_base().
/lvgl-3.7.0/scripts/
DDoxyfile243 # This tag can be used to specify a number of word-keyword mappings (TCL only).
342 # of private inheritance when no explicit protection keyword is present.