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

/external/chromium_org/cc/layers/
H A Dscrollbar_layer_unittest.cc934 void TestResourceUpload(const float test_scale) { argument
955 gfx::ScaleSize(scrollbar_layer->bounds(), test_scale, test_scale);
957 gfx::ScalePoint(scrollbar_layer->position(), test_scale, test_scale);
960 scrollbar_layer->draw_properties().contents_scale_x = test_scale;
961 scrollbar_layer->draw_properties().contents_scale_y = test_scale;
1016 void TestScale(const gfx::Rect scrollbar_rect, const float test_scale) { argument
1037 gfx::ScaleSize(scrollbar_layer->bounds(), test_scale, test_scale);
[all...]
/external/chromium_org/third_party/skia/tests/
H A DMatrix44Test.cpp137 static void test_scale(skiatest::Reporter* reporter) { function
655 test_scale(reporter);
/external/skia/tests/
H A DMatrix44Test.cpp137 static void test_scale(skiatest::Reporter* reporter) { function
626 test_scale(reporter);

Completed in 907 milliseconds