Searched defs:currentY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DVectorDrawableUtils.cpp30 float currentY = 0; member in class:android::uirenderer::PathResolver
265 currentY = currentSegmentStartY;
268 outPath->moveTo(currentX, currentY);
304 currentY += points->at(k + 1);
313 currentSegmentStartY = currentY;
318 currentY = points->at(k + 1);
327 currentSegmentStartY = currentY;
333 currentY += points->at(k + 1);
338 currentY = points->at(k + 1);
345 outPath->lineTo(points->at(k + 0), currentY);
[all...]

Completed in 70 milliseconds