Searched refs:bm0 (Results 1 – 1 of 1) sorted by relevance
1466 SkBitmap bm0; in Bitmap_sameAs() local1479 bitmap0->bitmap().getSkBitmap(&bm0); in Bitmap_sameAs()1481 if (bm0.width() != bm1.width() in Bitmap_sameAs()1482 || bm0.height() != bm1.height() in Bitmap_sameAs()1483 || bm0.colorType() != bm1.colorType() in Bitmap_sameAs()1484 || bm0.alphaType() != bm1.alphaType() in Bitmap_sameAs()1485 || !SkColorSpace::Equals(bm0.colorSpace(), bm1.colorSpace())) { in Bitmap_sameAs()1490 if (NULL == bm0.getPixels() || NULL == bm1.getPixels()) { in Bitmap_sameAs()1497 const int h = bm0.height(); in Bitmap_sameAs()1498 const size_t size = bm0.width() * bm0.bytesPerPixel(); in Bitmap_sameAs()[all …]