Home
last modified time | relevance | path

Searched defs:transformValue (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsXNode.js506 this.transformValue = [1, 0, 0, 0, property
620 this.transformValue = [1, 0, 0, 0, property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
Drender_node.ts178 private transformValue: Transform; property in RenderNode
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_node.cpp1039 … std::string transformValue = subValue.substr(rightIndex + 1, leftIndex - 1 - rightIndex); in GetTransformJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
Ddeclaration.cpp3168 std::string transformValue = value.substr(rightIndex + 1, leftIndex - 1 - rightIndex); in GetTransformJsonValue() local