/lvgl-latest/src/misc/ |
D | lv_color.c | 126 lv_color_t lv_color_lighten(lv_color_t c, lv_opa_t lvl) in lv_color_lighten() 132 lv_color_t lv_color_darken(lv_color_t c, lv_opa_t lvl) in lv_color_darken() 246 lv_color_hsv_t lv_color_to_hsv(lv_color_t c) in lv_color_to_hsv() 256 uint32_t lv_color_to_int(lv_color_t c) in lv_color_to_int() 272 lv_color_t lv_color_hex(uint32_t c) in lv_color_hex() 300 lv_color_t lv_color_hex3(uint32_t c) in lv_color_hex3() 336 void lv_color_premultiply(lv_color32_t * c) in lv_color_premultiply() 352 void lv_color16_premultiply(lv_color16_t * c, lv_opa_t a) in lv_color16_premultiply() 368 uint8_t lv_color_luminance(lv_color_t c) in lv_color_luminance() 373 uint8_t lv_color16_luminance(const lv_color16_t c) in lv_color16_luminance() [all …]
|
D | lv_math.h | 160 #define LV_MIN3(a, b, c) (LV_MIN(LV_MIN(a,b), c)) argument 161 #define LV_MIN4(a, b, c, d) (LV_MIN(LV_MIN(a,b), LV_MIN(c,d))) argument 164 #define LV_MAX3(a, b, c) (LV_MAX(LV_MAX(a,b), c)) argument 165 #define LV_MAX4(a, b, c, d) (LV_MAX(LV_MAX(a,b), LV_MAX(c,d))) argument
|
D | lv_color_op.c | 61 uint8_t lv_color_brightness(lv_color_t c) in lv_color_brightness()
|
D | lv_utils.c | 42 int32_t c; in lv_utils_bsearch() local
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_top_margin.c | 64 lv_demo_high_res_ctx_t * c) in lv_demo_high_res_top_margin_create() 133 void lv_demo_high_res_top_margin_deinit_subjects(lv_demo_high_res_ctx_t * c) in lv_demo_high_res_top_margin_deinit_subjects() 148 lv_demo_high_res_ctx_t * c = lv_event_get_user_data(e); in logout_cb() local 153 lv_demo_high_res_ctx_t * c) in create_icon() 174 lv_demo_high_res_ctx_t * c = lv_event_get_user_data(e); in icon_clicked_cb() local 216 static lv_obj_t * create_wifi(lv_obj_t * parent, lv_demo_high_res_ctx_t * c) in create_wifi() 246 lv_demo_high_res_ctx_t * c = lv_observer_get_user_data(observer); in wifi_icon_observer_cb() local 252 static lv_obj_t * create_perfmon(lv_obj_t * parent, lv_demo_high_res_ctx_t * c) in create_perfmon() 310 static lv_obj_t * create_settings(lv_obj_t * parent, lv_demo_high_res_ctx_t * c) in create_settings() 338 …obj_t * create_setting_label_cont(lv_obj_t * parent, const char * text, lv_demo_high_res_ctx_t * c) in create_setting_label_cont() [all …]
|
D | lv_demo_high_res_app_smart_home.c | 57 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res_app_smart_home() local 138 static void create_widget1(lv_demo_high_res_ctx_t * c, lv_obj_t * widgets) in create_widget1() 203 static void create_widget_charging(lv_demo_high_res_ctx_t * c, lv_obj_t * widgets) in create_widget_charging() 273 lv_demo_high_res_ctx_t * c = lv_event_get_user_data(e); in widget2_slider_released_cb() local 285 static void create_widget2(lv_demo_high_res_ctx_t * c, lv_obj_t * widgets) in create_widget2() 326 lv_demo_high_res_ctx_t * c = lv_event_get_user_data(e); in widget3_play_pause_clicked_cb() local 333 static void create_widget3(lv_demo_high_res_ctx_t * c, lv_obj_t * widgets) in create_widget3() 413 static void create_widget4(lv_demo_high_res_ctx_t * c, lv_obj_t * widgets) in create_widget4()
|
D | lv_demo_high_res_home.c | 55 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res_home() local 236 static void app_card_create(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * text, in app_card_create() 273 lv_demo_high_res_ctx_t * c = lv_event_get_user_data(e); in set_light_theme_event_cb() local 288 lv_demo_high_res_ctx_t * c = lv_event_get_user_data(e); in set_dark_theme_event_cb() local 300 lv_demo_high_res_ctx_t * c = lv_observer_get_user_data(observer); in time_observer_cb() local 315 lv_demo_high_res_ctx_t * c = lv_observer_get_user_data(observer); in date_observer_cb() local
|
D | lv_demo_high_res_app_smart_meter.c | 75 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res_app_smart_meter() local 147 static lv_obj_t * create_widget1_part(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * t… in create_widget1_part() 222 static void widget1_anim_height_range(lv_demo_high_res_ctx_t * c, int32_t * min, int32_t * max) in widget1_anim_height_range() 231 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(box); in widget1_open_part1_anim_cb() local 256 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(box); in widget1_open_part2_anim_cb() local 280 lv_demo_high_res_ctx_t * c = lv_event_get_user_data(e); in widget1_clicked_cb() local 304 static void create_widget1(lv_demo_high_res_ctx_t * c, lv_obj_t * widgets) in create_widget1() 332 static lv_obj_t * widget23_chart_label(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * … in widget23_chart_label() 344 lv_demo_high_res_ctx_t * c = lv_event_get_user_data(e); in widget2_chart_event_draw_task_cb() local 385 lv_demo_high_res_ctx_t * c = lv_event_get_user_data(e); in widget2_chart_bar_clicked_cb() local [all …]
|
D | lv_demo_high_res_app_ev_charging.c | 77 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res_app_ev_charging() local 164 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in bg_cont_delete_cb() local 210 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in anim_exec_cb() local 239 static void create_widget1(lv_demo_high_res_ctx_t * c, lv_obj_t * widgets) in create_widget1() 323 static lv_obj_t * widget2_chart_label(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * t… in widget2_chart_label() 333 static void create_widget2(lv_demo_high_res_ctx_t * c, lv_obj_t * widgets) in create_widget2() 443 static lv_obj_t * create_widget3_info(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const lv_image… in create_widget3_info() 484 static void create_widget3(lv_demo_high_res_ctx_t * c, lv_obj_t * widgets) in create_widget3() 571 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in charging_status_box_clicked_cb() local
|
D | lv_demo_high_res_app_thermostat.c | 62 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res_app_thermostat() local 134 static lv_obj_t * widget1_chart_label(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * t… in widget1_chart_label() 144 static void create_widget1(lv_demo_high_res_ctx_t * c, lv_obj_t * widgets) in create_widget1() 259 static lv_obj_t * create_widget2_value(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * … in create_widget2_value() 310 static void create_widget2(lv_demo_high_res_ctx_t * c, lv_obj_t * widgets) in create_widget2() 396 static lv_obj_t * create_widget3_setting(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const lv_im… in create_widget3_setting() 484 static void create_widget3(lv_demo_high_res_ctx_t * c, lv_obj_t * widgets) in create_widget3()
|
D | lv_demo_high_res.c | 52 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res() local
|
D | lv_demo_high_res_util.c | 159 lv_demo_high_res_ctx_t * c = lv_malloc_zeroed(sizeof(lv_demo_high_res_ctx_t)); in lv_demo_high_res_base_obj_create() local 394 …gh_res_label_bind_temperature(lv_obj_t * label, lv_subject_t * subject, lv_demo_high_res_ctx_t * c) in lv_demo_high_res_label_bind_temperature() 527 lv_demo_high_res_ctx_t * c = lv_observer_get_user_data(observer); in theme_observer_cb() local 553 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in free_ctx_event_cb() local 607 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(label); in label_text_temperature_cb() local
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | encodings.h | 150 typename InputStream::Ch c = is.Take(); in Decode() local 183 Ch c; in Validate() local 225 typename InputByteStream::Ch c = Take(is); in TakeBOM() local 309 typename InputStream::Ch c = is.Take(); in Decode() local 328 typename InputStream::Ch c; in Validate() local 346 CharType c = Take(is); in TakeBOM() local 353 unsigned c = static_cast<uint8_t>(is.Take()); in Take() local 379 CharType c = Take(is); in TakeBOM() local 386 unsigned c = static_cast<unsigned>(static_cast<uint8_t>(is.Take())) << 8; in Take() local 441 Ch c = is.Take(); in Decode() local [all …]
|
D | stringbuffer.h | 56 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put() 57 void PutUnsafe(Ch c) { *stack_.template PushUnsafe<Ch>() = c; } in PutUnsafe() 105 inline void PutUnsafe(GenericStringBuffer<Encoding, Allocator>& stream, typename Encoding::Ch c) { in PutUnsafe() 111 inline void PutN(GenericStringBuffer<UTF8<> >& stream, char c, size_t n) { in PutN()
|
D | filewritestream.h | 40 void Put(char c) { in Put() 47 void PutN(char c, size_t n) { in PutN() 94 inline void PutN(FileWriteStream& stream, char c, size_t n) { in PutN()
|
D | encodedstream.h | 49 Ch Take() { Ch c = current_; current_ = Encoding::Take(is_); return c; } in RAPIDJSON_DIAG_OFF() local 110 void Put(Ch c) { Encoding::Put(os_, c); } in Put() 157 Ch Take() { Ch c = current_; current_ = takeFunc_(*is_); return c; } in Take() local 179 const unsigned char* c = reinterpret_cast<const unsigned char *>(is_->Peek4()); in DetectType() local 260 void Put(Ch c) { putFunc_(*os_, c); } in Put()
|
D | filereadstream.h | 51 Ch Take() { Ch c = *current_; Read(); return c; } in RAPIDJSON_DIAG_OFF() local
|
D | allocators.h | 280 ChunkHeader* c = shared_->chunkHead; in Clear() local 296 for (ChunkHeader* c = shared_->chunkHead; c != 0; c = c->next) in Capacity() local 307 for (ChunkHeader* c = shared_->chunkHead; c != 0; c = c->next) in Size() local
|
/lvgl-latest/demos/transform/ |
D | img2c.py | 10 c = f"lv_img_conv.js {files} -f -c CF_TRUE_COLOR_ALPHA" variable
|
/lvgl-latest/demos/multilang/assets/ |
D | img2c.py | 10 c = f"lv_img_conv.js {files} -f -c CF_TRUE_COLOR_ALPHA" variable
|
/lvgl-latest/demos/multilang/ |
D | img2c.py | 10 c = f"lv_img_conv.js {files} -f -c CF_TRUE_COLOR_ALPHA" variable
|
/lvgl-latest/demos/ebike/assets/ |
D | font_gen.py | 6 def run(c): argument
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgUtil.cpp | 33 static uint8_t _hexCharToDec(const char c) in _hexCharToDec()
|
/lvgl-latest/src/libs/expat/ |
D | xmltok.c | 296 # define CHAR_MATCHES(enc, p, c) \ argument 299 sb_charMatches(const ENCODING *enc, const char *p, int c) { in sb_charMatches() 305 # define CHAR_MATCHES(enc, p, c) (*(p) == (c)) argument 511 unsigned char c; in latin1_toUtf8() local 744 #define LITTLE2_CHAR_MATCHES(p, c) ((p)[1] == 0 && (p)[0] == (c)) in DEFINE_UTF16_TO_UTF16() argument 764 little2_charMatches(const ENCODING *enc, const char *p, int c) { in little2_charMatches() 877 #define BIG2_CHAR_MATCHES(p, c) ((p)[0] == 0 && (p)[1] == (c)) argument 897 big2_charMatches(const ENCODING *enc, const char *p, int c) { in big2_charMatches() 925 # define CHAR_MATCHES(enc, p, c) BIG2_CHAR_MATCHES(p, c) argument 1049 isSpace(int c) { in isSpace() [all …]
|
/lvgl-latest/tests/makefile_uefi/ |
D | test.c | 24 void * memset(void * s, int c, size_t n) in memset()
|