/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | atomic_service_pattern.cpp | 66 margin.top = CalcLength(safeArea.top_.Length()); in UpdateLayoutMargin() 351 margin.top = CalcLength(theme->GetIconVerticalMargin()); in UpdateIconLayout()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_stack.cpp | 103 // find from top to bottom in isLastListContains() 186 // find from top to bottom in FindIndex() 201 int32_t top = static_cast<int32_t>(navPathList_.size()) - 1; in Get() local 202 return navPathList_[top].second; in Get() 207 // from bottom to top in Get() 245 // from bottom to top in GetFromPreBackup()
|
H A D | navigation_declaration.h | 234 float top = 0.0f; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.h | 45 float top = 0.0f; member 92 // position input is relative to main window left top point, 104 float top = 0.0f; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_pattern.cpp | 163 double left, double top, double width, double height) in GetImageData() 165 return offscreenPaintMethod_->GetImageData(left, top, width, height); in GetImageData() 162 GetImageData( double left, double top, double width, double height) GetImageData() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
H A D | menu_wrapper_pattern.h | 378 dumpInfo_.top = dumpInfo.top; in SetDumpInfo()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_checkbox_modifier.cpp | 90 topDim = CalcLength(values[0], static_cast<DimensionUnit>(units[0])); // 0: top Dimension in SetCheckboxPadding() 95 padding.top = std::optional<CalcLength>(topDim); in SetCheckboxPadding() 130 padding.top = std::optional<CalcLength>(CalcLength(0.0, DimensionUnit::VP)); in ResetCheckboxPadding()
|
H A D | node_toggle_modifier.cpp | 203 paddings.top = std::optional<CalcLength>(topDimen); in SetTogglePadding() 216 paddings.top = std::optional<CalcLength>(CalcLength(0.0, DimensionUnit::VP)); in ResetTogglePadding()
|
H A D | image_animator_modifier.cpp | 197 property.top = CalcDimension(static_cast<double>(image->top), static_cast<DimensionUnit>(image->unit)); in SetImageAnimatorSrc()
|
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer.cpp | 469 void FormRenderer::GetRectRelativeToWindow(int32_t &top, int32_t &left) const in GetRectRelativeToWindow() argument 475 formRendererDelegate_->OnGetRectRelativeToWindow(top, left); in GetRectRelativeToWindow()
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_bitmap.cpp | 344 if (emoijMaxNode.top >= maxFontSie) { in GetOffsetPosY() 345 offset = emoijMaxNode.top - maxFontSie; in GetOffsetPosY() 350 // should top - ros. in GetOffsetPosY()
|
/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font_header.h | 285 int16_t top; // GLYPH_TOP_OFFSET member 419 int top; member
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/ |
H A D | rsrenderimage_fuzzer.cpp | 205 float top = GetData<float>(); in RSImageFuzzTest() local 208 RectF dstRect(left, top, right, bottom); in RSImageFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | path.cpp | 143 void Path::AddRect(scalar left, scalar top, scalar right, scalar bottom, PathDirection dir) in AddRect() argument 145 impl_->AddRect(left, top, right, bottom, dir); in AddRect()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/ |
H A D | auxiliary_generator.cpp | 202 fragmentMetadata->SetValue(FRAGMENT_METADATA_KEY_Y, std::to_string(fragmentRect.top)); in DecodeHeifFragmentMetadata() 221 fragmentMetadata->SetValue(FRAGMENT_METADATA_KEY_Y, std::to_string(fragmentRect.top)); in DecodeJpegFragmentMetadata()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | rect.h | 66 * @brief Offsets RectI by adding dx to left, right; and by adding dy to top, bottom. 72 * @param dy offset added to top and bottom 83 * @param dy offset subtracted to top and added from bottom 257 out += " top:" + std::to_string(top_); in Dump() 431 int32_t top = DrawingFloatSaturate2Int(floorf(top_)); in RoundOut() local 433 return RectI(left, top, right, bottom); in RoundOut() 470 out += " top:" + std::to_string(top_); in Dump()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | render_context.cpp | 422 void RenderContext::DamageFrame(int32_t left, int32_t top, int32_t width, int32_t height) in DamageFrame() argument 432 rect[1] = top; in DamageFrame()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_cutout_controller.cpp | 243 DMRect ScreenCutoutController::CreateWaterfallRect(uint32_t left, uint32_t top, uint32_t width, uint32_t height) in CreateWaterfallRect() argument 248 return DMRect { static_cast<int32_t>(left), static_cast<int32_t>(top), width, height }; in CreateWaterfallRect()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_pattern.cpp | 1109 titleMargin.top = CalcLength(params->GetTitleMarginTop()); in CreateSkeletonView() 1119 contentMargin.top = CalcLength(i == 0 ? params->GetTitleContentMargins() : in CreateSkeletonView() 1131 endingMargin.top = CalcLength(params->GetEndingLineMarginTop()); in CreateSkeletonView() 1353 [weak = WeakClaim(this), instanceID](int32_t &top, int32_t &left) { in InitFormManagerDelegate() 1359 uiTaskExecutor.PostSyncTask([weak, instanceID, &top, &left] { in InitFormManagerDelegate() 1363 form->GetRectRelativeToWindow(top, left); in InitFormManagerDelegate() 1386 void FormPattern::GetRectRelativeToWindow(int32_t &top, int32_t &left) in GetRectRelativeToWindow() argument 1391 top = rect.Top(); in GetRectRelativeToWindow() 1393 TAG_LOGD(AceLogTag::ACE_ACCESSIBILITY, "elementId: %{public}" PRId64 ", top: %{public}d, left: %{public}d", in GetRectRelativeToWindow() 1394 host->GetAccessibilityId(), top, lef in GetRectRelativeToWindow() [all...] |
H A D | form_pattern.h | 119 void GetRectRelativeToWindow(int32_t &top, int32_t &left);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_layout_algorithm.cpp | 139 OffsetF leftButtonOffset(padding.left.value_or(0), padding.top.value_or(0)); in LayoutItem()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_layout_algorithm.cpp | 71 height += currentPadding.top.value_or(CalcLength(defaultTopMargin)).GetDimension().ConvertToPx(); in CalendarPickerContentMeasure()
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | custom_paint_component.h | 117 std::unique_ptr<ImageData> GetImageData(double left, double top, double width, double height);
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_path.cpp | 114 return Rect(bounds.left(), bounds.top(), bounds.width(), bounds.height()); in GetPaintBounds()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/ |
H A D | ui_display_sync_manager.cpp | 254 int32_t currMaxAnimatorExpectedRate = maxAnimatorRateHap_.top(); in GetAnimatorRate()
|