HomeSort by relevance Sort by last modified time
    Searched full:paddedwidth (Results 1 - 1 of 1) sorted by null

  /packages/apps/Gallery3D/src/com/cooliris/media/
RenderView.java 238 int paddedWidth = Shared.nextPowerOf2(width);
245 Bitmap padded = Bitmap.createBitmap(paddedWidth, paddedHeight, config);
252 texture.mNormalizedWidth = (float) width / (float) paddedWidth;
    [all...]

Completed in 1689 milliseconds