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

/frameworks/base/libs/hwui/
H A DPatch.cpp129 uint32_t stretchSize = 0; local
131 stretchSize += mXDivs[i] - mXDivs[i - 1];
133 const float xStretchTex = stretchSize;
134 const float fixed = bitmapWidth - stretchSize;
141 uint32_t stretchSize = 0; local
143 stretchSize += mYDivs[i] - mYDivs[i - 1];
145 const float yStretchTex = stretchSize;
146 const float fixed = bitmapHeight - stretchSize;

Completed in 44 milliseconds