Home | History | Annotate | Download | only in common

Lines Matching refs:MAX2

1262          tex->Width = MAX2(tex->MinSize, width);
1263 tex->Height = MAX2(tex->MinSize, height);
3377 dstWidth = MAX2(1, srcWidth / 2);
3378 dstHeight = MAX2(1, srcHeight / 2);
3379 dstDepth = MAX2(1, srcDepth / 2);