Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DVectorDrawableUtils.cpp32 float ctrlPointY = 0; member in android::uirenderer::PathResolver
267 ctrlPointY = currentSegmentStartY; in addCommand()
361 ctrlPointY = currentY + points->at(k + 3); in addCommand()
372 ctrlPointY = points->at(k + 3); in addCommand()
380 reflectiveCtrlPointY = currentY - ctrlPointY; in addCommand()
386 ctrlPointY = currentY + points->at(k + 1); in addCommand()
396 reflectiveCtrlPointY = 2 * currentY - ctrlPointY; in addCommand()
401 ctrlPointY = points->at(k + 1); in addCommand()
408 ctrlPointY = currentY + points->at(k + 1); in addCommand()
415 ctrlPointY = points->at(k + 1); in addCommand()
[all …]
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DPathParser.java349 float ctrlPointY = current[3]; in addCommand() local
365 ctrlPointY = currentSegmentStartY; in addCommand()
459 ctrlPointY = currentY + val[k + 3]; in addCommand()
470 ctrlPointY = val[k + 3]; in addCommand()
478 reflectiveCtrlPointY = currentY - ctrlPointY; in addCommand()
485 ctrlPointY = currentY + val[k + 1]; in addCommand()
495 reflectiveCtrlPointY = 2 * currentY - ctrlPointY; in addCommand()
500 ctrlPointY = val[k + 1]; in addCommand()
507 ctrlPointY = currentY + val[k + 1]; in addCommand()
514 ctrlPointY = val[k + 1]; in addCommand()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java450 float ctrlPointY = current[3]; in addCommand() local
466 ctrlPointY = currentSegmentStartY; in addCommand()
562 ctrlPointY = currentY + val[k + 3]; in addCommand()
573 ctrlPointY = val[k + 3]; in addCommand()
581 reflectiveCtrlPointY = currentY - ctrlPointY; in addCommand()
588 ctrlPointY = currentY + val[k + 1]; in addCommand()
598 reflectiveCtrlPointY = 2 * currentY - ctrlPointY; in addCommand()
603 ctrlPointY = val[k + 1]; in addCommand()
610 ctrlPointY = currentY + val[k + 1]; in addCommand()
617 ctrlPointY = val[k + 1]; in addCommand()
[all …]