Home
last modified time | relevance | path

Searched refs:widthScale_ (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/custom/
H A Dlume_custom_render.h75 widthScale_ = widthScale; in SetScaleInfo()
79 float widthScale_ = 1.0f; member in OHOS::Render3D::LumeCustomRender
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dtexture_info.h28 float widthScale_ = 1.0f; member
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp185 float widthScale = image_.textureInfo_.widthScale_; in ConfigWindow()
212 image_.textureInfo_.widthScale_ = scale; in OnWindowChange()
233 image_.textureInfo_.widthScale_ = static_cast<float>(windowChangeInfo.widthScale); in OnWindowChange()
/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp468 { static_cast<uint32_t>(info.width_ * info.widthScale_), in AttachSwapchain()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp211 float widthScale = textureInfo.widthScale_; in OnWindowChange()
360 textureInfo_.width_ * textureInfo_.widthScale_, textureInfo_.height_ * textureInfo_.heightScale_}); in UpdateCustomRender()

Completed in 6 milliseconds