Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dwindow_change_listener_impl.cpp23 void WindowChangeListenerImpl::OnSizeChange(Rosen::Rect rect, Rosen::WindowSizeChangeReason reason, in OnSizeChange()
Dinput_method_panel.cpp758 … InputMethodPanel::PanelStatusChangeToImc(const InputWindowStatus &status, const Rosen::Rect &rect) in PanelStatusChangeToImc()
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_info_helper_test.cpp133 SecCompRect rect = { in GetDefaultRect() local
150 SecCompRect rect = GetDefaultRect(); variable
193 SecCompRect rect = GetDefaultRect(); variable
/base/update/updater/services/ui/driver/
Dui_rotation.cpp94 void UiRotation::SetFlushRange(const OHOS::Rect &rect) in SetFlushRange()
/base/security/access_token/services/privacymanager/test/tool/
Dcamera_window_create.cpp62 static sptr<Rosen::Window> CreateAppFloatingWindow(Rosen::WindowType type, Rosen::Rect rect, std::s… in CreateAppFloatingWindow()
/base/security/security_component_manager/frameworks/security_component/src/
Dsec_comp_base.cpp220 bool SecCompBase::ParseRect(const nlohmann::json& json, const std::string& tag, SecCompRect& rect) in ParseRect()
372 SecCompRect rect = other->rect_; in CompareComponentBasicInfo() local
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_info_helper.cpp99 bool SecCompInfoHelper::CheckRectValid(const SecCompRect& rect, const SecCompRect& windowRect) in CheckRectValid()
/base/security/security_component_manager/test/fuzztest/security_component/common/
Dfuzz_common.cpp198 void CompoRandomGenerator::ConstructRandomRect(SecCompRect &rect) in ConstructRandomRect()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnative_media_player_impl.cpp530 napi_value rect = nullptr; in ConstructSurfaceInfo() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_pixel_map.cpp379 uint32_t PixelMap::crop(const Rect &rect) in crop()