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

/frameworks/base/libs/hwui/
H A DPatch.cpp110 float stepY = yDivs[i]; local
111 const float segment = stepY - previousStepY;
120 float v2 = std::max(0.0f, stepY - vOffset) / bitmapHeight;
123 if (stepY > 0.0f) {
129 v1 = stepY / bitmapHeight;
131 previousStepY = stepY;

Completed in 143 milliseconds