Home | History | Annotate | Download | only in libagl

Lines Matching refs:Wcr

722         const GLint Wcr = textureObject->crop_rect[2] << 16;
726 int32_t dsdx = Wcr / w; // dsdx = ((Wcr/w)/Wt)*Wt
780 const GLint Wcr = textureObject->crop_rect[2];
783 if ((w == Wcr) && (h == -Hcr)) {