Searched refs:mTextureHeight (Results 1 – 3 of 3) sorted by relevance
47 protected int mTextureHeight; field in BasicTexture79 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0; in setSize()80 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) { in setSize()82 mTextureWidth, mTextureHeight), new Exception()); in setSize()107 return mTextureHeight; in getTextureHeight()
48 protected int mTextureHeight; field in BasicTexture82 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0; in setSize()83 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) { in setSize()85 mTextureWidth, mTextureHeight), new Exception()); in setSize()114 return mTextureHeight; in getTextureHeight()
127 mTextureHeight = TILE_SIZE; in setSize()