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/compat/java/android/support/v4/graphics/
DPathParser.java368 float ctrlPointY = current[3]; in addCommand() local
384 ctrlPointY = currentSegmentStartY; in addCommand()
478 ctrlPointY = currentY + val[k + 3]; in addCommand()
489 ctrlPointY = val[k + 3]; in addCommand()
497 reflectiveCtrlPointY = currentY - ctrlPointY; in addCommand()
504 ctrlPointY = currentY + val[k + 1]; in addCommand()
514 reflectiveCtrlPointY = 2 * currentY - ctrlPointY; in addCommand()
519 ctrlPointY = val[k + 1]; in addCommand()
526 ctrlPointY = currentY + val[k + 1]; in addCommand()
533 ctrlPointY = val[k + 1]; in addCommand()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java451 float ctrlPointY = current[3]; in addCommand() local
467 ctrlPointY = currentSegmentStartY; in addCommand()
563 ctrlPointY = currentY + val[k + 3]; in addCommand()
574 ctrlPointY = val[k + 3]; in addCommand()
582 reflectiveCtrlPointY = currentY - ctrlPointY; in addCommand()
589 ctrlPointY = currentY + val[k + 1]; in addCommand()
599 reflectiveCtrlPointY = 2 * currentY - ctrlPointY; in addCommand()
604 ctrlPointY = val[k + 1]; in addCommand()
611 ctrlPointY = currentY + val[k + 1]; in addCommand()
618 ctrlPointY = val[k + 1]; in addCommand()
[all …]