Searched defs:stretchX (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/libs/hwui/
H A DPatch.cpp89 float stretchX = 0.0f; local
103 stretchX = xStretch / xStretchTex;
144 generateRow(xDivs, xCount, vertex, y1, y2, v1, v2, stretchX, rescaleX,
156 generateRow(xDivs, xCount, vertex, y1, y2, v1, 1.0f, stretchX, rescaleX,
172 float y1, float y2, float v1, float v2, float stretchX, float rescaleX,
186 x2 = x1 + floorf(segment * stretchX + 0.5f);
171 generateRow(const int32_t* xDivs, uint32_t xCount, TextureVertex*& vertex, float y1, float y2, float v1, float v2, float stretchX, float rescaleX, float width, float bitmapWidth, uint32_t& quadCount) argument

Completed in 309 milliseconds