Home
last modified time | relevance | path

Searched refs:previousStepY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DPatch.cpp103 float previousStepY = 0.0f; in Patch() local
113 const float segment = stepY - previousStepY; in Patch()
133 previousStepY = stepY; in Patch()
136 if (previousStepY != bitmapHeight) { in Patch()