Lines Matching full:croprect
3939 s = (GLfloat) texObj->CropRect[0] / tw;3940 t = (GLfloat) texObj->CropRect[1] / th;3941 s1 = (GLfloat) (texObj->CropRect[0] + texObj->CropRect[2]) / tw;3942 t1 = (GLfloat) (texObj->CropRect[1] + texObj->CropRect[3]) / th;