Lines Matching refs:pivot
333 lv_point_t pivot; in test_image_ignore_transformation_settings_when_stretched() local
334 lv_image_get_pivot(img, &pivot); in test_image_ignore_transformation_settings_when_stretched()
335 TEST_ASSERT_EQUAL_INT(0, pivot.x); in test_image_ignore_transformation_settings_when_stretched()
336 TEST_ASSERT_EQUAL_INT(0, pivot.y); in test_image_ignore_transformation_settings_when_stretched()
357 lv_point_t pivot; in test_image_ignore_transformation_settings_when_tiled() local
358 lv_image_get_pivot(img, &pivot); in test_image_ignore_transformation_settings_when_tiled()
359 TEST_ASSERT_EQUAL_INT(0, pivot.x); in test_image_ignore_transformation_settings_when_tiled()
360 TEST_ASSERT_EQUAL_INT(0, pivot.y); in test_image_ignore_transformation_settings_when_tiled()
488 lv_point_t pivot; in test_image_properties() local
489 lv_image_get_pivot(obj, &pivot); in test_image_properties()
490 TEST_ASSERT_EQUAL_INT(pivot.x, 40); in test_image_properties()
491 TEST_ASSERT_EQUAL_INT(pivot.y, 50); in test_image_properties()