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

/frameworks/base/libs/hwui/
H A DLayer.h63 const float texY = 1.0f / float(texture.height); local
66 regionRect.left * texX, (height - regionRect.top) * texY,
67 regionRect.right * texX, (height - regionRect.bottom) * texY);
H A DLayerRenderer.cpp161 const float texY = 1.0f / float(mLayer->getHeight()); local
171 const float v1 = (height - r->top) * texY;
173 const float v2 = (height - r->bottom) * texY;
H A DOpenGLRenderer.cpp997 const float texY = 1.0f / float(layer->getHeight()); local
1029 const float v1 = (height - r->top) * texY;
1031 const float v2 = (height - r->bottom) * texY;

Completed in 52 milliseconds