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

  /frameworks/base/libs/hwui/
Patch.cpp 91 float rescaleX = 1.0f;
103 rescaleX = fixed == 0.0f ? 0.0f : fminf(fmaxf(width, 0.0f) / fixed, 1.0f);
143 generateRow(xDivs, xCount, vertex, y1, y2, v1, v2, stretchX, rescaleX,
155 generateRow(xDivs, xCount, vertex, y1, y2, v1, 1.0f, stretchX, rescaleX,
171 float y1, float y2, float v1, float v2, float stretchX, float rescaleX,
187 x2 = x1 + segment * rescaleX;
Patch.h 64 float y1, float y2, float v1, float v2, float stretchX, float rescaleX,

Completed in 950 milliseconds