Searched refs:GetHeight (Results 1 – 14 of 14) sorted by relevance
189 const size_t newestFrameSize = newestFrame_->GetHeight() * newestFrame_->GetRowStride(); in UpdateFrameLocked()199 const size_t lastFrameSize = lastFrame_->GetHeight() * lastFrame_->GetRowStride(); in UpdateFrameLocked()237 auto origHeight = newestFrame_->GetHeight(); in ScaleNewsetFrameLocked()268 AdaptJpegSize(jpeg, scaledPixels->GetWidth(), scaledPixels->GetHeight()); in WaitAndConsumeFrames()281 for (int32_t rowIndex = 0; rowIndex < scaledPixels->GetHeight(); rowIndex++) { in WaitAndConsumeFrames()
139 if (width * height <= out.GetWidth() * out.GetHeight()) { in FindMaxVisibleRegion()189 return out.GetHeight() > 0 && out.GetWidth() > 0; in ComputeMaxVisibleRegion()
69 … if (widget.IsVisible() && (visibleInParent.GetHeight() == 0 || visibleInParent.GetWidth() == 0)) { in CalcWidgetVisibleBounds()139 if ((oriBounds.GetHeight() == 0 || oriBounds.GetWidth() == 0) && in RefreshWidgetBounds()149 if (widgetVisibleBounds.GetHeight() <= 0 && widgetVisibleBounds.GetWidth() <= 0) { in RefreshWidgetBounds()156 if (widgetVisibleBounds.GetHeight() <= 0 || widgetVisibleBounds.GetWidth() <= 0) { in RefreshWidgetBounds()
168 float_t heightScale = (float_t)(rootBound.GetHeight()) / (float_t)(rectBound.GetHeight()); in PinchWidget()
138 FORCE_INLINE int32_t GetHeight() const in GetHeight() function
1297 … if ((((direction == LEFT) || (direction == RIGHT)) && highth != window.bounds_.GetHeight()) || in RegisterUiWindowOperators()
34 ASSERT_EQ(rect.GetHeight(), 400 - 300); in TEST()
174 ASSERT_EQ(expectedRegion.GetHeight() > 0 && expectedRegion.GetWidth() > 0, visible); in TEST()
267 … nodeOriginRect.GetHeight() > 0 && nodeOriginRect.GetWidth() > 0 ? "true" : "false"); in WrapperNodeAttrToVec()
85 DHLOGE("height : %d", screen->GetHeight()); in QueryRemoteScreenInfo()
54 auto height = static_cast<uint32_t>(pixelMap->GetHeight()); in TakeWuKongScreenCap()410 screenHeight_ = display->GetHeight(); in GetScreenSize()
595 auto height = static_cast<uint32_t>(pixelMap->GetHeight()); in TakeScreenCap()767 auto height = display->GetHeight(); in GetDisplaySize()
174 EXPECT_EQ(true, buffer->GetHeight() == 1);
1530 EXPECT_EQ(1080, surface->GetHeight()); in HWTEST_F()1547 EXPECT_EQ(360, surface->GetHeight()); in HWTEST_F()