Searched refs:bHeight (Results 1 – 1 of 1) sorted by relevance
216 int bHeight = bitmap.getHeight(); in uploadToCanvas() local218 int height = bHeight + mBorder * 2; in uploadToCanvas()222 Utils.assertTrue(bWidth <= texWidth && bHeight <= texHeight); in uploadToCanvas()228 if (bWidth == texWidth && bHeight == texHeight) { in uploadToCanvas()255 if (mBorder + bHeight < texHeight) { in uploadToCanvas()257 canvas.texSubImage2D(this, 0, mBorder + bHeight, line, format, type); in uploadToCanvas()