HomeSort by relevance Sort by last modified time
    Searched full:rescalex (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Patch.cpp 72 float rescaleX = 1.0f;
84 rescaleX = fixed == 0.0f ? 0.0f : std::min(std::max(width, 0.0f) / fixed, 1.0f);
124 generateRow(xDivs, xCount, vertex, y1, y2, v1, v2, stretchX, rescaleX,
136 generateRow(xDivs, xCount, vertex, y1, y2, v1, 1.0f, stretchX, rescaleX,
148 float y1, float y2, float v1, float v2, float stretchX, float rescaleX,
164 x2 = x1 + segment * rescaleX;
Patch.h 62 float y1, float y2, float v1, float v2, float stretchX, float rescaleX,

Completed in 64 milliseconds