Home | History | Annotate | Download | only in media

Lines Matching refs:padded

235                 // Create a padded bitmap if the natural size is not a power of
245 Bitmap padded = Bitmap.createBitmap(paddedWidth, paddedHeight, config);
246 Canvas canvas = new Canvas(padded);
249 bitmap = padded;