Home
last modified time | relevance | path

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

/lvgl-latest/docs/
Dbuild.py424 c6 = 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/
Dtest_svg.c587 uint32_t c6 = (LV_ARRAY_GET(&svg_node->attrs, 1, lv_svg_attr_t))->value.ival; in testStrokeFillAttrs() local
588 TEST_ASSERT_EQUAL(c6, LV_SVG_LINE_JOIN_MITER); in testStrokeFillAttrs()
/lvgl-latest/src/libs/lodepng/
Dlodepng.c4761 unsigned char a6, b6 = 0, c6, d6 = 0, a7, b7 = 0, c7, d7 = 0; in unfilterScanline() local
4769 c6 = b6; in unfilterScanline()
4793 d6 = scanline[i + 6] + paethPredictor(a6, b6, c6); in unfilterScanline()