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

/frameworks/base/libs/hwui/
H A DPatch.cpp96 uint32_t stretchSize = 0; local
98 stretchSize += xDivs[i] - xDivs[i - 1];
100 const float xStretchTex = stretchSize;
101 const float fixed = bitmapWidth - stretchSize;
108 uint32_t stretchSize = 0; local
110 stretchSize += yDivs[i] - yDivs[i - 1];
112 const float yStretchTex = stretchSize;
113 const float fixed = bitmapHeight - stretchSize;

Completed in 28 milliseconds