HomeSort by relevance Sort by last modified time
    Searched refs:dumpBitmap (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
BitmapDumper.java 94 public static void dumpBitmap(Bitmap bitmap, String testName, String className) {
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java 205 BitmapDumper.dumpBitmap(croppedBitmap, getName(), this.getClass().getSimpleName());
206 BitmapDumper.dumpBitmap(bitmapVerifier.getDifferenceBitmap(), getName() + "_verifier",
  /external/skia/src/core/
SkPicturePlayback.h 259 void dumpBitmap(const SkBitmap& bitmap) const;
SkPicturePlayback.cpp     [all...]

Completed in 100 milliseconds