Home | History | Annotate | Download | only in test

Lines Matching full:bitmap0

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;