Searched refs:ShadowBitmap (Results 1 – 11 of 11) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowBitmap.java | 28 public class ShadowBitmap { class 68 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in visualize() 214 ShadowBitmap shadowBitmap = Shadow.extract(scaledBitmap); in createBitmap() 230 ShadowBitmap shadowBitmap = Shadow.extract(src); in createBitmap() 243 ShadowBitmap shadowBitmap = Shadow.extract(scaledBitmap); in createScaledBitmap() 245 ShadowBitmap shadowSrcBitmap = Shadow.extract(src); in createScaledBitmap() 267 ShadowBitmap shadowBitmap = Shadow.extract(newBitmap); in createBitmap() 269 ShadowBitmap shadowSrcBitmap = Shadow.extract(src); in createBitmap() 305 ShadowBitmap shadowNewBitmap = Shadow.extract(newBitmap); in createBitmap() 307 ShadowBitmap shadowSrcBitmap = Shadow.extract(src); in createBitmap() [all …]
|
D | ShadowBitmapFactory.java | 67 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in decodeResource() 80 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in decodeFile() 90 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in decodeFileDescriptor() 130 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in decodeStream() 138 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in decodeByteArray() 166 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in create()
|
D | ShadowCanvas.java | 62 ShadowBitmap shadowBitmap = Shadow.extract(targetBitmap); in appendDescription() 67 ShadowBitmap shadowBitmap = Shadow.extract(targetBitmap); in getDescription() 226 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in describeBitmap() 304 ShadowBitmap shadowBitmap = Shadow.extract(targetBitmap); in resetCanvasHistory()
|
D | ShadowThreadedRenderer.java | 23 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in createHardwareBitmap()
|
D | ShadowBitmapDrawable.java | 65 ShadowBitmap shadowBitmap = Shadow.extract(realBitmapDrawable.getBitmap()); in getCreatedFromResId()
|
D | ShadowResources.java | 323 if (bitmap != null && Shadow.extract(bitmap) instanceof ShadowBitmap) { in setCreatedFromResId() 324 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in setCreatedFromResId()
|
D | ShadowDrawable.java | 99 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in createFromResourceId()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowBitmapFactoryTest.java | 38 ShadowBitmap shadowBitmap = shadowOf(bitmap); in decodeResource_shouldSetDescriptionAndCreatedFrom() 69 ShadowBitmap shadowBitmap = shadowOf(bitmap); in decodeFile_shouldSetDescriptionAndCreatedFrom() 81 ShadowBitmap shadowBitmap = shadowOf(bitmap); in decodeStream_shouldSetDescriptionAndCreatedFrom() 93 ShadowBitmap shadowBitmap = shadowOf(bitmap); in decodeBytes_shouldSetDescriptionAndCreatedFrom()
|
D | ShadowBitmapTest.java | 111 ShadowBitmap shadowBitmap = shadowOf(newBitmap); in shouldCreateBitmapWithMatrix() 192 assertThat(ShadowBitmap.visualize(bitmap)) in visualize_shouldReturnDescription() 477 assertThat(ShadowBitmap.getBytesPerPixel(Bitmap.Config.RGBA_F16)).isEqualTo(8); in getBytesPerPixel_O() 482 assertThat(ShadowBitmap.getBytesPerPixel(Bitmap.Config.ARGB_8888)).isEqualTo(4); in getBytesPerPixel_preO() 483 assertThat(ShadowBitmap.getBytesPerPixel(Bitmap.Config.RGB_565)).isEqualTo(2); in getBytesPerPixel_preO() 484 assertThat(ShadowBitmap.getBytesPerPixel(Bitmap.Config.ARGB_4444)).isEqualTo(2); in getBytesPerPixel_preO() 485 assertThat(ShadowBitmap.getBytesPerPixel(Bitmap.Config.ALPHA_8)).isEqualTo(1); in getBytesPerPixel_preO() 577 ShadowBitmap shadowBitmap = Shadow.extract(original); in reconfigure_withHardwareBitmap_validDimensionsAndConfig_throws()
|
/external/ImageMagick/MagickCore/ |
D | animate.c | 196 ShadowBitmap[8] = variable 1803 windows->info.id,(char *) ShadowBitmap,ShadowWidth,ShadowHeight); in XAnimateImages() 1837 windows->command.id,(char *) ShadowBitmap,ShadowWidth,ShadowHeight); in XAnimateImages() 1866 windows->widget.id,(char *) ShadowBitmap,ShadowWidth,ShadowHeight); in XAnimateImages() 1890 windows->popup.id,(char *) ShadowBitmap,ShadowWidth,ShadowHeight); in XAnimateImages()
|
D | display.c | 121 ShadowBitmap[8] = variable 14857 windows->info.id,(char *) ShadowBitmap,ShadowWidth,ShadowHeight); in XDisplayImage() 14891 windows->command.id,(char *) ShadowBitmap,ShadowWidth,ShadowHeight); in XDisplayImage() 14922 windows->widget.id,(char *) ShadowBitmap,ShadowWidth,ShadowHeight); in XDisplayImage() 14946 windows->popup.id,(char *) ShadowBitmap,ShadowWidth,ShadowHeight); in XDisplayImage()
|