Home
last modified time | relevance | path

Searched refs:ShadowBitmap (Results 1 – 11 of 11) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmap.java28 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 …]
DShadowBitmapFactory.java67 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()
DShadowCanvas.java62 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()
DShadowThreadedRenderer.java23 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in createHardwareBitmap()
DShadowBitmapDrawable.java65 ShadowBitmap shadowBitmap = Shadow.extract(realBitmapDrawable.getBitmap()); in getCreatedFromResId()
DShadowResources.java323 if (bitmap != null && Shadow.extract(bitmap) instanceof ShadowBitmap) { in setCreatedFromResId()
324 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in setCreatedFromResId()
DShadowDrawable.java99 ShadowBitmap shadowBitmap = Shadow.extract(bitmap); in createFromResourceId()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapFactoryTest.java38 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()
DShadowBitmapTest.java111 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/
Danimate.c196 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()
Ddisplay.c121 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()