Home
last modified time | relevance | path

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

12345678910>>...16

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_op.h168 AddressType top = stack_[0]; in OpRot() local
187 AddressType top = StackPop(); in OpAnd() local
194 AddressType top = StackPop(); in OpDiv() local
206 AddressType top = StackPop(); in OpMinus() local
213 AddressType top = StackPop(); in OpMod() local
223 AddressType top = StackPop(); in OpMul() local
240 AddressType top = StackPop(); in OpOr() local
246 AddressType top = StackPop(); in OpPlus() local
257 AddressType top = StackPop(); in OpShl() local
263 AddressType top = StackPop(); in OpShr() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A 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 …]
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_cursor_info_capi.cpp20 InputMethod_CursorInfo *OH_CursorInfo_Create(double left, double top, double width, double height) in OH_CursorInfo_Create()
33 InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height) in OH_CursorInfo_SetRect()
47 InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, double *height) in OH_CursorInfo_GetRect()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_extension_module_loader_test/
H A Dability_extension_module_loader_test.cpp118 int32_t left = 0, top = 0, width = 0, height = 0; variable
133 int32_t left = 0, top = 0, width = 0, height = 0; variable
148 int32_t left = 0, top = 0, width = 0, height = 0; variable
163 int32_t left = 0, top = 0, width = 0, height = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkrect_fuzzer/
H A Drect_fuzzer.cpp40 float top = GetObject<float>(); in RectFuzzTest000() local
81 float top = GetObject<float>(); in RectFuzzTest001() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame_ohos_gl.h33 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion()
H A Dsurface_frame_ohos_vulkan.h36 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h71 std::optional<CalcDimension> top; member
78 std::optional<CalcDimension> top; member
85 std::optional<Color> top; member
92 std::optional<Color> top; member
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-top.md1 # top chapter
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-top.md1 # top chapter
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A 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
/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/
H A Dgrid_layout.cpp54 int16_t top; in LayoutHorizontal() local
88 int16_t top; in LayoutVertical() local
H A 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
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dutils.js23 top() { method in ObserverStack
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/drawing/
H A Drs_surface_frame.h33 virtual void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) {}; in SetDamageRegion()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___margin.md59 ### top subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_ark_u_i___margin.md59 ### top subsection
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Drect.h29 float top = 0.0f; member
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/
H A Dpopup.js28 top: LengthMetrics.vp(12), property in defaultTheme.icon.margin
63 top: LengthMetrics.vp(16), property in defaultTheme.button.margin
69 top: LengthMetrics.vp(4), property in defaultTheme.button.padding
89 top: LengthMetrics.vp(8), property in defaultTheme.button.textMargin
137 top: LengthMetrics.vp(12), property in defaultTheme.windows.padding
147 top: LengthMetrics.vp(2), property in defaultTheme.closeButton.padding
153 top: LengthMetrics.vp(12), property in defaultTheme.closeButton.margin
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscpuoverdrawcanvaslistener_fuzzer/
H A Drscpuoverdrawcanvaslistener_fuzzer.cpp95 float top = GetData<float>(); in DoRect() local
110 float top = GetData<float>(); in DoDrawRoundRect() local
130 float top = GetData<float>(); in DoDrawNestedRoundRect() local
160 float top = GetData<float>(); in DoDrawArc() local
179 float top = GetData<float>(); in DoDrawPie() local
198 float top = GetData<float>(); in DoDrawOval() local
345 float top = GetData<float>(); in DoDrawImageRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsgpuoverdrawcanvaslistener_fuzzer/
H A Drsgpuoverdrawcanvaslistener_fuzzer.cpp96 float top = GetData<float>(); in DoRect() local
111 float top = GetData<float>(); in DoDrawRoundRect() local
131 float top = GetData<float>(); in DoDrawNestedRoundRect() local
161 float top = GetData<float>(); in DoDrawArc() local
180 float top = GetData<float>(); in DoDrawPie() local
199 float top = GetData<float>(); in DoDrawOval() local
333 float top = GetData<float>(); in DoDrawImageRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dlayout_constraint.inl172 const std::optional<T>& top, const std::optional<T>& bottom)
183 const std::optional<T>& top, const std::optional<T>& bottom)
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_rect_test.cpp143 float top = OH_Drawing_RectGetTop(rect); variable
173 float top = OH_Drawing_RectGetTop(rectSrc); variable
411 float top = OH_Drawing_RectGetTop(rect); variable
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_image_region_v10.md91 ### top subsection
H A D_codec_image_region_v20.md81 ### top subsection

12345678910>>...16