Home
last modified time | relevance | path

Searched refs:top_ (Results 126 - 150 of 150) sorted by relevance

123456

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp407 !ROSEN_EQ(properties.GetBgImagePositionY(), defaultDecoration.bgImageRect_.top_) || in DumpNodePropertiesDecoration()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_dirty_region_manager_test.cpp315 int32_t flippedTop = surfaceHeight - oriRect.top_ - oriRect.height_; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp126 auto sheetTopSafeArea = safeAreaInsets.top_.Length(); in GetSheetTopSafeArea()
164 safeAreaInsets.top_.Length()); in InitPageHeight()
166 GetSheetType() != SheetType::SHEET_BOTTOMLANDSPACE ? safeAreaInsets.top_.Length() : .0f; in InitPageHeight()
2458 return safeAreaInsets.top_.Length(); in GetSheetTypeWithAuto()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_pattern.cpp144 safeAreaInsetsTop = static_cast<float>(safeAreaInsets->top_.end); in AddMenuResponseRegion()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp494 out += std::to_string(rrect.rect_.top_) + " width:"; in Dump()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp517 auto borderRRect = RRect(RectF(borderRect.left_ + borderWidth_ / 2.0f, borderRect.top_ + borderWidth_ / 2.0f,
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_attraction_effect_filter.cpp371 attractionDirtyRegion_.top_ = dirtyRegionTopCurrent; in UpdateDirtyRegion()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.cpp91 Rect rect = { screenBounds.rect_.left_, screenBounds.rect_.top_, in JsScreenSession()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_presentation_test_ng.cpp1205 EXPECT_EQ(safeAreaInsets.top_.Length(), sheetPattern->GetBottomSafeArea()); in HWTEST_F()
1210 EXPECT_EQ(safeAreaInsets.top_.Length(), sheetPattern->GetBottomSafeArea()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_One_ng.cpp1042 layoutAlgorithm->top_ = 1.0f; in HWTEST_F()
1078 layoutAlgorithm->top_ = 1.0f; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1417 dirtyRect.top_ -= curNode->GetCurDisplayOffsetY(); in UpdateAbsDirtyRegion()
1420 dirtyRect.top_ -= parent->GetCurDisplayOffsetY(); in UpdateAbsDirtyRegion()
1924 return Drawing::Rect(r.left_, r.top_, r.left_ + r.width_, r.top_ + r.height_); in Rect2DrawingRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.cpp953 auto length = safeArea.top_.Length(); in CalculateTitlebarOffset()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp531 auto top = safeAreaManager->GetSystemSafeArea().top_.Length(); in GetPopupMaxWidthAndHeight()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp593 safeAreaInsetsTop = static_cast<float>(safeAreaInsets->top_.end); in SetHotAreas()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp7119 if (resultSafeArea.top_.IsValid() && resultSafeArea.top_.end > currentArea_.Top()) { in OnSafeInsetsChange()
7120 top = static_cast<int>(resultSafeArea.top_.end - resultSafeArea.top_.start); in OnSafeInsetsChange()
/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H A Dstage_test_ng.cpp1450 OffsetF(stageLayoutAlgorithm.childInsets_.left_.Length(), stageLayoutAlgorithm.childInsets_.top_.Length()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp436 Occlusion::Region surfaceDirtyRegion { { surfaceDirtyRect.left_, surfaceDirtyRect.top_, in CheckVisibleDirtyRegionIsEmpty()
H A Drs_base_render_util.cpp944 return {damage.left_, damage.top_, damage.width_, damage.height_};
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_composer_adapter_test.cpp1114 ASSERT_EQ(srcRect.top_, DEFAULT_CANVAS_WIDTH * 0.5); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_uni_render_composer_adapter_unit_test.cpp1207 ASSERT_EQ(srcRect.top_, DEFAULT_CANVAS_WIDTH * 0.5); in HWTEST_F()
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp255 extents->y_bearing = skhb_position(-bounds.top_);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp836 auto top = safeAreaManger->GetSystemSafeArea().top_.Length(); in CalculateGlobalSafeOffset()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp647 return (*textboxVector)[index].rect.top_; in OH_Drawing_GetTopFromTextBox()
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp614 bounds->left_, bounds->top_, bounds->right_, bounds->bottom_
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5025 auto statusBarHeight = safeAreaInsets.top_.Length();

Completed in 79 milliseconds

123456