Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 242) sorted by relevance

12345678910

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dedge.h44 …Edge(const CalcDimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDi… in Edge()
46 … Edge(const Dimension& left, const Dimension& top, const Dimension& right, const Dimension& bottom, in Edge()
50 …Edge(const CalcDimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDi… in Edge()
99 virtual void SetTop(const AnimatableDimension& top) in SetTop()
104 virtual void SetTop(const CalcDimension& top) in SetTop()
110 virtual void SetTop(const Dimension& top) in SetTop()
203 EdgePx(double left, double top, double right, double bottom) : Edge(left, top, right, bottom) {} in EdgePx()
204 …EdgePx(const std::string& left, const std::string& top, const std::string& right, const std::strin… in EdgePx()
252 void SetTop(const AnimatableDimension& top) override in SetTop()
260 void SetTop(const Dimension& top) override in SetTop()
[all …]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
Dsurface_frame_ohos_gl.h33 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion()
Dsurface_frame_ohos_vulkan.h33 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion()
Dsurface_frame_ohos_raster.cpp35 void SurfaceFrameOhosRaster::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t heig… in SetDamageRegion()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/drawing/
Drs_surface_frame.h38 virtual void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) {}; in SetDamageRegion()
/foundation/arkui/ace_engine/frameworks/base/geometry/
Drect.h130 void SetTop(double top) in SetTop()
167 double top = std::clamp(y_, other.Top(), other.Bottom()); in Constrain() local
251 double top = std::max(Top(), other.Top()); in IntersectRect() local
260 double top = std::min(Top(), other.Top()); in CombineRect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_surface.h65 virtual void SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) {} in SetExtSurfaceBounds()
67 virtual bool SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t height) in SetExtSurfaceBoundsSync()
/foundation/arkui/ui_lite/frameworks/layout/
Dgrid_layout.cpp54 int16_t top; in LayoutHorizontal() local
88 int16_t top; in LayoutVertical() local
Dflex_layout.cpp103 int16_t top; in CalValidLength() local
155 int16_t top; in GetRowMaxHeight() local
230 int16_t top = child->GetStyle(STYLE_MARGIN_TOP); in GetCrossAxisPosY() local
319 int16_t top; in CalColumnCount() local
377 int16_t top; in GetColumnsHeight() local
475 int16_t top = child->GetStyle(STYLE_MARGIN_TOP); in LayoutVertical() local
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dedge_creator.cpp41 double top = 0.0; in CreateFromJson() local
/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/
Drequest_info.cpp24 RequestInfo::RequestInfo(const sptr<IRemoteObject> &token, int32_t left, int32_t top, int32_t width… in RequestInfo()
83 NativeEngine& engine, int32_t left, int32_t top, int32_t width, int32_t height) in CreateJsWindowRect()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
Dsnapshot.h95 int32_t top = parcel.ReadInt32(); in Unmarshalling() local
103 int32_t top = 0; member
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
Dflutter_render_tab_bar.cpp40 double top = 0.0; in Paint() local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
Drect.h74 …CommonRect(T left, T top, T right, T bottom) : left_(left), top_(top), right_(right), bottom_(bott… in CommonRect()
104 void SetRect(T left, T top, T right, T bottom) in SetRect()
279 void SetTop(T top) in SetTop()
/foundation/window/window_manager/dmserver/src/
Ddisplay_cutout_controller.cpp136 int32_t top = static_cast<int32_t>(skiRect.top()); in CalcCutoutBoundingRect() local
158 uint32_t top = static_cast<uint32_t>(curvedScreenBoundary_[1]); in CalcBuiltInDisplayWaterfallRects() local
191 uint32_t top = static_cast<uint32_t>(curvedScreenBoundary_[1]); in CalcBuiltInDisplayWaterfallRectsByRotation() local
292 DMRect DisplayCutoutController::CreateWaterfallRect(uint32_t left, uint32_t top, uint32_t width, ui… in CreateWaterfallRect()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
Dvulkan_render_backend.h42 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {} in SetDamageRegion()
Dsoftware_render_backend.h36 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
Dsvg_ellipse.cpp68 … RSScalar top = ConvertDimensionToPx(declaration->GetCy(), viewPort, SvgLengthType::VERTICAL) - ry; in AsPath() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
Drs_rect.h49 RectT(T left, T top, T width, T height) in RectT()
92 void SetAll(T left, T top, T width, T height) in SetAll()
159 T top = std::max(top_, rect.top_); in IntersectRect() local
173 T top = std::min(top_, rect.top_); in JoinRect() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
Drs_thread_looper_impl.cpp73 auto top = queue_.begin(); in ProcessOneMessageInternal() local
79 auto top = delayedQueue_.begin(); in ProcessOneMessageInternal() local
/foundation/arkui/ace_engine/frameworks/core/components/padding/
Drender_padding.cpp42 auto top = NormalizePercentToPx(padding_.Top(), true); in PerformLayout() local
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
Dutils.js23 top() { method
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
Dshape_view_box.h54 void SetTop(const Dimension& top) in SetTop()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
Drs_surface_frame_darwin.cpp28 void RSSurfaceFrameDarwin::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
Drs_surface_frame_ohos_vulkan.cpp27 void RSSurfaceFrameOhosVulkan::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t he… in SetDamageRegion()

12345678910