Searched refs:c5 (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/docs/ |
D | build.py | 422 c5 = os.path.exists(temp_path) 431 result = c2 and c3 and c4 and c5 and c6 and c7 and c8 and c9
|
/lvgl-latest/tests/src/test_cases/ |
D | test_svg.c | 585 uint32_t c5 = (LV_ARRAY_GET(&svg_node->attrs, 0, lv_svg_attr_t))->value.ival; in testStrokeFillAttrs() local 586 TEST_ASSERT_EQUAL(c5, LV_SVG_LINE_CAP_BUTT); in testStrokeFillAttrs()
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 4760 unsigned char a4, b4 = 0, c4, d4 = 0, a5, b5 = 0, c5, d5 = 0; in unfilterScanline() local 4768 c5 = b5; in unfilterScanline() 4792 d5 = scanline[i + 5] + paethPredictor(a5, b5, c5); in unfilterScanline() 4808 unsigned char a4, b4 = 0, c4, d4 = 0, a5, b5 = 0, c5, d5 = 0; in unfilterScanline() local 4815 c5 = b5; in unfilterScanline() 4833 d5 = scanline[i + 5] + paethPredictor(a5, b5, c5); in unfilterScanline()
|