Home
last modified time | relevance | path

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

/external/chromium_org/cc/layers/
Dscrollbar_layer_unittest.cc724 void TestResourceUpload(const float test_scale) { in TestResourceUpload() argument
745 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() argument
827 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()
/external/skia/tests/
DMatrix44Test.cpp137 static void test_scale(skiatest::Reporter* reporter) { in test_scale() function
626 test_scale(reporter); in DEF_TEST()
/external/chromium_org/third_party/skia/tests/
DMatrix44Test.cpp137 static void test_scale(skiatest::Reporter* reporter) { in test_scale() function
626 test_scale(reporter); in DEF_TEST()