Searched defs:stretchX (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DPatch.cpp69 float stretchX = 0.0f; local
83 stretchX = xStretch / xStretchTex;
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,
162 x2 = x1 + floorf(segment * stretchX + 0.5f);
147 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 232 milliseconds