Home | History | Annotate | Download | only in glrenderer

Lines Matching defs:texWidth

426         int texWidth = texture.getTextureWidth();
429 source.left /= texWidth;
430 source.right /= texWidth;
435 float xBound = (float) width / texWidth;