Home
last modified time | relevance | path

Searched defs:margin (Results 1 - 25 of 187) sorted by relevance

12345678

/third_party/weex-loader/deps/weex-styler/lib/
H A Dshorthand-parser.js
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_box.h30 std::optional<CalcDimension> margin; member
/third_party/EGL/sdk/docs/man/xhtml/
H A Dmaketoc.pl26 margin: 0px 0 0 0; label
34 margin: 10px; label
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A Dmaketoc.pl26 margin: 0px 0 0 0; label
34 margin: 10px; label
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dwaterflow_section_option.h29 float margin[4] = { 0.0f, 0.0f, 0.0f, 0.0f }; member
/foundation/arkui/ui_lite/test/framework/src/
H A Dui_test_app.cpp67 constexpr uint8_t margin = 24; // 24: x-coordinate in InitMainMenu() local
/third_party/skia/gm/
H A Dconicpaths.cpp110 const SkScalar margin = 15; variable
H A Dmatriximagefilter.cpp50 SkScalar margin = SkIntToScalar(10); in DEF_SIMPLE_GM_BG() local
H A Dclippedbitmapshaders.cpp98 SkScalar margin = (SLIDE_SIZE / 3 - RECT_SIZE) / 2; variable
H A Dimagefiltersstroked.cpp74 SkScalar margin = 32; variable
H A Dsavelayer.cpp110 const SkScalar margin = 80; in draw_cell() local
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_system_manager.h42 Dimension margin; member
/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Drender_piece.cpp56 auto margin = pieceComponent_->GetMargin(); in OnPaintFinish() local
H A Drosen_render_piece.cpp35 auto margin = pieceComponent_->GetMargin(); in Paint() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_property.h108 static void BothSidesMargin(bool isRtl, MarginProperty& margin, in BothSidesMargin() argument
130 static void UpdateDialogMargin(bool isRtl, MarginProperty& margin, in UpdateDialogMargin() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/getitimer/
H A Dgetitimer01.c77 long margin = (tc->which == ITIMER_REAL) ? 0 : jiffy; in verify_getitimer() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmathutil.h137 WithinFractionOrMargin(const T x, const T y, const T fraction, const T margin) WithinFractionOrMargin() argument
/third_party/skia/experimental/sktext/samples/
H A DText.cpp51 SkScalar margin = 20; in drawLine() local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Ddebug_boundary_painter.cpp65 PaintDebugMargin(SkCanvas* canvas, const Offset& offset, const Size& layoutSize, const EdgePx& margin) PaintDebugMargin() argument
92 PaintDebugMargin(RSCanvas* canvas, const Offset& offset, const Size& layoutSize, const EdgePx& margin) PaintDebugMargin() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar.cpp82 double margin = NormalizeToPx(info->GetParent()->GetMarginLeft()); in GetMaxWidthBasedOnGridType() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow_sections.cpp22 bool SetMarginProperty(const JSRef<JSObject>& paddingObj, NG::MarginProperty& margin) in SetMarginProperty() argument
65 void ParseMargin(const JSRef<JSVal>& jsValue, NG::MarginProperty& margin) in ParseMargin() argument
107 auto margin = obj->GetProperty("margin"); ParseGaps() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_dialog.cpp43 auto margin = Edge(marginLeft_, marginTop_, marginRight_, marginBottom_); in PrepareSpecializedComponent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_sections.h54 std::optional<MarginProperty> margin; member
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpen_test.cpp31 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); in TestPenColor() local
63 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenAlpha() local
89 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenWidth() local
108 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenMiterLimit() local
145 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenCapStyle() local
178 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenJoinStyle() local
203 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenBlendMode() local
231 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenAntiAlias() local
255 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenPathEffect() local
286 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenFilter() local
312 const uint32_t margin = static_cast<uint32_t>(width / MARGINE_SCALE_SIZE); TestPenReset() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dconic_paths.cpp119 constexpr float margin = 15; in OnTestFunction() local

Completed in 9 milliseconds

12345678