Searched refs:screen_h (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dcopybit.cpp171 GLint screen_h = h; local
173 int32_t dtdy = Hcr << 16; // dtdy = -((Hcr/screen_h)/Ht)*Ht
175 swap(screen_w, screen_h);
177 if (dsdx!=screen_w || dtdy!=screen_h) {
180 dtdy /= screen_h;

Completed in 79 milliseconds