Searched refs:bm0 (Results 1 – 1 of 1) sorted by relevance
1050 SkBitmap bm0; in Bitmap_sameAs() local1063 bitmap0->bitmap().getSkBitmap(&bm0); in Bitmap_sameAs()1065 if (bm0.width() != bm1.width() in Bitmap_sameAs()1066 || bm0.height() != bm1.height() in Bitmap_sameAs()1067 || bm0.colorType() != bm1.colorType() in Bitmap_sameAs()1068 || bm0.alphaType() != bm1.alphaType() in Bitmap_sameAs()1069 || !SkColorSpace::Equals(bm0.colorSpace(), bm1.colorSpace())) { in Bitmap_sameAs()1074 if (NULL == bm0.getPixels() || NULL == bm1.getPixels()) { in Bitmap_sameAs()1081 const int h = bm0.height(); in Bitmap_sameAs()1082 const size_t size = bm0.width() * bm0.bytesPerPixel(); in Bitmap_sameAs()[all …]