Home | History | Annotate | Download | only in utils

Lines Matching refs:stretchX

77                     const SkScalar stretchX, int width) {
86 vx += computeVertexDelta(x & 1, tx, prev, stretchX);
153 SkScalar stretchX = 0, stretchY = 0;
162 stretchX = (bounds.width() - fixed) / stretchSize;
163 else // reuse stretchX, but keep it negative as a signal
164 stretchX = SkScalarDiv(-bounds.width(), fixed);
175 else // reuse stretchX, but keep it negative as a signal
184 SkScalarToFloat(stretchX), SkScalarToFloat(stretchY));
213 stretchX, bitmap.width());
232 stretchX, bitmap.width());
237 bounds, xDivs, numXDivs, stretchX, bitmap.width());