Searched refs:positionObj (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/ |
H A D | particle_pattern.cpp | 79 auto positionObj = JsonUtil::Create(true); in ToJsonValue() local 80 positionObj->Put("x", std::to_string(props[i].position->x).c_str()); in ToJsonValue() 81 positionObj->Put("y", std::to_string(props[i].position->y).c_str()); in ToJsonValue() 82 object->Put("position", positionObj); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_badge_bridge.cpp | 71 Local<JSValueRef> positionObj = runtimeCallInfo->GetCallArgRef(11); // 11: parameter index in ParsePosition() local 76 (positionObj->IsBoolean() && positionObj->ToBoolean(vm)->Value())) { in ParsePosition()
|
H A D | arkts_native_frame_node_bridge.cpp | 267 …auto positionObj = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, valuesOfPos… in FireLayoutCallback() local 268 panda::Local<panda::JSValueRef> params[1] = { positionObj }; in FireLayoutCallback()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dmetadata_processor.cpp | 170 cJSON *positionObj = cJSON_GetObjectItemCaseSensitive(rootValue, "Position"); in GetInfoFromJson() local 171 …if (positionObj == nullptr || !cJSON_IsString(positionObj) || (positionObj->valuestring == nullptr… in GetInfoFromJson() 175 dCameraPosition_ = std::string(positionObj->valuestring); in GetInfoFromJson()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_layout_manager.cpp | 250 auto positionObj = panda::NumberRef::New(vm, static_cast<int32_t>(value.position_)); in GetGlyphPositionAtCoordinate() local 254 positionWithAffinityObj->Set(vm, panda::StringRef::NewFromUtf8(vm, "position"), positionObj); in GetGlyphPositionAtCoordinate()
|
H A D | js_web.cpp | 4643 JSRef<JSObject> positionObj = objectTemplate->NewInstance(); in EmbedLifecycleChangeToJSValue() local 4644 positionObj->SetProperty("x", eventInfo.GetEmebdInfo().x); in EmbedLifecycleChangeToJSValue() 4645 positionObj->SetProperty("y", eventInfo.GetEmebdInfo().y); in EmbedLifecycleChangeToJSValue() 4646 requestObj->SetPropertyObject("position", positionObj); in EmbedLifecycleChangeToJSValue()
|