Searched refs:kTopY (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | ClearTest.cpp | 250 static const int kTopY = 26; in fullscreen_clear_with_layer_test() local 254 { kLeftX, kTopY, kMidX, kBotY }, in fullscreen_clear_with_layer_test() 255 { kMidX, kTopY, kRightX, kBotY }, in fullscreen_clear_with_layer_test() 271 for (int y = kTopY; isCorrect && y < kBotY; ++y) { in fullscreen_clear_with_layer_test()
|
/external/skqp/tests/ |
D | ClearTest.cpp | 251 static const int kTopY = 26; in fullscreen_clear_with_layer_test() local 255 { kLeftX, kTopY, kMidX, kBotY }, in fullscreen_clear_with_layer_test() 256 { kMidX, kTopY, kRightX, kBotY }, in fullscreen_clear_with_layer_test() 272 for (int y = kTopY; isCorrect && y < kBotY; ++y) { in fullscreen_clear_with_layer_test()
|