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

/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp164 const float texY = 1.0f / float(mLayer->getHeight()); local
173 const float v1 = (height - r->top) * texY;
175 const float v2 = (height - r->bottom) * texY;
H A DLayer.h96 const float texY = 1.0f / float(texture.height); local
99 regionRect.left * texX, (height - regionRect.top) * texY,
100 regionRect.right * texX, (height - regionRect.bottom) * texY);
H A DOpenGLRenderer.cpp1120 const float texY = 1.0f / float(layer->getHeight()); local
1158 const float v1 = (height - r->top) * texY;
1160 const float v2 = (height - r->bottom) * texY;

Completed in 2695 milliseconds