Searched refs:rescaleY (Results 1 – 1 of 1) sorted by relevance
75 float rescaleY = 1.0f; in Patch() local98 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()