HomeSort by relevance Sort by last modified time
    Searched refs:reflectiveCtrlPointY (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/utils/
VectorDrawableUtils.cpp 255 float reflectiveCtrlPointY;
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...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
PathParser.java 350 float reflectiveCtrlPointY;
471 reflectiveCtrlPointY = 0;
475 reflectiveCtrlPointY = currentY - ctrlPointY;
477 path.rCubicTo(reflectiveCtrlPointX, reflectiveCtrlPointY,
488 reflectiveCtrlPointY = currentY;
492 reflectiveCtrlPointY = 2 * currentY - ctrlPointY;
494 path.cubicTo(reflectiveCtrlPointX, reflectiveCtrlPointY,
517 reflectiveCtrlPointY = 0;
521 reflectiveCtrlPointY = currentY - ctrlPointY;
523 path.rQuadTo(reflectiveCtrlPointX, reflectiveCtrlPointY,
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
PathParser_Delegate.java 454 float reflectiveCtrlPointY;
577 reflectiveCtrlPointY = 0;
581 reflectiveCtrlPointY = currentY - ctrlPointY;
583 path.rCubicTo(reflectiveCtrlPointX, reflectiveCtrlPointY,
594 reflectiveCtrlPointY = currentY;
598 reflectiveCtrlPointY = 2 * currentY - ctrlPointY;
600 path.cubicTo(reflectiveCtrlPointX, reflectiveCtrlPointY,
623 reflectiveCtrlPointY = 0;
627 reflectiveCtrlPointY = currentY - ctrlPointY;
629 path.rQuadTo(reflectiveCtrlPointX, reflectiveCtrlPointY,
    [all...]
  /prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-vectordrawable.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 348 milliseconds