Home
last modified time | relevance | path

Searched refs:height_ (Results 1 – 14 of 14) sorted by relevance

/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_page_size.cpp26 PrintPageSize::PrintPageSize() : id_(""), name_("PrintPageSize"), width_(0), height_(0) {} in PrintPageSize()
33 height_ = height; in PrintPageSize()
54 height_ = right.height_; in PrintPageSize()
63 height_ = right.height_; in operator =()
97 height_ = height; in SetHeight()
117 return height_; in GetHeight()
151 PRINT_HILOGD("height_ = %{public}d", height_); in Dump()
/base/update/updater/services/ui/driver/
Dgraphic_engine.cpp48 sfDev_->GetScreenSize(width_, height_); in Init()
54 …LOG(INFO) << "GraphicEngine Init width: " << width_ << ", height: " << height_ << ", bkgColor: " <… in Init()
106 if ((width_ == 0) || (height_ == 0)) { in GetFBBufferInfo()
107 LOG(ERROR) << "input error, width: " << width_ << ", height: " << height_; in GetFBBufferInfo()
111 virAddr_ = std::make_unique<uint8_t[]>(width_ * height_ * pixelBytes); in GetFBBufferInfo()
113 buffInfo_->rect = { 0, 0, static_cast<int16_t>(width_ - 1), static_cast<int16_t>(height_ - 1) }; in GetFBBufferInfo()
120 buffInfo_->height = height_; in GetFBBufferInfo()
142 return height_; in GetScreenHeight()
Dgraphic_engine.h49 uint16_t height_ = 0; variable
/base/security/security_component_manager/interfaces/inner_api/security_component/include/
Dsec_comp_info.h95 GreatOrEqual(y, y_) && GreatOrEqual((y_ + height_), y)); in IsInRect()
101 (IsEqual(width_, other.width_)) && (IsEqual(height_, other.height_));
107 DimensionT height_ = 0.0; variable
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_manager_test.cpp54 button.rect_.height_ = ServiceTestCommon::TEST_COORDINATE; in BuildInvalidLocationComponent()
58 button.windowRect_.height_ = ServiceTestCommon::TEST_COORDINATE; in BuildInvalidLocationComponent()
83 button.rect_.height_ = ServiceTestCommon::TEST_COORDINATE; in BuildValidLocationComponent()
87 button.windowRect_.height_ = ServiceTestCommon::TEST_COORDINATE; in BuildValidLocationComponent()
140 compPtr->rect_.height_ = ServiceTestCommon::TEST_COORDINATE;
150 compPtrNew->rect_.height_ = ServiceTestCommon::TEST_COORDINATE;
189 compPtr->rect_.height_ = ServiceTestCommon::TEST_COORDINATE;
216 compPtr->rect_.height_ = ServiceTestCommon::TEST_COORDINATE;
240 compPtr->rect_.height_ = ServiceTestCommon::TEST_COORDINATE;
267 compPtr->rect_.height_ = ServiceTestCommon::TEST_COORDINATE;
[all …]
Dsec_comp_info_helper_test.cpp133 .height_ = g_testHeight in GetDefaultRect()
167 rect.height_ = g_curScreenHeight;
170 rect.height_ = g_testHeight;
205 windowRect.height_ = g_testHeight - 1;
207 windowRect.height_ = g_testHeight;
213 windowRect.height_ = ServiceTestCommon::TEST_INVALID_DIMENSION;
215 windowRect.height_ = g_testHeight;
Dsec_comp_entity_test.cpp146 entity_->componentInfo_->rect_.height_ = ServiceTestCommon::TEST_DIFF_COORDINATE;
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_info_helper.cpp95 if (GreatOrEqual(0.0, rect.width_) || GreatOrEqual(0.0, rect.height_)) { in CheckRectValid()
107 GreatOrEqual((rect.y_ + rect.height_), curScreenHeight)) { in CheckRectValid()
113 …GreatNotEqual(rect.width_, windowRect.width_) || GreatNotEqual(rect.height_, windowRect.height_)) { in CheckRectValid()
119 …if (GreatOrEqual((rect.width_ * rect.height_), (curScreenWidth * curScreenHeight * MAX_RECT_PERCEN… in CheckRectValid()
/base/update/updater/services/ui/view/page/
Dbase_page.cpp24 : width_ {}, height_ {}, root_ {std::make_unique<OHOS::UIViewGroup>()}, in BasePage()
30 : width_ {width}, height_ {height}, root_ {std::make_unique<OHOS::UIViewGroup>()}, in BasePage()
62 root_->SetPosition(0, 0, width_, height_); in BuildPage()
Dbase_page.h47 int16_t height_; variable
/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprint_page_size.h192 uint32_t height_; variable
/base/security/security_component_manager/frameworks/security_component/src/
Dsec_comp_base.cpp201 if (!ParseDimension(jsonSize, JsonTagConstants::JSON_RECT_HEIGHT, rect.height_)) { in ParseRect()
264 {JsonTagConstants::JSON_RECT_HEIGHT, rect_.height_} in ToJson()
270 {JsonTagConstants::JSON_RECT_HEIGHT, windowRect_.height_} in ToJson()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp258 rect.width_, rect.height_); in PanelStatusChange()
260 …>PanelStatusChange(status, { std::move(name), rect.posX_, rect.posY_, rect.width_, rect.height_ }); in PanelStatusChange()
/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
Dsec_comp_kit_test.cpp108 comp.rect_.height_ = TestCommon::TEST_COORDINATE;