Home
last modified time | relevance | path

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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DPathParser.java347 float currentSegmentStartX = current[4]; in addCommand() local
359 currentX = currentSegmentStartX; in addCommand()
361 ctrlPointX = currentSegmentStartX; in addCommand()
407 currentSegmentStartX = currentX; in addCommand()
421 currentSegmentStartX = currentX; in addCommand()
585 current[4] = currentSegmentStartX; in addCommand()
/frameworks/base/libs/hwui/utils/
DVectorDrawableUtils.cpp33 float currentSegmentStartX = 0; member in android::uirenderer::PathResolver
264 currentX = currentSegmentStartX; in addCommand()
266 ctrlPointX = currentSegmentStartX; in addCommand()
312 currentSegmentStartX = currentX; in addCommand()
326 currentSegmentStartX = currentX; in addCommand()
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java451 float currentSegmentStartX = current[4]; in addCommand() local
463 currentX = currentSegmentStartX; in addCommand()
465 ctrlPointX = currentSegmentStartX; in addCommand()
512 currentSegmentStartX = currentX; in addCommand()
527 currentSegmentStartX = currentX; in addCommand()
691 current[4] = currentSegmentStartX; in addCommand()