Searched refs:bitmapB (Results 1 – 1 of 1) sorted by relevance
127 Bitmap bitmapA, bitmapB; // Emoji displayed Bitmaps to compare in testEmojiGlyph() local135 bitmapB = ccanvas.capture(Character.toChars(sComparedCodePoints[i][1])); in testEmojiGlyph()137 String bmpDiffMessage = describeBitmap(bitmapA) + "vs" + describeBitmap(bitmapB); in testEmojiGlyph()138 assertFalse(baseMessage + bmpDiffMessage, bitmapA.sameAs(bitmapB)); in testEmojiGlyph()144 bitmapB = cviewB.capture(Character.toChars(sComparedCodePoints[i][1])); in testEmojiGlyph()146 bmpDiffMessage = describeBitmap(bitmapA) + "vs" + describeBitmap(bitmapB); in testEmojiGlyph()147 assertFalse(baseMessage + bmpDiffMessage, bitmapA.sameAs(bitmapB)); in testEmojiGlyph()152 bitmapB = cedittextB.capture(Character.toChars(sComparedCodePoints[i][1])); in testEmojiGlyph()154 bmpDiffMessage = describeBitmap(bitmapA) + "vs" + describeBitmap(bitmapB); in testEmojiGlyph()155 assertFalse(baseMessage + bmpDiffMessage, bitmapA.sameAs(bitmapB)); in testEmojiGlyph()[all …]