Home
last modified time | relevance | path

Searched refs:propertyFlags (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_bar_style_ohos.cpp23 std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
38 const std::map<OHOS::Rosen::WindowType, OHOS::Rosen::SystemBarPropertyFlag>& propertyFlags) in GetStatusBarContentColorFlag()
40 auto it = propertyFlags.find(OHOS::Rosen::WindowType::WINDOW_TYPE_STATUS_BAR); in GetStatusBarContentColorFlag()
41 if (it == propertyFlags.end()) { in GetStatusBarContentColorFlag()
37 GetStatusBarContentColorFlag( const std::map<OHOS::Rosen::WindowType, OHOS::Rosen::SystemBarPropertyFlag>& propertyFlags) GetStatusBarContentColorFlag() argument
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp820 std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetWindowStatusBarContentColor()
830 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag); in SetWindowStatusBarContentColor()
842 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag = true; in SetWindowStatusBarContentColor()
848 std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetWindowNavigationBarContentColor()
858 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColorFlag); in SetWindowNavigationBarContentColor()
870 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColorFlag = true; in SetWindowNavigationBarContentColor()
879 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in GetSystemBarPropertiesFromJs()
884 propertyFlags[type] = SystemBarPropertyFlag(); in GetSystemBarPropertiesFromJs()
889 propertyFlags[type].backgroundColorFlag = newPropertyFlags[type].backgroundColorFlag; in GetSystemBarPropertiesFromJs()
890 propertyFlags[typ in GetSystemBarPropertiesFromJs()
819 SetWindowStatusBarContentColor(napi_env env, napi_value jsObject, std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetWindowStatusBarContentColor() argument
847 SetWindowNavigationBarContentColor(napi_env env, napi_value jsObject, std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetWindowNavigationBarContentColor() argument
875 GetSystemBarPropertiesFromJs(sptr<Window>& window, std::map<WindowType, SystemBarProperty>& newProperties, std::map<WindowType, SystemBarPropertyFlag>& newPropertyFlags, std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) GetSystemBarPropertiesFromJs() argument
895 SetSystemBarPropertiesFromJs(napi_env env, napi_value jsObject, sptr<Window>& window, std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetSystemBarPropertiesFromJs() argument
929 ConvertJSSystemBarStyleToSystemBarProperties(napi_env env, napi_value jsObject, std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) ConvertJSSystemBarStyleToSystemBarProperties() argument
[all...]
H A Djs_window_utils.h294 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
297 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
300 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
303 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
342 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dplatform_hardware_buffer_util_vk.cpp38 (physicalDeviceMemoryProperties.memoryTypes[idx].propertyFlags == memoryPropertyFlags)) { in GetMemoryTypeIndex()
45 if ((memoryTypeBits & (1 << idx)) && ((physicalDeviceMemoryProperties.memoryTypes[idx].propertyFlags & in GetMemoryTypeIndex()
H A Dcreate_functions_vk.cpp85 const uint32_t flags = memoryType.propertyFlags; in GetMemoryPropertyFlagsStr()
H A Ddevice_vk.cpp741 (memoryProperties.memoryTypeCount > 0) ? (MemoryPropertyFlags)memoryProperties.memoryTypes[0].propertyFlags : 0; in CreatePhysicalDevice()
744 (MemoryPropertyFlags)memoryProperties.memoryTypes[idx].propertyFlags; in CreatePhysicalDevice()
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp997 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags, in SetBarPropertyMap()
1005 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR] = SystemBarPropertyFlag(); in SetBarPropertyMap()
1006 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR] = SystemBarPropertyFlag(); in SetBarPropertyMap()
1008 statusProperty.backgroundColor_, propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].backgroundColorFlag); in SetBarPropertyMap()
1011 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].backgroundColorFlag); in SetBarPropertyMap()
1015 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag); in SetBarPropertyMap()
1022 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag = true; in SetBarPropertyMap()
1027 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColorFlag); in SetBarPropertyMap()
1034 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColorFlag = true; in SetBarPropertyMap()
1045 std::map<WindowType, SystemBarPropertyFlag> propertyFlags; in SetWindowSystemBarProperties() local
995 SetBarPropertyMap( std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags, const CBarProperties& cProperties, sptr<Window> nativeWindow) SetBarPropertyMap() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.cpp123 uint32_t supportedFlags = pdmp.memoryTypes[i].propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in AllocateDeviceMemory()
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h133 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) override;
H A Dwindow_impl.h317 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) override;
/foundation/window/window_manager/previewer/include/
H A Dwindow.h162 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) = 0;
H A Dwindow_impl.h92 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) override;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1143 std::map<WindowType, SystemBarPropertyFlag> propertyFlags; in HWTEST_F() local
1149 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR] = propertyFlag; in HWTEST_F()
1150 ASSERT_EQ(WMError::WM_OK, window->SetSystemBarProperties(properties, propertyFlags)); in HWTEST_F()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp398 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetSystemBarProperties()
397 SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetSystemBarProperties() argument
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1914 * @param propertyFlags flags of system bar property
1918 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetSystemBarProperties()
1917 SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetSystemBarProperties() argument
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp877 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetSystemBarProperties()
880 auto flagIter = propertyFlags.find(WindowType::WINDOW_TYPE_STATUS_BAR); in SetSystemBarProperties()
882 if ((flagIter != propertyFlags.end() && flagIter->second.contentColorFlag) && in SetSystemBarProperties()
876 SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetSystemBarProperties() argument
H A Dwindow_scene_session_impl.cpp2069 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetSystemBarProperties()
2072 auto flagIter = propertyFlags.find(WindowType::WINDOW_TYPE_STATUS_BAR); in SetSystemBarProperties()
2074 if ((flagIter != propertyFlags.end() && flagIter->second.contentColorFlag) && in SetSystemBarProperties()
2068 SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetSystemBarProperties() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1222 if ((typeFilter & (1 << i)) && (memProperties.memoryTypes[i].propertyFlags & properties) == properties) { in FindMemoryType()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp75 if ((typeFilter & (1 << i)) && (memProperties.memoryTypes[i].propertyFlags & properties) == properties) { in findMemoryType()

Completed in 45 milliseconds