Searched refs:SCROLL_Y (Results 1 – 1 of 1) sorted by relevance
236 static const int SCROLL_Y = 10; in RENDERTHREAD_TEST() local254 expectedMatrix.setTranslate(50 - SCROLL_X, 50 - SCROLL_Y); in RENDERTHREAD_TEST()261 expectedMatrix.setTranslate(-SCROLL_X, 50 - SCROLL_Y); in RENDERTHREAD_TEST()292 properties.setTranslationY(SCROLL_Y); in RENDERTHREAD_TEST()328 -SCROLL_Y); // Apply scroll (note: bg undoes this internally) in RENDERTHREAD_TEST()427 static const int SCROLL_Y = 10; in RENDERTHREAD_SKIA_PIPELINE_TEST() local450 expectedMatrix.setTranslate(100 - SCROLL_X, 100 - SCROLL_Y); in RENDERTHREAD_SKIA_PIPELINE_TEST()464 EXPECT_EQ(SkRect::MakeLTRB(100 - SCROLL_X, 100 - SCROLL_Y, 300 - SCROLL_X, in RENDERTHREAD_SKIA_PIPELINE_TEST()465 300 - SCROLL_Y), in RENDERTHREAD_SKIA_PIPELINE_TEST()484 properties.setTranslationY(SCROLL_Y); in RENDERTHREAD_SKIA_PIPELINE_TEST()[all …]