Home
last modified time | relevance | path

Searched refs:previousCommand (Results 1 – 2 of 2) 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/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java421 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()