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

/frameworks/base/libs/hwui/
H A DLayer.h95 const float texX = 1.0f / float(texture.width); local
99 regionRect.left * texX, (height - regionRect.top) * texY,
100 regionRect.right * texX, (height - regionRect.bottom) * texY);
H A DLayerRenderer.cpp163 const float texX = 1.0f / float(mLayer->getWidth()); local
172 const float u1 = r->left * texX;
174 const float u2 = r->right * texX;
H A DOpenGLRenderer.cpp1119 const float texX = 1.0f / float(layer->getWidth()); local
1157 const float u1 = r->left * texX;
1159 const float u2 = r->right * texX;

Completed in 63 milliseconds