Home
last modified time | relevance | path

Searched refs:Hcr (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
Dtexture.cpp711 const GLint Hcr = textureObject->crop_rect[3] << 16; in drawTexxOESImp() local
715 int32_t dtdy =-Hcr / h; // dtdy = -((Hcr/h)/Ht)*Ht in drawTexxOESImp()
717 int32_t t0 = (Vcr+Hcr) - gglMulx(dtdy, y); // t0 = (Vcr+Hcr) - y*dtdy in drawTexxOESImp()
769 const GLint Hcr = textureObject->crop_rect[3]; in drawTexiOES() local
771 if ((w == Wcr) && (h == -Hcr)) { in drawTexiOES()
794 const GLint t0 = (Vcr + Hcr) - y; in drawTexiOES()