Searched defs:tile (Results 1 – 2 of 2) sorted by relevance
32 def tile(a, tile_size): function
39 Bitmap tile = Bitmap.createBitmap(TILE_WIDTH, TILE_HEIGHT, Config.ARGB_8888); in testBitmapShader() local