Home | History | Annotate | Download | only in libagl

Lines Matching refs:Wcr

721         const GLint Wcr = textureObject->crop_rect[2] << 16;
725 int32_t dsdx = Wcr / w; // dsdx = ((Wcr/w)/Wt)*Wt
779 const GLint Wcr = textureObject->crop_rect[2];
782 if ((w == Wcr) && (h == -Hcr)) {