Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderstate/
DOffscreenBufferPool.cpp57 const float texY = 1.0f / static_cast<float>(texture.height()); in getTextureCoordinates() local
79 const float texY = 1.0f / float(texture.height()); in updateMeshFromRegion() local