/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDirectionTests.cpp | 136 const auto margin = kDefaultTolerance / 2.0f; in calcTminTmax() local
|
/third_party/skia/src/core/ |
H A D | SkDraw.cpp | 1213 SkIPoint margin = SkIPoint::Make(0, 0); in ComputeMaskBounds() local
|
H A D | SkBlurMF.cpp | 334 SkIPoint margin; in filterRRectToNine() local 164 filterRectMask(SkMask* dst, const SkRect& r, const SkMatrix& matrix, SkIPoint* margin, SkMask::CreateMode createMode) const filterRectMask() argument 172 filterRRectMask(SkMask* dst, const SkRRect& r, const SkMatrix& matrix, SkIPoint* margin, SkMask::CreateMode createMode) const filterRRectMask() argument 453 SkIPoint margin; filterRectsToNine() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.cpp | 538 float margin = sw::min(ref, 1.0f - ref); in draw() local
|
/third_party/toybox/toys/pending/ |
H A D | vi.c | 1356 int aw = 0, iw = 0, clip = 0, margin = 8; in draw_page() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryDirectionTests.cpp | 136 const auto margin = kDefaultTolerance / 2.0f; in calcTminTmax() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDirectionTests.cpp | 136 const auto margin = kDefaultTolerance / 2.0f; in calcTminTmax() local
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 1603 unsigned int deg, margin, rotation = 0; in drm_mode_parse_cmdline_options() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_layout_algorithm.cpp | 327 const auto& margin = layoutProperty->CreateMargin(); in UpdateReferencePos() local
|
/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 504 double margin = (needReverse_ ? nextMargin_ : prevMargin_); in GetMainAxisOffset() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_view.cpp | 226 MarginProperty margin; in CreateTitleNode() local 302 MarginProperty margin; in CreateTitleImageNode() local 415 MarginProperty margin = { in InitCalendarProperty() local 806 MarginProperty margin; UpdateOptionLayoutProps() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_pattern.cpp | 844 MarginProperty margin;
in InitButtonsLayoutProperty() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | popup_param.h | 119 void SetMargin(const Edge& margin) in SetMargin() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_property.cpp | 202 auto margin = json->GetString("margin"); in FromJson() local 320 auto margin = CreateMargin(); in UpdateLayoutConstraint() local 1599 MarginProperty margin; CheckLocalizedMargin() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/ |
H A D | container_modal_pattern_enhance.cpp | 147 MarginProperty margin; in BuildMenuItem() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_composed_element.cpp | 1711 auto margin = renderBox->GetMargin(); in TriggerVisibleAreaChangeCallback() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_pattern.cpp | 88 MarginProperty margin; in UpdateConfirmButtonMargin() local 118 MarginProperty margin; UpdateCancelButtonMargin() local [all...] |
H A D | textpicker_column_pattern.cpp | 619 MarginProperty margin; in FlushCurrentMixtureOptions() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_row_pattern.cpp | 468 MarginProperty margin; in UpdateConfirmButtonMargin() local 481 MarginProperty margin; in UpdateCancelButtonMargin() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.cpp | 222 auto margin = HandleTouchClickMargin(); in HandleTouchClick() local
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view.cpp | 1169 int16_t margin = sib->style_->marginLeft_ - style_->marginLeft_; in AlignLeftToSibling() local 1181 int16_t margin = sib->style_->marginRight_ - style_->marginRight_; in AlignRightToSibling() local 1193 int16_t margin = sib->style_->marginTop_ - style_->marginTop_; in AlignTopToSibling() local 1205 int16_t margin = sib->style_->marginBottom_ - style_->marginBottom_; in AlignBottomToSibling() local 1206 SetPosition(GetX(), sib->GetY() + sib->rect_.GetHeight() - rect_.GetHeight() - offset + margin); in AlignBottomToSibling() local 1217 int16_t margin = in AlignHorCenterToSibling() local 1230 int16_t margin = AlignVerCenterToSibling() local 1244 int16_t margin = sib->style_->marginLeft_ + style_->marginRight_; LayoutLeftToSibling() local 1256 int16_t margin = sib->style_->marginRight_ + style_->marginLeft_; LayoutRightToSibling() local 1268 int16_t margin = sib->style_->marginTop_ + style_->marginBottom_; LayoutTopToSibling() local 1280 int16_t margin = sib->style_->marginBottom_ + style_->marginTop_; LayoutBottomToSibling() local 1281 SetPosition(GetX(), sib->GetY() + sib->rect_.GetHeight() + offset + margin); LayoutBottomToSibling() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_modes.c | 1598 unsigned int deg, margin, rotation = 0; in drm_mode_parse_cmdline_options() local [all...] |
/third_party/gn/src/gn/ |
H A D | command_format.cc | 234 int margin() const { return stack_.back().margin; } in margin() function in commands::__anon2874::Printer 254 int margin; member [all...] |
/third_party/libinput/src/ |
H A D | evdev.h | 712 evdev_hysteresis(const struct device_coords *in, const struct device_coords *center, const struct device_coords *margin) evdev_hysteresis() argument [all...] |
/third_party/python/Python/ |
H A D | traceback.c | 406 _Py_WriteIndentedMargin(int indent, const char *margin, PyObject *f) in _Py_WriteIndentedMargin() argument 420 display_source_line_with_margin(PyObject *f, PyObject *filename, int lineno, int indent, int margin_indent, const char *margin, int *truncation, PyObject **line) display_source_line_with_margin() argument 761 tb_displayline(PyTracebackObject* tb, PyObject *f, PyObject *filename, int lineno, PyFrameObject *frame, PyObject *name, int margin_indent, const char *margin) tb_displayline() argument 924 tb_printinternal(PyTracebackObject *tb, PyObject *f, long limit, int indent, const char *margin) tb_printinternal() argument 986 _PyTraceBack_Print_Indented(PyObject *v, int indent, const char *margin, const char *header_margin, const char *header, PyObject *f) _PyTraceBack_Print_Indented() argument 1029 const char *margin = NULL; PyTraceBack_Print() local [all...] |