Lines Matching defs:widthout
104 GLint widthout, GLint heightout,
109 GLint widthout, GLint heightout,
114 GLint widthout, GLint heightout,
119 GLint widthout, GLint heightout,
125 GLint widthout, GLint heightout,
131 GLint widthout, GLint heightout,
137 GLint widthout, GLint heightout,
143 GLint widthout, GLint heightout,
1291 GLint widthout, GLint heightout,
1304 if (widthin == widthout*2 && heightin == heightout*2) {
1309 convx = (float) widthin/widthout;
1321 for (j = 0; j < widthout; j++) {
1323 if (widthin > widthout) {
1374 temp = (j + (i * widthout)) * components;
1387 GLint widthout, GLint heightout,
1411 if (widthin == widthout*2 && heightin == heightout*2) {
1418 convx = (float) widthin/widthout;
1440 for (j = 0; j < widthout; j++) {
1577 outindex = (j + (i * widthout)) * components;
1604 GLint widthout, GLint heightout,
1628 if (widthin == widthout*2 && heightin == heightout*2) {
1635 convx = (float) widthin/widthout;
1657 for (j = 0; j < widthout; j++) {
1794 outindex = (j + (i * widthout)) * components;
1821 GLint widthout, GLint heightout,
1846 if (widthin == widthout*2 && heightin == heightout*2) {
1853 convx = (float) widthin/widthout;
1875 for (j = 0; j < widthout; j++) {
2074 outindex = (j + (i * widthout)) * components;
2101 GLint widthout, GLint heightout,
2128 if (widthin == widthout*2 && heightin == heightout*2) {
2135 convx = (float) widthin/widthout;
2157 for (j = 0; j < widthout; j++) {
2368 outindex = (j + (i * widthout)) * components;
2395 GLint widthout, GLint heightout,
2420 if (widthin == widthout*2 && heightin == heightout*2) {
2427 convx = (float) widthin/widthout;
2449 for (j = 0; j < widthout; j++) {
2649 outindex = (j + (i * widthout)) * components;
2682 GLint widthout, GLint heightout,
2709 if (widthin == widthout*2 && heightin == heightout*2) {
2716 convx = (float) widthin/widthout;
2738 for (j = 0; j < widthout; j++) {
2949 outindex = (j + (i * widthout)) * components;
2978 GLint widthout, GLint heightout,
3005 if (widthin == widthout*2 && heightin == heightout*2) {
3012 convx = (float) widthin/widthout;
3034 for (j = 0; j < widthout; j++) {
3245 outindex = (j + (i * widthout)) * components;
3500 GLsizei widthout, GLsizei heightout, GLenum typeout,
3508 if (widthin == 0 || heightin == 0 || widthout == 0 || heightout == 0) {
3511 if (widthin < 0 || heightin < 0 || widthout < 0 || heightout < 0) {
3526 malloc(image_size(widthout, heightout, format, GL_UNSIGNED_SHORT));
3538 widthout, heightout, afterImage);
3539 empty_image(&psm,widthout, heightout, format, typeout,