Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatch.cpp74 float rescaleX = 1.0f; in Patch() local
86 rescaleX = fixed == 0.0f ? 0.0f : std::min(std::max(width, 0.0f) / fixed, 1.0f); in Patch()
126 generateRow(xDivs, xCount, vertex, y1, y2, v1, v2, stretchX, rescaleX, in Patch()
138 generateRow(xDivs, xCount, vertex, y1, y2, v1, 1.0f, stretchX, rescaleX, in Patch()
150 float y1, float y2, float v1, float v2, float stretchX, float rescaleX, in generateRow() argument
166 x2 = x1 + segment * rescaleX; in generateRow()
DPatch.h62 float y1, float y2, float v1, float v2, float stretchX, float rescaleX,