Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatch.cpp75 float rescaleY = 1.0f; in Patch() local
98 rescaleY = fixed == 0.0f ? 0.0f : std::min(std::max(height, 0.0f) / fixed, 1.0f); in Patch()
118 y2 = y1 + segment * rescaleY; in Patch()