Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DVectorDrawableUtils.cpp33 float currentSegmentStartX = 0; member in android::uirenderer::PathResolver
113 currentX = currentSegmentStartX; in addCommand()
115 ctrlPointX = currentSegmentStartX; in addCommand()
161 currentSegmentStartX = currentX; in addCommand()
175 currentSegmentStartX = currentX; in addCommand()
/frameworks/support/compat/src/main/java/androidx/core/graphics/
DPathParser.java370 float currentSegmentStartX = current[4]; in addCommand() local
382 currentX = currentSegmentStartX; in addCommand()
384 ctrlPointX = currentSegmentStartX; in addCommand()
430 currentSegmentStartX = currentX; in addCommand()
444 currentSegmentStartX = currentX; in addCommand()
608 current[4] = currentSegmentStartX; in addCommand()
/frameworks/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java454 float currentSegmentStartX = current[4]; in addCommand() local
466 currentX = currentSegmentStartX; in addCommand()
468 ctrlPointX = currentSegmentStartX; in addCommand()
515 currentSegmentStartX = currentX; in addCommand()
530 currentSegmentStartX = currentX; in addCommand()
694 current[4] = currentSegmentStartX; in addCommand()