Home
last modified time | relevance | path

Searched refs:top (Results 401 - 425 of 763) sorted by relevance

1...<<11121314151617181920>>...31

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.h98 ArkUI_VerticalAlignRule top; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.h227 return (axis_ == Axis::VERTICAL ? margins_.front().top : margins_.front().left).value_or(0.0f); in TopMargin()
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer.h66 void GetRectRelativeToWindow(int32_t &top, int32_t &left) const;
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Degl_manager.cpp202 void EGLManager::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_canvas.h141 * @brief Saves the current canvas status (canvas matrix) to the top of the stack.
164 * @brief Restores the canvas status (canvas matrix) saved on the top of the stack.
314 * @param top Indicates the top position of the <b>OH_Drawing_Bitmap</b>.
318 void OH_Drawing_CanvasDrawBitmap(OH_Drawing_Canvas*, const OH_Drawing_Bitmap*, float left, float top);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.h73 void DamageFrame(int32_t left, int32_t top, int32_t width, int32_t height);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_pattern.cpp82 margin.top = CalcLength(checkBoxTheme->GetHotZoneVerticalPadding().Value()); in OnModifyDone()
92 if (setMargin->top.has_value()) { in OnModifyDone()
93 margin.top = setMargin->top; in OnModifyDone()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_pattern.cpp115 margin.top = CalcLength(radioTheme->GetHotZoneVerticalPadding().Value()); in OnModifyDone()
125 if (setMargin->top.has_value()) { in OnModifyDone()
126 margin.top = setMargin->top; in OnModifyDone()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp77 OffsetF paddingOffset { padding.left.value_or(0.0f), padding.top.value_or(0.0f) }; in Layout()
311 auto [_, laneIdx] = q.top(); in FillBackSection()
351 auto [_, laneIdx] = q.top(); in FillFrontSection()
636 return (axis == Axis::VERTICAL ? margin.left : margin.top).value_or(0.0f); in MarginStart()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.cpp38 auto offsetY = padding.top.value_or(0); in GetContentOffsetY()
357 auto top = padding.top.value_or(0); in SetContentOffset() local
358 auto paddingOffset = OffsetF(left, top); in SetContentOffset()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp833 int16_t top = rect.GetTop(); in CalculateReboundDistance() local
840 if (top > scrollBlankSize_) { in CalculateReboundDistance()
841 if ((dragDistanceY + top) > (scrollBlankSize_ + reboundSize_)) { in CalculateReboundDistance()
844 dragDistanceY += scrollBlankSize_ - (top + dragDistanceY); in CalculateReboundDistance()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.cpp129 margin.top = CalcLength(images_[index].top); in UpdateShowingImageInfo()
406 item->Put("top", image.top.ToString().c_str()); in ImagesToString()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_view.cpp334 titlePadding.top = CalcLength(sheetTheme->GetSubtitleTextMargin()); in BuildSubTitle()
378 margin.top = CalcLength(SHEET_TITLE_AERA_MARGIN); in BuildTitleColumn()
389 titleMargin.top = CalcLength(SHEET_DOUBLE_TITLE_TOP_PADDING); in BuildTitleColumn()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp136 return pattern_ ? pattern_->GetImageData(imageSize.left, imageSize.top, imageSize.width, imageSize.height) in GetImageData()
458 imageData->dirtyY = static_cast<int32_t>(imageSize.top); in GetPixelMap()
483 imageData->dirtyY = static_cast<int32_t>(imageSize.top); in GetImageDataModel()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp359 if (value.top.has_value()) { in WritePaddingProperty()
361 WriteCalcLength(buff, value.top.value()); in WritePaddingProperty()
384 pad.top = ReadCalcLength(buff, cursor); in ReadPaddingProperty()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_delegate_impl_test.cpp195 int32_t top = 1; in HWTEST_F() local
197 EXPECT_EQ(renderDelegate->OnGetRectRelativeToWindow(top, left), ERR_INVALID_DATA); in HWTEST_F()
201 int32_t& /* top */, int32_t& /* left */) { OnGetRectRelativeToWindowEventKey = CHECK_KEY; }; in HWTEST_F()
203 EXPECT_EQ(renderDelegate->OnGetRectRelativeToWindow(top, left), ERR_OK); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h311 float alpha = alphaStack_.top();
314 brush.SetColor(envStack_.top().envForegroundColor_.AsArgbInt());
317 // use alphaStack_.top() to multiply alpha
326 float alpha = alphaStack_.top();
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h270 void SetBorderColor(uint32_t left, uint32_t top, uint32_t right, uint32_t bottom);
273 void SetBorderWidth(float left, float top, float right, float bottom);
276 void SetBorderStyle(uint32_t left, uint32_t top, uint32_t right, uint32_t bottom);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_astc_test.cpp242 rect.top = 1; in HWTEST_F()
248 // -1 means to the top of the distance rect in HWTEST_F()
250 rect.top = -1; in HWTEST_F()
255 rect.top = 1; in HWTEST_F()
/foundation/window/window_manager/dm/src/
H A Doh_display_manager.cpp282 displayRectItem->top = dmRect.posY_; in OH_SetDisplayRect()
320 OH_SetDisplayRect(waterArea.top, &(ohCutoutInfo->waterfallDisplayAreaRects.top)); in OH_SetWaterfallDisplayAreaRects()
/foundation/window/window_manager/utils/src/
H A Dsurface_draw.cpp337 int top = (winHeight - scaledPixelMapH) / 2; // 2 is the top and bottom boundaries of the win in DoDrawImageRect() local
338 WLOGFD("pixelMap width: %{public}d win height: %{public}d left:%{public}d top:%{public}d.", in DoDrawImageRect()
339 pixelMap->GetWidth(), pixelMap->GetHeight(), left, top); in DoDrawImageRect()
340 RSPixelMapUtil::DrawPixelMap(canvas, *pixelMap, left, top); in DoDrawImageRect()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_pair.cpp289 sptr<WindowNode>& bottom, sptr<WindowNode>& mid, sptr<WindowNode>& top) in CreateOrderedPair()
299 if (top != nullptr) { in CreateOrderedPair()
300 orderedPair.push_back(top); in CreateOrderedPair()
288 CreateOrderedPair( sptr<WindowNode>& bottom, sptr<WindowNode>& mid, sptr<WindowNode>& top) CreateOrderedPair() argument
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js338 top: {
403 top: {
462 Row.padding({ top: 8, bottom: 8 });
1153 top: {
1333 top: {
1352 top: {
1710 Row.padding({ top: 8, bottom: 8 });
3089 top: 0,
3108 top: 0,
3133 top
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp116 auto top = menuPadding.Top(); in SetResponseRegion() local
117 auto responseHeight = top.Value() + menuPadding.Bottom().Value() + buttonHeight.Value(); in SetResponseRegion()
120 DimensionOffset(Dimension(0), Dimension(-top.Value(), top.Unit())))); in SetResponseRegion()
258 auto top = CalcLength(padding.Top().ConvertToPx()); in BuildButton() local
260 buttonLayoutProperty->UpdatePadding({ left, right, top, bottom }); in BuildButton()
346 auto top = CalcLength(padding.Top().ConvertToPx()); in BuildButton() local
353 buttonLayoutProperty->UpdatePadding({ left, right, top, bottom }); in BuildButton()
425 auto top = CalcLength(padding.Top().ConvertToPx()); in BuildCreateMenuItemButton() local
451 buttonLayoutProperty->UpdatePadding({ left, right, top, botto in BuildCreateMenuItemButton()
491 auto top = CalcLength(padding.Top().ConvertToPx()); BuildMoreOrBackButton() local
1387 auto top = CalcLength(padding.Top().ConvertToPx()); SelectMenuAndInnerInitProperty() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp1028 rect1.top = 0; in HWTEST_F()
1054 rect3.top = 0; in HWTEST_F()
1067 rect4.top = -1; in HWTEST_F()
1100 rect1.top = 0; in HWTEST_F()
1109 rect2.top = 0; in HWTEST_F()
1118 rect3.top = 0; in HWTEST_F()
1127 rect4.top = 0; in HWTEST_F()
1160 rect1.top = 0; in HWTEST_F()
1169 rect2.top = 500; in HWTEST_F()
1179 rect3.top in HWTEST_F()
[all...]

Completed in 31 milliseconds

1...<<11121314151617181920>>...31