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

/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp56 const float texY = 1.0f / static_cast<float>(texture.height()); local
57 return Rect(0, viewportHeight * texY, viewportWidth * texX, 0);
78 const float texY = 1.0f / float(texture.height()); local
86 const float v1 = (viewportHeight - r->top) * texY;
88 const float v2 = (viewportHeight - r->bottom) * texY;

Completed in 76 milliseconds