Home
last modified time | relevance | path

Searched refs:heightScale_ (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/custom/
H A Dlume_custom_render.h76 heightScale_ = heightScale; in SetScaleInfo()
80 float heightScale_ = 1.0f; member in OHOS::Render3D::LumeCustomRender
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dtexture_info.h29 float heightScale_ = 1.0f; member
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp186 float heightScale = image_.textureInfo_.heightScale_; in ConfigWindow()
213 image_.textureInfo_.heightScale_ = scale; in OnWindowChange()
234 image_.textureInfo_.heightScale_ = static_cast<float>(windowChangeInfo.heightScale); in OnWindowChange()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h656 heightScale_ = heightScale; in SetHeightScale()
661 return heightScale_; in GetHeightScale()
818 double heightScale_ = 1.0; member in OHOS::Ace::final
/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp469 static_cast<uint32_t>(info.height_ * info.heightScale_) }); in AttachSwapchain()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp212 float heightScale = textureInfo.heightScale_; in OnWindowChange()
360 textureInfo_.width_ * textureInfo_.widthScale_, textureInfo_.height_ * textureInfo_.heightScale_}); in UpdateCustomRender()

Completed in 7 milliseconds