Home
last modified time | relevance | path

Searched defs:WindowChangeInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dtexture_info.h34 struct WindowChangeInfo { struct
35 float offsetX = 0.0f;
36 float offsetY = 0.0f;
37 float width = 0.0f;
38 float height = 0.0f;
39 float scale = 1.0f;
40 float widthScale = 1.0f;
41 float heightScale = 1.0f;
42 bool recreateWindow = true;
43 SurfaceType surfaceType = SurfaceType::SURFACE_TEXTURE;
[all …]