Searched refs:ParseJsAlignRule (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 1401 bool ParseJsAlignRule(const EcmaVM* vm, const Local<JSValueRef> &arg, std::string& anchor, ArkUI_In… in ParseJsAlignRule() function 4717 bool leftParseResult = ParseJsAlignRule(vm, leftArg, anchors[0], direction[0]); in SetAlignRules() 4718 bool middleParseResult = ParseJsAlignRule(vm, middleArg, anchors[1], direction[1]); in SetAlignRules() 4719 bool rightParseResult = ParseJsAlignRule(vm, rightArg, anchors[2], direction[2]); in SetAlignRules() 4720 bool topParseResult = ParseJsAlignRule(vm, topArg, anchors[3], direction[3]); in SetAlignRules() 4721 bool centerParseResult = ParseJsAlignRule(vm, centerArg, anchors[4], direction[4]); in SetAlignRules() 4722 bool bottomParseResult = ParseJsAlignRule(vm, bottomArg, anchors[5], direction[5]); in SetAlignRules()
|