Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DUploadedTexture.java215 int bWidth = bitmap.getWidth(); in uploadToCanvas() local
217 int width = bWidth + mBorder * 2; in uploadToCanvas()
222 Utils.assertTrue(bWidth <= texWidth && bHeight <= texHeight); in uploadToCanvas()
228 if (bWidth == texWidth && bHeight == texHeight) { in uploadToCanvas()
249 if (mBorder + bWidth < texWidth) { in uploadToCanvas()
251 canvas.texSubImage2D(this, mBorder + bWidth, 0, line, format, type); in uploadToCanvas()