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
116 ctrlPointY = currentSegmentStartY; in addCommand()
210 ctrlPointY = currentY + points->at(k + 3); in addCommand()
221 ctrlPointY = points->at(k + 3); in addCommand()
229 reflectiveCtrlPointY = currentY - ctrlPointY; in addCommand()
234 ctrlPointY = currentY + points->at(k + 1); in addCommand()
244 reflectiveCtrlPointY = 2 * currentY - ctrlPointY; in addCommand()
249 ctrlPointY = points->at(k + 1); in addCommand()
257 ctrlPointY = currentY + points->at(k + 1); in addCommand()
265 ctrlPointY = points->at(k + 1); in addCommand()
[all …]
/frameworks/support/compat/src/main/java/androidx/core/graphics/
DPathParser.java369 float ctrlPointY = current[3]; in addCommand() local
385 ctrlPointY = currentSegmentStartY; in addCommand()
479 ctrlPointY = currentY + val[k + 3]; in addCommand()
490 ctrlPointY = val[k + 3]; in addCommand()
498 reflectiveCtrlPointY = currentY - ctrlPointY; in addCommand()
505 ctrlPointY = currentY + val[k + 1]; in addCommand()
515 reflectiveCtrlPointY = 2 * currentY - ctrlPointY; in addCommand()
520 ctrlPointY = val[k + 1]; in addCommand()
527 ctrlPointY = currentY + val[k + 1]; in addCommand()
534 ctrlPointY = val[k + 1]; in addCommand()
[all …]
/frameworks/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java453 float ctrlPointY = current[3]; in addCommand() local
469 ctrlPointY = currentSegmentStartY; in addCommand()
565 ctrlPointY = currentY + val[k + 3]; in addCommand()
576 ctrlPointY = val[k + 3]; in addCommand()
584 reflectiveCtrlPointY = currentY - ctrlPointY; in addCommand()
591 ctrlPointY = currentY + val[k + 1]; in addCommand()
601 reflectiveCtrlPointY = 2 * currentY - ctrlPointY; in addCommand()
606 ctrlPointY = val[k + 1]; in addCommand()
613 ctrlPointY = currentY + val[k + 1]; in addCommand()
620 ctrlPointY = val[k + 1]; in addCommand()
[all …]