/lvgl-latest/tests/unity/ |
D | unity_internals.h | 805 #define RUN_TEST_AT_LINE(func, line, ...) UnityDefaultTestRun(func, #func, line) argument 871 #define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)(line)) argument 872 #define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)(line)) argument 878 #define UNITY_TEST_ASSERT(condition, line, message) do… argument 879 #define UNITY_TEST_ASSERT_NULL(pointer, line, message) UN… argument 880 #define UNITY_TEST_ASSERT_NOT_NULL(pointer, line, message) UN… argument 881 #define UNITY_TEST_ASSERT_EMPTY(pointer, line, message) UN… argument 882 #define UNITY_TEST_ASSERT_NOT_EMPTY(pointer, line, message) UN… argument 884 #define UNITY_TEST_ASSERT_EQUAL_INT(expected, actual, line, message) Un… argument 885 #define UNITY_TEST_ASSERT_EQUAL_INT8(expected, actual, line, message) Un… argument [all …]
|
D | unity.c | 494 static void UnityTestResultsBegin(const char* file, const UNITY_LINE_TYPE line) in UnityTestResultsBegin() 537 static void UnityTestResultsFailBegin(const UNITY_LINE_TYPE line) in UnityTestResultsFailBegin() 2101 void UnityPrintF(const UNITY_LINE_TYPE line, const char* format, ...) in UnityPrintF() 2123 void UnityFail(const char* msg, const UNITY_LINE_TYPE line) in UnityFail() 2160 void UnityIgnore(const char* msg, const UNITY_LINE_TYPE line) in UnityIgnore() 2176 void UnityMessage(const char* msg, const UNITY_LINE_TYPE line) in UnityMessage()
|
D | unity_support.c | 344 uint8_t * line = raw_img8 + y * width * 4; in write_png_file() local
|
/lvgl-latest/src/widgets/line/ |
D | lv_line.c | 82 lv_line_t * line = (lv_line_t *)obj; in lv_line_set_y_invert() local 98 lv_line_t * line = (lv_line_t *)obj; in lv_line_get_points() local 106 lv_line_t * line = (lv_line_t *)obj; in lv_line_get_point_count() local 114 lv_line_t * line = (lv_line_t *)obj; in lv_line_is_point_array_mutable() local 122 lv_line_t * line = (lv_line_t *)obj; in lv_line_get_points_mutable() local 134 lv_line_t * line = (lv_line_t *)obj; in lv_line_get_y_invert() local 148 lv_line_t * line = (lv_line_t *)obj; in lv_line_constructor() local 164 lv_line_t * line = (lv_line_t *)obj; in line_set_points() local 204 lv_line_t * line = (lv_line_t *)obj; in lv_line_event() local 227 lv_line_t * line = (lv_line_t *)obj; in lv_line_event() local
|
/lvgl-latest/src/drivers/glfw/ |
D | lv_opengles_debug.c | 44 void GLLogCall(const char * function, const char * file, int line) in GLLogCall()
|
/lvgl-latest/scripts/ |
D | lv_conf_internal_gen.py | 127 line = re.sub(r'[\s]*', '', line, 1) variable
|
/lvgl-latest/src/misc/ |
D | lv_log.c | 72 void lv_log_add(lv_log_level_t level, const char * file, int line, const char * func, const char * … in lv_log_add()
|
D | lv_log.h | 148 #define lv_log_add(level, file, line, ...) argument
|
/lvgl-latest/docs/ |
D | CONTRIBUTING.rst | 92 .. _contributing_commit_message_format:
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_line.c | 8 static lv_obj_t * line = NULL; variable
|
D | test_scale.c | 496 lv_obj_t * line = lv_line_create(scale); in test_scale_set_line_needle_value() local
|
/lvgl-latest/src/draw/ |
D | lv_draw_buf.c | 531 uint8_t * line = (uint8_t *)draw_buf->data; in lv_draw_buf_premultiply() local 546 uint8_t * line = (uint8_t *)draw_buf->data; in lv_draw_buf_premultiply() local 562 uint8_t * line = (uint8_t *)draw_buf->data; in lv_draw_buf_premultiply() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModifier.cpp | 102 void LottieOffsetModifier::corner(const Line& line, const Line& nextLine, uint32_t movetoOutIndex, … in corner() argument 133 void LottieOffsetModifier::line(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* inPts, … in line() function in LottieOffsetModifier
|
D | tvgSwRle.cpp | 520 auto line = rw.lineStack; in _lineTo() local
|
D | tvgSwRasterTexmap.h | 1056 auto line = &aaSpans->lines[y - aaSpans->yStart]; in _apply() local
|
D | tvgLottieBuilder.cpp | 999 int line = 0; in updateText() local
|
D | tvgSvgLoaderCommon.h | 527 SvgLineNode line; member
|
D | tvgSvgLoader.cpp | 1895 SvgLineNode* line = &(node->node.line); in _attrParseLineNode() local
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 445 lv_svg_render_line_t * line = (lv_svg_render_line_t *)obj; in _set_line_attr() local 1348 lv_svg_render_line_t * line = (lv_svg_render_line_t *)obj; in _render_line() local 1706 lv_svg_render_line_t * line = (lv_svg_render_line_t *)obj; in _get_line_bounds() local 1837 lv_svg_render_line_t * line = lv_malloc_zeroed(sizeof(lv_svg_render_line_t)); in _lv_svg_render_create() local
|
/lvgl-latest/src/themes/default/ |
D | lv_theme_default.c | 112 lv_style_t line; member
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 285 uint32_t line = 0; in lv_roller_get_selected_str() local
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 439 uint32_t line = 0; in lv_dropdown_get_selected_str() local
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 3273 size_t line = ((size_t)(w / 8u) * bpp) + 1u + ((w & 7u) * bpp + 7u) / 8u; in lodepng_get_raw_size_idat() local 3291 size_t line; /* bytes per line in worst case */ in lodepng_pixel_overflow() local
|