/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_model.h | 98 ArkUI_VerticalAlignRule top; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_info.h | 227 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 D | form_renderer.h | 66 void GetRectRelativeToWindow(int32_t &top, int32_t &left) const;
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | egl_manager.cpp | 202 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 D | drawing_canvas.h | 141 * @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 D | render_context.h | 73 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 D | checkbox_pattern.cpp | 82 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 D | radio_pattern.cpp | 115 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 D | water_flow_layout_sw.cpp | 77 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 D | multiple_paragraph_layout_algorithm.cpp | 38 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 D | ui_list.cpp | 833 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 D | image_animator_pattern.cpp | 129 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 D | sheet_view.cpp | 334 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 D | offscreen_canvas_rendering_context_2d_model_ng.cpp | 136 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 D | tlv_util.cpp | 359 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 D | form_render_delegate_impl_test.cpp | 195 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 D | rs_paint_filter_canvas.h | 311 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 D | rs_node.h | 270 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 D | pixel_astc_test.cpp | 242 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 D | oh_display_manager.cpp | 282 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 D | surface_draw.cpp | 337 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 D | window_pair.cpp | 289 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 D | dialog.js | 338 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 D | select_overlay_node.cpp | 116 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 D | pixel_map_test.cpp | 1028 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...] |