Home
last modified time | relevance | path

Searched refs:kScreenWidth (Results 1 – 4 of 4) sorted by relevance

/external/skia/bench/
DPathTextBench.cpp17 static constexpr int kScreenWidth = 1500; variable
45 SkIPoint onGetSize() override { return SkIPoint::Make(kScreenWidth, kScreenHeight); } in onGetSize()
63 float size = (1 - t0) * SkTMin(kScreenWidth, kScreenHeight) / 50 + in onDelayedSetup()
64 t0 * SkTMin(kScreenWidth, kScreenHeight) / 3; in onDelayedSetup()
68 t1 * (kScreenWidth - sqrt(2) * scale/2 * glyphSize), in onDelayedSetup()
79 fClipPath = sk_tool_utils::make_star(SkRect::MakeIWH(kScreenWidth,kScreenHeight), 11,3); in onDelayedSetup()
/external/skqp/bench/
DPathTextBench.cpp17 static constexpr int kScreenWidth = 1500; variable
45 SkIPoint onGetSize() override { return SkIPoint::Make(kScreenWidth, kScreenHeight); } in onGetSize()
63 float size = (1 - t0) * SkTMin(kScreenWidth, kScreenHeight) / 50 + in onDelayedSetup()
64 t0 * SkTMin(kScreenWidth, kScreenHeight) / 3; in onDelayedSetup()
68 t1 * (kScreenWidth - sqrt(2) * scale/2 * glyphSize), in onDelayedSetup()
79 fClipPath = sk_tool_utils::make_star(SkRect::MakeIWH(kScreenWidth,kScreenHeight), 11,3); in onDelayedSetup()
/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_unittest.cc19 const int kScreenWidth= 96; variable
211 InitDiffer(kScreenWidth, kScreenHeight); in TEST_F()
228 InitDiffer(kScreenWidth, kScreenHeight); in TEST_F()
250 InitDiffer(kScreenWidth, kScreenHeight); in TEST_F()
273 InitDiffer(kScreenWidth, kScreenHeight); in TEST_F()
371 InitDiffer(kScreenWidth, kScreenHeight); in TEST_F()
392 InitDiffer(kScreenWidth, kScreenHeight); in TEST_F()
404 InitDiffer(kScreenWidth, kScreenHeight); in TEST_F()
441 InitDiffer(kScreenWidth, kScreenHeight); in TEST_F()
478 InitDiffer(kScreenWidth, kScreenHeight); in TEST_F()
[all …]
Ddesktop_and_cursor_composer_unittest.cc26 const int kScreenWidth = 100; variable
63 new BasicDesktopFrame(DesktopSize(kScreenWidth, kScreenHeight)); in CreateTestFrame()
66 for (int x = 0; x < kScreenWidth; ++x) { in CreateTestFrame()
148 for (int x = 0; x < kScreenWidth; ++x) { in VerifyFrame()