Searched refs:stretchX (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Patch.cpp | 122 float stretchX = 0.0f; in updateVertices() local 135 stretchX = xStretch / xStretchTex; in updateVertices() 174 generateRow(vertex, y1, y2, v1, v2, stretchX, right - left, in updateVertices() 193 generateRow(vertex, y1, y2, v1, 1.0f, stretchX, right - left, in updateVertices() 213 float stretchX, float width, float bitmapWidth, uint32_t& quadCount) { in generateRow() argument 226 x2 = x1 + floorf(segment * stretchX + 0.5f); in generateRow()
|
D | Patch.h | 78 float v1, float v2, float stretchX, float width, float bitmapWidth,
|