Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatch.cpp94 const float yStretch = std::max(height - fixed, 0.0f); in Patch() local
95 stretchY = yStretch / yStretchTex; in Patch()