Home
last modified time | relevance | path

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

/external/skia/tests/
DClearTest.cpp248 static const int kMidX = 258; 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()
274 for (int x = kLeftX; x < kMidX; ++x) { in fullscreen_clear_with_layer_test()
281 for (int x = kMidX; x < kRightX; ++x) { in fullscreen_clear_with_layer_test()
/external/skqp/tests/
DClearTest.cpp249 static const int kMidX = 258; 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()
275 for (int x = kLeftX; x < kMidX; ++x) { in fullscreen_clear_with_layer_test()
282 for (int x = kMidX; x < kRightX; ++x) { in fullscreen_clear_with_layer_test()
/external/skqp/samplecode/
DSampleFlutterAnimate.cpp51 static constexpr auto kMidX = 35; in onDrawContent() local
59 canvas->translate(fChars[i].fPosition.fX + kMidX, fChars[i].fPosition.fY - kMidY); in onDrawContent()
/external/skia/samplecode/
DSampleFlutterAnimate.cpp51 static constexpr auto kMidX = 35; in onDrawContent() local
59 canvas->translate(fChars[i].fPosition.fX + kMidX, fChars[i].fPosition.fY - kMidY); in onDrawContent()