Home
last modified time | relevance | path

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

/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_info_helper_test.cpp129 SecCompRect rect = { in GetDefaultRect() local
146 SecCompRect rect = GetDefaultRect(); variable
189 SecCompRect rect = GetDefaultRect(); variable
/base/security/security_component_manager/frameworks/security_component/src/
Dsec_comp_base.cpp181 bool SecCompBase::ParseRect(const nlohmann::json& json, const std::string& tag, SecCompRect& rect) in ParseRect()
320 SecCompRect rect = other->rect_; in CompareComponentBasicInfo() local
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_info_helper.cpp86 bool SecCompInfoHelper::CheckRectValid(const SecCompRect& rect, const SecCompRect& windowRect) in CheckRectValid()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp256 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()