Searched refs:shadowOtherBitmap (Results 1 – 1 of 1) sorted by relevance
653 ShadowBitmap shadowOtherBitmap = Shadow.extract(other); in sameAs() local654 if (this.width != shadowOtherBitmap.width || this.height != shadowOtherBitmap.height) { in sameAs()658 && shadowOtherBitmap.config != null in sameAs()659 && this.config != shadowOtherBitmap.config) { in sameAs()662 if (!Arrays.equals(colors, shadowOtherBitmap.colors)) { in sameAs()