worldtop, worldbottom; fixed_t worldhigh = 0, worldlow = 0; GLTexture_t *grTex = NULL; float cliplow = 0.0f, cliphigh = 0.0f; INT32 gr_midtexture; fixed_t h, l; // 3D sides and 2s middle textures FUINT lightnum = 0; // shut up compiler extracolormap_t *c...
actualBitmap.recycle(); expectedBitmap.recycle(); scaledExpectedBitmap.recycle(); } private Bitmap getBitmapFromAssets(String path) throws IOException { InputStream stream = testContext.getAssets().open(path); return BitmapFactory.decodeStream(stream); } private String saveBitmap(String filename...