Searched refs:test_scale (Results 1 – 3 of 3) sorted by relevance
724 void TestResourceUpload(const float test_scale) { in TestResourceUpload() argument745 gfx::ScaleSize(scrollbar_layer->bounds(), test_scale, test_scale); in TestResourceUpload()747 gfx::ScalePoint(scrollbar_layer->position(), test_scale, test_scale); in TestResourceUpload()750 scrollbar_layer->draw_properties().contents_scale_x = test_scale; in TestResourceUpload()751 scrollbar_layer->draw_properties().contents_scale_y = test_scale; in TestResourceUpload()806 void TestScale(const gfx::Rect scrollbar_rect, const float test_scale) { in TestScale() argument827 gfx::ScaleSize(scrollbar_layer->bounds(), test_scale, test_scale); in TestScale()829 gfx::ScalePoint(scrollbar_layer->position(), test_scale, test_scale); in TestScale()832 scrollbar_layer->draw_properties().contents_scale_x = test_scale; in TestScale()833 scrollbar_layer->draw_properties().contents_scale_y = test_scale; in TestScale()
137 static void test_scale(skiatest::Reporter* reporter) { in test_scale() function626 test_scale(reporter); in DEF_TEST()