HomeSort by relevance Sort by last modified time
    Searched full:bitmap0 (Results 1 - 7 of 7) sorted by null

  /development/samples/devbytes/animation/CrossFading/src/com/example/android/crossfading/
CrossFading.java 48 Bitmap bitmap0 = Bitmap.createBitmap(500, 500, Bitmap.Config.ARGB_8888); local
50 Canvas canvas = new Canvas(bitmap0);
55 drawables[0] = new BitmapDrawable(getResources(), bitmap0);
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 142 SkBitmap * PiPCopyToOneFile(SkBitmap *bitmap0, SkBitmap *bitmap1);
qcamera_test.cpp 252 * @bitmap0 : Decoded image buffer 0
258 SkBitmap *bitmap0, SkBitmap *bitmap1)
267 if (bitmap0 == NULL && bitmap1 == NULL) {
271 size0 = bitmap0->getSize();
284 dst = bitmap0;
288 src = bitmap0;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.h 141 SkBitmap * PiPCopyToOneFile(SkBitmap *bitmap0, SkBitmap *bitmap1);
qcamera_test.cpp 217 * @bitmap0 : Decoded image buffer 0
223 SkBitmap *bitmap0, SkBitmap *bitmap1)
232 if (bitmap0 == NULL || bitmap1 == NULL) {
233 ALOGE(" bitmap0 : %p, bitmap1 : %p\n", bitmap0, bitmap1);
237 size0 = bitmap0->getSize();
250 dst = bitmap0;
254 src = bitmap0;
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/test/
qcamera_test.h 141 SkBitmap * PiPCopyToOneFile(SkBitmap *bitmap0, SkBitmap *bitmap1);
qcamera_test.cpp 217 * @bitmap0 : Decoded image buffer 0
223 SkBitmap *bitmap0, SkBitmap *bitmap1)
232 if (bitmap0 == NULL || bitmap1 == NULL) {
233 ALOGE(" bitmap0 : %p, bitmap1 : %p\n", bitmap0, bitmap1);
237 size0 = bitmap0->getSize();
250 dst = bitmap0;
254 src = bitmap0;
    [all...]

Completed in 322 milliseconds