Home
last modified time | relevance | path

Searched refs:invHeight (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.cpp4133 const float invHeight = 1.0f / height; in generateMipmap() local
4135 invWidth, (width - 1) * invWidth, invHeight, (height - 1) * invHeight)); in generateMipmap()