/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_op.h | 168 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 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 …]
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_cursor_info_capi.cpp | 20 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 D | ability_extension_module_loader_test.cpp | 118 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 D | rect_fuzzer.cpp | 40 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 D | surface_frame_ohos_gl.h | 33 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion()
|
H A D | surface_frame_ohos_vulkan.h | 36 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 D | js_view_abstract.h | 71 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 D | kernel-small-debug-shell-cmd-top.md | 1 # top chapter
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-top.md | 1 # top chapter
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A 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
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/ |
H A D | grid_layout.cpp | 54 int16_t top; in LayoutHorizontal() local 88 int16_t top; in LayoutVertical() local
|
H A 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
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
H A D | utils.js | 23 top() { method in ObserverStack
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/drawing/ |
H A D | rs_surface_frame.h | 33 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.md | 59 ### top subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___margin.md | 59 ### top subsection
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/view_data/include/ |
H A D | rect.h | 29 float top = 0.0f; member
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/ |
H A D | popup.js | 28 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 D | rscpuoverdrawcanvaslistener_fuzzer.cpp | 95 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 D | rsgpuoverdrawcanvaslistener_fuzzer.cpp | 96 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 D | layout_constraint.inl | 172 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 D | drawing_rect_test.cpp | 143 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.md | 91 ### top subsection
|
H A D | _codec_image_region_v20.md | 81 ### top subsection
|