Home
last modified time | relevance | path

Searched refs:overlay (Results 51 - 75 of 204) sorted by relevance

123456789

/kernel/linux/linux-6.6/drivers/of/
H A Doverlay.c9 #define pr_fmt(fmt) "OF: overlay: " fmt
27 * struct target - info about current target node as recursing through overlay
28 * @np: node where current level of overlay will be applied
32 * an overlay fragment, which is a devicetree subtree. Initially @np is a node
33 * in the live devicetree where the overlay subtree is targeted to be grafted
34 * into. When recursing to the next level of the overlay subtree, the target
35 * also recurses to the next level of the live devicetree, as long as overlay
36 * subtree node also exists in the live devicetree. When a node in the overlay
47 * struct fragment - info about fragment nodes in overlay expanded device tree
48 * @overlay
52 struct device_node *overlay; global() member
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay-sysfs.c87 DSSERR("Failed to attach overlay\n"); in overlay_manager_store()
397 struct omap_overlay *overlay; in overlay_attr_show() local
400 overlay = container_of(kobj, struct omap_overlay, kobj); in overlay_attr_show()
406 return overlay_attr->show(overlay, buf); in overlay_attr_show()
412 struct omap_overlay *overlay; in overlay_attr_store() local
415 overlay = container_of(kobj, struct omap_overlay, kobj); in overlay_attr_store()
421 return overlay_attr->store(overlay, buf, size); in overlay_attr_store()
438 &pdev->dev.kobj, "overlay%d", ovl->id); in dss_overlay_kobj_init()
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt_overlay.c16 * @fdto: pointer to the device tree overlay blob
17 * @fragment: node offset of the fragment in the overlay
20 * overlay fragment when that fragment uses a phandle (target
46 * @fdto: Device tree overlay blob
47 * @fragment: node offset of the fragment in the overlay
86 * overlay in overlay_get_target()
105 * @node: Device tree overlay blob
143 * @fdto: Device tree overlay blob
148 * of a given node. This is mainly use as part of the overlay
149 * application process, when we want to update all the overlay
624 int overlay; overlay_merge() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay-sysfs.c88 DSSERR("Failed to attach overlay\n"); in overlay_manager_store()
399 struct omap_overlay *overlay; in overlay_attr_show() local
402 overlay = container_of(kobj, struct omap_overlay, kobj); in overlay_attr_show()
408 return overlay_attr->show(overlay, buf); in overlay_attr_show()
414 struct omap_overlay *overlay; in overlay_attr_store() local
417 overlay = container_of(kobj, struct omap_overlay, kobj); in overlay_attr_store()
423 return overlay_attr->store(overlay, buf, size); in overlay_attr_store()
440 &pdev->dev.kobj, "overlay%d", ovl->id); in dss_overlay_kobj_init()
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt_overlay.c16 * @fdto: pointer to the device tree overlay blob
17 * @fragment: node offset of the fragment in the overlay
20 * overlay fragment when that fragment uses a phandle (target
71 * overlay in fdt_overlay_target_offset()
90 * @node: Device tree overlay blob
128 * @fdto: Device tree overlay blob
133 * of a given node. This is mainly use as part of the overlay
134 * application process, when we want to update all the overlay
165 * overlay_adjust_local_phandles - Adjust the phandles of a whole overlay
166 * @fdto: Device tree overlay blo
609 int overlay; overlay_merge() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp16 #include "core/components_ng/pattern/overlay/overlay_manager.h"
71 #include "core/components_ng/pattern/overlay/keyboard_view.h"
72 #include "core/components_ng/pattern/overlay/overlay_container_pattern.h"
73 #include "core/components_ng/pattern/overlay/sheet_view.h"
74 #include "core/components_ng/pattern/overlay/sheet_wrapper_pattern.h"
109 // OVERLAY_EXISTS: overlay was removed
110 // OVERLAY_REMOVE:: overlay exists
1771 // There is no overlay under the root node or it is not in atomicservice in HidePopup()
2984 bool OverlayManager::RemoveDialog(const RefPtr<FrameNode>& overlay, bool isBackPressed, bool isPageRouter) in RemoveDialog() argument
2987 if (overlay in RemoveDialog()
3004 PopupInteractiveDismiss(const RefPtr<FrameNode>& overlay) PopupInteractiveDismiss() argument
3011 PopupCallBackOnWillDismiss(const RefPtr<FrameNode>& overlay) PopupCallBackOnWillDismiss() argument
3024 RemoveBubble(const RefPtr<FrameNode>& overlay) RemoveBubble() argument
3045 RemoveMenu(const RefPtr<FrameNode>& overlay) RemoveMenu() argument
3055 RemoveDragPreview(const RefPtr<FrameNode>& overlay) RemoveDragPreview() argument
3075 GetPopupIdByNode(const RefPtr<FrameNode>& overlay) GetPopupIdByNode() argument
3089 RemoveOverlayCommon(const RefPtr<NG::UINode>& rootNode, RefPtr<NG::FrameNode>& overlay, RefPtr<Pattern>& pattern, bool isBackPressed, bool isPageRouter) RemoveOverlayCommon() argument
3154 auto overlay = GetOverlayFrameNode(); RemoveOverlay() local
3202 auto overlay = DynamicCast<FrameNode>(rootNode->GetLastChild()); GetOverlayFrameNode() local
3222 ExceptComponent(const RefPtr<NG::UINode>& rootNode, RefPtr<NG::FrameNode>& overlay, bool isBackPressed, bool isPageRouter) ExceptComponent() argument
3238 WebBackward(RefPtr<NG::FrameNode>& overlay) WebBackward() argument
3288 auto overlay = DynamicCast<FrameNode>(rootNode->GetLastChild()); RemoveModalInOverlay() local
3616 RemovePopupInSubwindow(const RefPtr<Pattern>& pattern, const RefPtr<FrameNode>& overlay, const RefPtr<UINode>& rootNode) RemovePopupInSubwindow() argument
3662 auto overlay = DynamicCast<FrameNode>(rootNode->GetLastChild()); RemoveOverlayInSubwindow() local
[all...]
H A Doverlay_manager.h37 #include "core/components_ng/pattern/overlay/content_cover_param.h"
38 #include "core/components_ng/pattern/overlay/modal_presentation_pattern.h"
39 #include "core/components_ng/pattern/overlay/modal_style.h"
40 #include "core/components_ng/pattern/overlay/sheet_style.h"
41 #include "core/components_ng/pattern/overlay/group_manager.h"
231 * @return true if popup was removed, false if no overlay exists
234 bool RemoveDialog(const RefPtr<FrameNode>& overlay, bool isBackPressed, bool isPageRouter = false);
235 bool RemoveBubble(const RefPtr<FrameNode>& overlay);
236 bool RemoveMenu(const RefPtr<FrameNode>& overlay);
237 bool RemoveDragPreview(const RefPtr<FrameNode>& overlay);
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
H A Darmada_overlay.c107 /* FIXME: overlay on an interlaced display */ in armada_drm_overlay_plane_atomic_update()
546 struct drm_plane *overlay; in armada_overlay_plane_create() local
553 overlay = kzalloc(sizeof(*overlay), GFP_KERNEL); in armada_overlay_plane_create()
554 if (!overlay) in armada_overlay_plane_create()
557 drm_plane_helper_add(overlay, &armada_overlay_plane_helper_funcs); in armada_overlay_plane_create()
559 ret = drm_universal_plane_init(dev, overlay, crtcs, in armada_overlay_plane_create()
566 kfree(overlay); in armada_overlay_plane_create()
570 mobj = &overlay->base; in armada_overlay_plane_create()
590 ret = drm_plane_create_color_properties(overlay, in armada_overlay_plane_create()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/
H A Darmada_overlay.c110 /* FIXME: overlay on an interlaced display */ in armada_drm_overlay_plane_atomic_update()
545 struct drm_plane *overlay; in armada_overlay_plane_create() local
552 overlay = kzalloc(sizeof(*overlay), GFP_KERNEL); in armada_overlay_plane_create()
553 if (!overlay) in armada_overlay_plane_create()
556 drm_plane_helper_add(overlay, &armada_overlay_plane_helper_funcs); in armada_overlay_plane_create()
558 ret = drm_universal_plane_init(dev, overlay, crtcs, in armada_overlay_plane_create()
565 kfree(overlay); in armada_overlay_plane_create()
569 mobj = &overlay->base; in armada_overlay_plane_create()
589 ret = drm_plane_create_color_properties(overlay, in armada_overlay_plane_create()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Datomic_service_pattern.cpp98 auto overlay = AceType::DynamicCast<FrameNode>(atom->GetChildAtIndex(index)); in UpdateOverlayLayout() local
99 CHECK_NULL_VOID(overlay); in UpdateOverlayLayout()
100 auto overlayRender = overlay->GetRenderContext(); in UpdateOverlayLayout()
102 overlay->MarkModifyDone(); in UpdateOverlayLayout()
103 overlay->MarkDirtyNode(); in UpdateOverlayLayout()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_manager.h121 void DestroyHelper(const RefPtr<FrameNode>& overlay, bool animation = false);
123 void Destroy(const RefPtr<FrameNode>& overlay);
/kernel/linux/linux-6.6/drivers/of/unittest-data/
H A DMakefile4 obj-$(CONFIG_OF_OVERLAY) += overlay.dtbo.o \
97 apply_static_overlay_2 := overlay.dtbo
/kernel/linux/linux-5.10/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c342 mmp_overlay_set_addr(fbi->overlay, &addr); in mmpfb_pan_display()
395 mmp_overlay_set_win(fbi->overlay, &win); in mmpfb_set_win()
421 mmp_overlay_set_addr(fbi->overlay, &addr); in mmpfb_set_par()
441 mmp_overlay_set_addr(fbi->overlay, &addr); in mmpfb_power()
443 mmp_overlay_set_onoff(fbi->overlay, power); in mmpfb_power()
576 /* get overlay */ in mmpfb_probe()
577 fbi->overlay = mmp_path_get_overlay(fbi->path, mi->overlay_id); in mmpfb_probe()
578 if (!fbi->overlay) { in mmpfb_probe()
583 mmp_overlay_set_fetch(fbi->overlay, mi->dmafetch_id); in mmpfb_probe()
H A Dmmpfb.h31 struct mmp_overlay *overlay; member
/kernel/linux/linux-6.6/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c342 mmp_overlay_set_addr(fbi->overlay, &addr); in mmpfb_pan_display()
395 mmp_overlay_set_win(fbi->overlay, &win); in mmpfb_set_win()
421 mmp_overlay_set_addr(fbi->overlay, &addr); in mmpfb_set_par()
441 mmp_overlay_set_addr(fbi->overlay, &addr); in mmpfb_power()
443 mmp_overlay_set_onoff(fbi->overlay, power); in mmpfb_power()
574 /* get overlay */ in mmpfb_probe()
575 fbi->overlay = mmp_path_get_overlay(fbi->path, mi->overlay_id); in mmpfb_probe()
576 if (!fbi->overlay) { in mmpfb_probe()
581 mmp_overlay_set_fetch(fbi->overlay, mi->dmafetch_id); in mmpfb_probe()
H A Dmmpfb.h31 struct mmp_overlay *overlay; member
/third_party/ffmpeg/libavfilter/
H A Dvf_overlay_vulkan.c243 AVVkFrame *overlay = (AVVkFrame *)overlay_f->data[0]; in process_frames() local
263 &s->overlay_images[i].imageView, overlay->img[i], in process_frames()
298 .oldLayout = overlay->layout[i], in process_frames()
302 .image = overlay->img[i], in process_frames()
329 overlay->layout[i] = bar[1].newLayout; in process_frames()
330 overlay->access[i] = bar[1].dstAccessMask; in process_frames()
471 .name = "overlay",
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_testtwo_ng.cpp692 RefPtr<NG::FrameNode> overlay; in HWTEST_F() local
694 EXPECT_EQ(overlayManager->RemoveOverlayCommon(rootNode, overlay, pattern, false, false), 0); in HWTEST_F()
708 EXPECT_EQ(overlayManager->RemoveOverlayCommon(rootNode, overlay, pattern, false, false), 0); in HWTEST_F()
726 RefPtr<NG::FrameNode> overlay; in HWTEST_F() local
739 EXPECT_EQ(overlayManager->RemoveOverlayCommon(rootNode, overlay, pattern, false, false), 0); in HWTEST_F()
777 RefPtr<NG::FrameNode> overlay; in HWTEST_F() local
790 EXPECT_EQ(overlayManager->RemoveOverlayCommon(rootNode, overlay, pattern, false, true), 1); in HWTEST_F()
791 EXPECT_EQ(overlayManager->RemoveOverlayCommon(rootNode, overlay, pattern, false, false), 0); in HWTEST_F()
815 RefPtr<NG::FrameNode> overlay; in HWTEST_F() local
828 EXPECT_EQ(overlayManager->RemoveOverlayCommon(rootNode, overlay, patter in HWTEST_F()
852 RefPtr<NG::FrameNode> overlay; HWTEST_F() local
910 RefPtr<NG::FrameNode> overlay; HWTEST_F() local
943 RefPtr<NG::FrameNode> overlay; HWTEST_F() local
[all...]
H A Doverlay_test_ng.cpp58 #include "core/components_ng/pattern/overlay/modal_presentation_pattern.h"
59 #include "core/components_ng/pattern/overlay/overlay_manager.h"
60 #include "core/components_ng/pattern/overlay/sheet_drag_bar_paint_method.h"
61 #include "core/components_ng/pattern/overlay/sheet_drag_bar_pattern.h"
62 #include "core/components_ng/pattern/overlay/sheet_presentation_layout_algorithm.h"
63 #include "core/components_ng/pattern/overlay/sheet_presentation_pattern.h"
64 #include "core/components_ng/pattern/overlay/sheet_style.h"
65 #include "core/components_ng/pattern/overlay/sheet_theme.h"
66 #include "core/components_ng/pattern/overlay/sheet_view.h"
894 * @tc.steps: step1. get overlay manage in HWTEST_F()
898 auto overlay = pipelineContext->GetOverlayManager(); HWTEST_F() local
1021 auto overlay = pipelineContext->GetOverlayManager(); HWTEST_F() local
2001 auto overlay = AceType::DynamicCast<FrameNode>(rootNode->GetLastChild()); HWTEST_F() local
2242 auto overlay = pipelineContext->GetOverlayManager(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drender_rich_text.cpp225 void RenderRichText::MarkNeedRender(bool overlay) in MarkNeedRender() argument
227 RenderNode::MarkNeedRender(overlay); in MarkNeedRender()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams-policy.h396 lws_ss_policy_parse_begin(struct lws_context *context, int overlay);
405 lws_ss_policy_overlay(struct lws_context *context, const char *overlay);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlay_font_autogen.h2 // Generated by gen_overlay_fonts.py using overlay/DejaVuSansMono-Bold.ttf.
9 // Autogenerated overlay font data.
15 namespace overlay namespace
28 } // namespace overlay
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dcustom_dialog_controller_model_ng.cpp234 auto overlay = nodeContext->GetOverlayManager(); in SetCloseDialogForNDK() local
235 CHECK_NULL_VOID(overlay); in SetCloseDialogForNDK()
236 overlay->CloseDialog(dialogRef); in SetCloseDialogForNDK()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c683 .alpha = dev->overlay.global_alpha, in set_overlay_params()
686 .x = dev->overlay.w.left, in set_overlay_params()
687 .y = dev->overlay.w.top, in set_overlay_params()
688 .width = dev->overlay.w.width, in set_overlay_params()
689 .height = dev->overlay.w.height, in set_overlay_params()
697 /* overlay ioctl */
718 f->fmt.win = dev->overlay; in vidioc_g_fmt_vid_overlay()
761 dev->overlay = f->fmt.win; in vidioc_s_fmt_vid_overlay()
829 /* The video overlay must stay within the framebuffer and can't be in vidioc_g_fbuf()
1024 /* Need to disable the overlay befor in mmal_setup_video_component()
[all...]
/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c681 .alpha = dev->overlay.global_alpha, in set_overlay_params()
684 .x = dev->overlay.w.left, in set_overlay_params()
685 .y = dev->overlay.w.top, in set_overlay_params()
686 .width = dev->overlay.w.width, in set_overlay_params()
687 .height = dev->overlay.w.height, in set_overlay_params()
695 /* overlay ioctl */
716 f->fmt.win = dev->overlay; in vidioc_g_fmt_vid_overlay()
759 dev->overlay = f->fmt.win; in vidioc_s_fmt_vid_overlay()
827 /* The video overlay must stay within the framebuffer and can't be in vidioc_g_fbuf()
1020 /* Need to disable the overlay befor in mmal_setup_video_component()
[all...]

Completed in 36 milliseconds

123456789