Home
last modified time | relevance | path

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

/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_info_helper_test.cpp131 SecCompRect rect = { in GetDefaultRect() local
148 SecCompRect rect = GetDefaultRect(); variable
191 SecCompRect rect = GetDefaultRect(); variable
/base/update/updater/services/ui/driver/
Dui_rotation.cpp94 void UiRotation::SetFlushRange(const OHOS::Rect &rect) in SetFlushRange()
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_info_helper.cpp98 bool SecCompInfoHelper::CheckRectValid(const SecCompRect& rect, const SecCompRect& windowRect) in CheckRectValid()
/base/security/security_component_manager/frameworks/security_component/src/
Dsec_comp_base.cpp182 bool SecCompBase::ParseRect(const nlohmann::json& json, const std::string& tag, SecCompRect& rect) in ParseRect()
328 SecCompRect rect = other->rect_; in CompareComponentBasicInfo() local
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp292 auto rect = window_->GetRect(); in PanelStatusChange() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_pixel_map.cpp379 uint32_t PixelMap::crop(const Rect &rect) in crop()