Home
last modified time | relevance | path

Searched refs:checkBitmap (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/flutter/examples/platform_channel/android/app/src/androidTest/java/com/example/platformchannel/
DExampleInstrumentedTest.java74 flutterView.postDelayed(checkBitmap, delayMsec); in start()
82 private Runnable checkBitmap = new Runnable() { field in ExampleInstrumentedTest.BitmapPoller
89 flutterView.postDelayed(checkBitmap, delayMsec);
/third_party/flutter/flutter/examples/platform_channel_swift/android/app/src/androidTest/java/com/example/platformchannel/
DExampleInstrumentedTest.java74 flutterView.postDelayed(checkBitmap, delayMsec); in start()
82 private Runnable checkBitmap = new Runnable() { field in ExampleInstrumentedTest.BitmapPoller
89 flutterView.postDelayed(checkBitmap, delayMsec);
/third_party/skia/tests/
DGrTextBlobTest.cpp114 auto checkBitmap = [&](const SkBitmap& bitmap) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
139 REPORTER_ASSERT(reporter, checkBitmap(bitmap)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()