OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmapB
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/text/src/android/text/cts/
MyanmarTest.java
49
Bitmap
bitmapB
= cviewB.capture(textB);
50
if (bitmapA.sameAs(
bitmapB
)) {
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp
218
const SkBitmap&
bitmapB
= b->getSkBitmap();
219
ASSERT_EQ(bitmapA.width(),
bitmapB
.width());
220
ASSERT_EQ(bitmapA.height(),
bitmapB
.height());
228
uint32_t colorB = *
bitmapB
.getAddr32(x, y);
Completed in 205 milliseconds