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

/frameworks/base/libs/hwui/
H A DPatch.cpp76 uint32_t stretchSize = 0; local
78 stretchSize += xDivs[i] - xDivs[i - 1];
80 const float xStretchTex = stretchSize;
81 const float fixed = bitmapWidth - stretchSize;
88 uint32_t stretchSize = 0; local
90 stretchSize += yDivs[i] - yDivs[i - 1];
92 const float yStretchTex = stretchSize;
93 const float fixed = bitmapHeight - stretchSize;

Completed in 1226 milliseconds