Searched refs:transformValue (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | 1823 this.transformValue = [1, 0, 0, 0, 1947 this.transformValue = [1, 0, 0, 0, 1956 this.transformValue[i] = this.checkUndefinedOrNullWithDefaultValue(transform[i], 1); 1959 this.transformValue[i] = this.checkUndefinedOrNullWithDefaultValue(transform[i], 0); 1964 getUINativeModule().common.setTransform(this.nodePtr, this.transformValue); 2039 return this.transformValue;
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.cpp | 1023 std::string transformValue = subValue.substr(rightIndex + 1, leftIndex - 1 - rightIndex); in GetTransformJsonValue() local 1024 jsonValue->Put(transformType.c_str(), transformValue.c_str()); in GetTransformJsonValue()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.cpp | 3161 std::string transformValue = value.substr(rightIndex + 1, leftIndex - 1 - rightIndex); 3162 jsonValue = "{\"" + transformType + "\":\"" + transformValue + "\"}";
|
Completed in 14 milliseconds