Searched refs:bWidth (Results 1 – 1 of 1) sorted by relevance
215 int bWidth = bitmap.getWidth(); in uploadToCanvas() local217 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()