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

/frameworks/base/libs/hwui/utils/
H A DVectorDrawableUtils.cpp255 float reflectiveCtrlPointY; local
376 reflectiveCtrlPointY = 0;
380 reflectiveCtrlPointY = currentY - ctrlPointY;
382 outPath->rCubicTo(reflectiveCtrlPointX, reflectiveCtrlPointY,
392 reflectiveCtrlPointY = currentY;
396 reflectiveCtrlPointY = 2 * currentY - ctrlPointY;
398 outPath->cubicTo(reflectiveCtrlPointX, reflectiveCtrlPointY,
421 reflectiveCtrlPointY = 0;
425 reflectiveCtrlPointY = currentY - ctrlPointY;
427 outPath->rQuadTo(reflectiveCtrlPointX, reflectiveCtrlPointY,
[all...]

Completed in 39 milliseconds