Searched refs:previousCommand (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/utils/ |
D | VectorDrawableUtils.cpp | 67 char previousCommand = 'm'; in verbsToPath() local 72 resolver.addCommand(outPath, previousCommand, data.verbs[i], &data.points, start, in verbsToPath() 74 previousCommand = data.verbs[i]; in verbsToPath()
|
/frameworks/support/compat/src/main/java/androidx/core/graphics/ |
D | PathParser.java | 338 char previousCommand = 'm'; in nodesToPath() local 340 addCommand(path, current, previousCommand, node[i].mType, node[i].mParams); in nodesToPath() 341 previousCommand = node[i].mType; in nodesToPath()
|
/frameworks/layoutlib/bridge/src/android/util/ |
D | PathParser_Delegate.java | 421 char previousCommand = 'm'; in nodesToPath() local 424 addCommand(path, current, previousCommand, node[i].mType, node[i].mParams); in nodesToPath() 425 previousCommand = node[i].mType; in nodesToPath()
|