Searched refs:expectQuadrant (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 290 void expectQuadrant(const Rect& rect, const Color& topLeft, const Color& topRight, in expectQuadrant() function in android::ScreenCapture 1957 getScreenCapture()->expectQuadrant(Rect(0, 0, 32, 32), Color::RED, Color::GREEN, in TEST_P() 1964 getScreenCapture()->expectQuadrant(Rect(0, 0, 32, 32), Color::GREEN, Color::RED, in TEST_P() 1971 getScreenCapture()->expectQuadrant(Rect(0, 0, 32, 32), Color::BLUE, Color::WHITE, in TEST_P() 1978 getScreenCapture()->expectQuadrant(Rect(0, 0, 32, 32), Color::BLUE, Color::RED, in TEST_P() 1985 getScreenCapture()->expectQuadrant(Rect(0, 0, 64, 64), Color::RED, Color::GREEN, in TEST_P() 2003 getScreenCapture()->expectQuadrant(Rect(0, 0, 32, 32), Color::RED, Color::GREEN, in TEST_P() 2010 getScreenCapture()->expectQuadrant(Rect(0, 0, 32, 32), Color::RED, Color::GREEN, in TEST_P() 2017 getScreenCapture()->expectQuadrant(Rect(0, 0, 32, 32), Color::RED, Color::GREEN, in TEST_P() 2024 getScreenCapture()->expectQuadrant(Rect(0, 0, 32, 32), Color::RED, Color::GREEN, in TEST_P() [all …]
|