Home
last modified time | relevance | path

Searched refs:c9 (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/docs/
Dbuild.py430 c9 = 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.c605 float c9 = (LV_ARRAY_GET(&svg_node->attrs, 2, lv_svg_attr_t))->value.fval; in testStrokeFillAttrs() local
606 TEST_ASSERT_EQUAL_FLOAT(c9, 1.0f); in testStrokeFillAttrs()