Home | History | Annotate | Download | only in common

Lines Matching refs:total_width

2495  * \param total_width  total width of the texture image
2507 GLint total_width,
2517 const float s0 = (float) xoffset / (float) total_width;
2518 const float s1 = (float) (xoffset + width) / (float) total_width;