Searched refs:recreateWindow (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/ |
H A D | texture_layer.cpp | 54 bool recreateWindow, SurfaceType surfaceType = SurfaceType::SURFACE_WINDOW) override; 60 bool recreateWindow); 183 bool recreateWindow) in ConfigWindow() 188 image_.textureInfo_.recreateWindow_ = recreateWindow; in ConfigWindow() 203 bool recreateWindow, SurfaceType surfaceType) in OnWindowChange() 215 ConfigWindow(offsetX, offsetY, width, height, scale, recreateWindow); in OnWindowChange() 217 "recreateWindow %d window empty %d", offsetX, offsetY, image_.textureInfo_.width_, image_.textureInfo_.height_, in OnWindowChange() 218 scale, recreateWindow, image_.textureInfo_.nativeWindow_ == nullptr); in OnWindowChange() 237 windowChangeInfo.height, windowChangeInfo.scale, windowChangeInfo.recreateWindow); in OnWindowChange() 271 bool recreateWindow, SurfaceTyp in OnWindowChange() 182 ConfigWindow(float offsetX, float offsetY, float width, float height, float scale, bool recreateWindow) ConfigWindow() argument 202 OnWindowChange(float offsetX, float offsetY, float width, float height, float scale, bool recreateWindow, SurfaceType surfaceType) OnWindowChange() argument 270 OnWindowChange(float offsetX, float offsetY, float width, float height, float scale, bool recreateWindow, SurfaceType surfaceType) OnWindowChange() argument [all...] |
/foundation/graphic/graphic_3d/3d_widget_adapter/include/ |
H A D | texture_info.h | 42 bool recreateWindow = true; member
|
/foundation/graphic/graphic_3d/3d_widget_adapter/include/ohos/ |
H A D | texture_layer.h | 35 bool recreateWindow, SurfaceType surfaceType = SurfaceType::SURFACE_WINDOW);
|
Completed in 2 milliseconds