| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| D | edge.h | 44 …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/ |
| D | surface_frame_ohos_gl.h | 33 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion()
|
| D | surface_frame_ohos_vulkan.h | 33 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion()
|
| D | surface_frame_ohos_raster.cpp | 35 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/ |
| D | rs_surface_frame.h | 38 virtual void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) {}; in SetDamageRegion()
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| D | rect.h | 130 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/ |
| D | render_surface.h | 65 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/ |
| D | grid_layout.cpp | 54 int16_t top; in LayoutHorizontal() local 88 int16_t top; in LayoutVertical() local
|
| D | flex_layout.cpp | 103 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/ |
| D | edge_creator.cpp | 41 double top = 0.0; in CreateFromJson() local
|
| /foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/ |
| D | request_info.cpp | 24 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/ |
| D | snapshot.h | 95 int32_t top = parcel.ReadInt32(); in Unmarshalling() local 103 int32_t top = 0; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
| D | flutter_render_tab_bar.cpp | 40 double top = 0.0; in Paint() local
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
| D | rect.h | 74 …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/ |
| D | display_cutout_controller.cpp | 136 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/ |
| D | vulkan_render_backend.h | 42 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {} in SetDamageRegion()
|
| D | software_render_backend.h | 36 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/ |
| D | svg_ellipse.cpp | 68 … RSScalar top = ConvertDimensionToPx(declaration->GetCy(), viewPort, SvgLengthType::VERTICAL) - ry; in AsPath() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
| D | rs_rect.h | 49 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/ |
| D | rs_thread_looper_impl.cpp | 73 auto top = queue_.begin(); in ProcessOneMessageInternal() local 79 auto top = delayedQueue_.begin(); in ProcessOneMessageInternal() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/padding/ |
| D | render_padding.cpp | 42 auto top = NormalizePercentToPx(padding_.Top(), true); in PerformLayout() local
|
| /foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
| D | utils.js | 23 top() { method
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
| D | shape_view_box.h | 54 void SetTop(const Dimension& top) in SetTop()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
| D | rs_surface_frame_darwin.cpp | 28 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/ |
| D | rs_surface_frame_ohos_vulkan.cpp | 27 void RSSurfaceFrameOhosVulkan::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t he… in SetDamageRegion()
|