Searched refs:bm0 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp1298 SkBitmap bm0; local
1300 reinterpret_cast<Bitmap*>(bm0Handle)->getSkBitmap(&bm0);
1302 if (bm0.width() != bm1.width() ||
1303 bm0.height() != bm1.height() ||
1304 bm0.colorType() != bm1.colorType()) {
1308 SkAutoLockPixels alp0(bm0);
1312 if (NULL == bm0.getPixels() || NULL == bm1.getPixels()) {
1316 if (bm0.colorType() == kIndex_8_SkColorType) {
1317 SkColorTable* ct0 = bm0.getColorTable();
1335 const int h = bm0
[all...]

Completed in 299 milliseconds