Searched defs:Wcr (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dtexture.cpp714 const GLint Wcr = textureObject->crop_rect[2] << 16; local
718 int32_t dsdx = Wcr / w; // dsdx = ((Wcr/w)/Wt)*Wt
772 const GLint Wcr = textureObject->crop_rect[2]; local
775 if ((w == Wcr) && (h == -Hcr)) {

Completed in 74 milliseconds