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

/frameworks/base/libs/hwui/
H A DPatch.cpp130 float stepY = yDivs[i]; local
131 const float segment = stepY - previousStepY;
140 float v2 = fmax(0.0f, stepY - vOffset) / bitmapHeight;
143 if (stepY > 0.0f) {
149 v1 = stepY / bitmapHeight;
151 previousStepY = stepY;

Completed in 64 milliseconds