Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DVectorDrawableUtils.cpp67 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/graphics/drawable/static/src/android/support/graphics/drawable/
DPathParser.java315 char previousCommand = 'm'; in nodesToPath() local
317 addCommand(path, current, previousCommand, node[i].type, node[i].params); in nodesToPath()
318 previousCommand = node[i].type; in nodesToPath()
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java418 char previousCommand = 'm'; in nodesToPath() local
421 addCommand(path, current, previousCommand, node[i].mType, node[i].mParams); in nodesToPath()
422 previousCommand = node[i].mType; in nodesToPath()