Searched refs:alpha8 (Results 1 – 7 of 7) sorted by relevance
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/ |
D | AndroidTranslatorClassInstrumentedTest.java | 38 Bitmap.Config alpha8 = Bitmap.Config.ALPHA_8; in testEnumConstructorsAreNotRewritten() local 39 assertThat(alpha8.toString()).isEqualTo("ALPHA_8"); in testEnumConstructorsAreNotRewritten()
|
/external/skqp/tests/ |
D | ReadPixelsTest.cpp | 581 static const uint8_t alpha8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable 589 return alpha8; in five_reference_pixels()
|
/external/skia/tests/ |
D | ReadPixelsTest.cpp | 581 static const uint8_t alpha8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable 589 return alpha8; in five_reference_pixels()
|
/external/skia/docs/ |
D | SkImageInfo_Reference.bmh | 348 with its transparency set to alpha8 pixel value. 360 uint8_t alpha8[] = { 0xFF, 0xBB, 0x77, 0x33 }; 361 SkPixmap alphaPixmap(imageInfo, &alpha8, imageInfo.minRowBytes());
|
/external/skqp/docs/ |
D | SkImageInfo_Reference.bmh | 348 with its transparency set to alpha8 pixel value. 360 uint8_t alpha8[] = { 0xFF, 0xBB, 0x77, 0x33 }; 361 SkPixmap alphaPixmap(imageInfo, &alpha8, imageInfo.minRowBytes());
|
/external/skia/site/user/api/ |
D | SkImageInfo_Reference.md | 432 with its transparency set to alpha8 <a href='undocumented#Pixel'>pixel</a> value.
|
/external/skqp/site/user/api/ |
D | SkImageInfo_Reference.md | 432 with its transparency set to alpha8 <a href='undocumented#Pixel'>pixel</a> value.
|