Home
last modified time | relevance | path

Searched refs:mainProperty (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_pattern.cpp85 auto widthScale = mainProperty->GetRenderWidth().value_or(1.0); in OnDirtyLayoutWrapperSwap()
86 auto heightScale = mainProperty->GetRenderHeight().value_or(1.0); in OnDirtyLayoutWrapperSwap()
147 bool repaint = modelAdapter_->HandleTouchEvent(info, mainProperty); in HandleTouchEvent()
277 CHECK_NULL_VOID(mainProperty); in ToJsonValue()
278 auto widthScale = mainProperty->GetRenderWidth().value_or(1.0); in ToJsonValue()
279 auto heightScale = mainProperty->GetRenderHeight().value_or(1.0); in ToJsonValue()
283 json->PutExtAttr("shaderImageTexture", TextureImagesToStr(mainProperty).c_str(), filter); in ToJsonValue()
286 json->PutExtAttr("environment", SceneEnvironmentToStr(mainProperty).c_str(), filter); in ToJsonValue()
287 json->PutExtAttr("customRender", SceneCustomRenderToStr(mainProperty).c_str(), filter); in ToJsonValue()
288 json->PutExtAttr("shader", SceneShaderPathToStr(mainProperty).c_str(), filter); in ToJsonValue()
[all …]