Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/graphics/
DPathParser.java369 float currentSegmentStartX = current[4]; in addCommand() local
381 currentX = currentSegmentStartX; in addCommand()
383 ctrlPointX = currentSegmentStartX; in addCommand()
429 currentSegmentStartX = currentX; in addCommand()
443 currentSegmentStartX = currentX; in addCommand()
607 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.java452 float currentSegmentStartX = current[4]; in addCommand() local
464 currentX = currentSegmentStartX; in addCommand()
466 ctrlPointX = currentSegmentStartX; in addCommand()
513 currentSegmentStartX = currentX; in addCommand()
528 currentSegmentStartX = currentX; in addCommand()
692 current[4] = currentSegmentStartX; in addCommand()