Home | History | Annotate | Download | only in libagl

Lines Matching refs:Hcr

722         const GLint Hcr = textureObject->crop_rect[3] << 16;
726 int32_t dtdy =-Hcr / h; // dtdy = -((Hcr/h)/Ht)*Ht
728 int32_t t0 = (Vcr+Hcr) - gglMulx(dtdy, y); // t0 = (Vcr+Hcr) - y*dtdy
780 const GLint Hcr = textureObject->crop_rect[3];
782 if ((w == Wcr) && (h == -Hcr)) {
805 const GLint t0 = (Vcr + Hcr) - y;