Home
last modified time | relevance | path

Searched refs:overlay (Results 26 - 50 of 206) sorted by relevance

123456789

/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c22 int overlay, bool enable, unsigned int zpos, in sun8i_vi_layer_enable()
30 DRM_DEBUG_DRIVER("%sabling VI channel %d overlay %d\n", in sun8i_vi_layer_enable()
31 enable ? "En" : "Dis", channel, overlay); in sun8i_vi_layer_enable()
39 SUN8I_MIXER_CHAN_VI_LAYER_ATTR(ch_base, overlay), in sun8i_vi_layer_enable()
71 int overlay, struct drm_plane *plane) in sun8i_vi_layer_update_alpha()
89 overlay), in sun8i_vi_layer_update_alpha()
101 int overlay, struct drm_plane *plane, in sun8i_vi_layer_update_coord()
114 DRM_DEBUG_DRIVER("Updating VI channel %d overlay %d\n", in sun8i_vi_layer_update_coord()
115 channel, overlay); in sun8i_vi_layer_update_coord()
156 SUN8I_MIXER_CHAN_VI_LAYER_SIZE(ch_base, overlay), in sun8i_vi_layer_update_coord()
21 sun8i_vi_layer_enable(struct sun8i_mixer *mixer, int channel, int overlay, bool enable, unsigned int zpos, unsigned int old_zpos) sun8i_vi_layer_enable() argument
70 sun8i_vi_layer_update_alpha(struct sun8i_mixer *mixer, int channel, int overlay, struct drm_plane *plane) sun8i_vi_layer_update_alpha() argument
100 sun8i_vi_layer_update_coord(struct sun8i_mixer *mixer, int channel, int overlay, struct drm_plane *plane, unsigned int zpos) sun8i_vi_layer_update_coord() argument
261 sun8i_vi_layer_update_formats(struct sun8i_mixer *mixer, int channel, int overlay, struct drm_plane *plane) sun8i_vi_layer_update_formats() argument
305 sun8i_vi_layer_update_buffer(struct sun8i_mixer *mixer, int channel, int overlay, struct drm_plane *plane) sun8i_vi_layer_update_buffer() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vkms/
H A Dvkms_output.c37 struct vkms_plane *overlay; in vkms_add_overlay_plane() local
39 overlay = vkms_plane_init(vkmsdev, DRM_PLANE_TYPE_OVERLAY, index); in vkms_add_overlay_plane()
40 if (IS_ERR(overlay)) in vkms_add_overlay_plane()
41 return PTR_ERR(overlay); in vkms_add_overlay_plane()
43 if (!overlay->base.possible_crtcs) in vkms_add_overlay_plane()
44 overlay->base.possible_crtcs = drm_crtc_mask(crtc); in vkms_add_overlay_plane()
65 if (vkmsdev->config->overlay) { in vkms_output_init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DOverlayVk.cpp56 // If not all operations used in the shaders are supported, disable the overlay. in init()
97 gl::overlay::kFontCount * gl::overlay::kFontImageWidth * gl::overlay::kFontImageHeight; in createFont()
114 // Don't use robust resource init for overlay widgets. in createFont()
120 VkExtent3D{gl::overlay::kFontImageWidth, gl::overlay::kFontImageHeight, 1}, in createFont()
123 gl::LevelIndex(0), 1, gl::overlay::kFontCount, useRobustInit, false)); in createFont()
133 access.onImageTransferWrite(gl::LevelIndex(0), 1, 0, gl::overlay::kFontCount, in createFont()
139 copy.bufferRowLength = gl::overlay in createFont()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_maskedmerge.c64 AVFrame *base, *overlay, *mask; member
73 AVFrame *overlay = td->overlay; in filter_slice() local
93 overlay->data[p] + slice_start * overlay->linesize[p], in filter_slice()
96 base->linesize[p], overlay->linesize[p], in filter_slice()
110 AVFrame *out, *base, *overlay, *mask; in process_frame() local
115 (ret = ff_framesync_get_frame(&s->fs, 1, &overlay, 0)) < 0 || in process_frame()
131 td.overlay = overlay; in process_frame()
217 AVFilterLink *overlay = ctx->inputs[1]; config_output() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp54 #include "core/components_ng/pattern/overlay/overlay_manager.h"
731 auto overlay = context->GetOverlayManager(); in ShowMenuNG() local
732 CHECK_NULL_VOID(overlay); in ShowMenuNG()
745 overlay->ShowMenuInSubWindow(targetNode->GetId(), offset, menuNode); in ShowMenuNG()
757 auto overlay = context->GetOverlayManager(); in ShowMenuNG() local
758 CHECK_NULL_VOID(overlay); in ShowMenuNG()
777 overlay->ShowMenuInSubWindow(targetNode->GetId(), offset, menuNode); in ShowMenuNG()
791 auto overlay = context->GetOverlayManager(); in HideMenuNG() local
792 CHECK_NULL_VOID(overlay); in HideMenuNG()
793 overlay in HideMenuNG()
812 auto overlay = context->GetOverlayManager(); HideMenuNG() local
826 auto overlay = pipelineContext->GetOverlayManager(); UpdatePreviewPosition() local
839 auto overlay = pipelineContext->GetOverlayManager(); GetMenuPreviewCenter() local
850 auto overlay = pipelineContext->GetOverlayManager(); UpdateHideMenuOffsetNG() local
865 auto overlay = pipelineContext->GetOverlayManager(); ContextMenuSwitchDragPreviewAnimationtNG() local
877 auto overlay = context->GetOverlayManager(); ClearMenuNG() local
903 auto overlay = context->GetOverlayManager(); ClearPopupNG() local
1009 auto overlay = context->GetOverlayManager(); ShowDialogNG() local
1042 auto overlay = context->GetOverlayManager(); ShowDialogNGWithNode() local
1074 auto overlay = context->GetOverlayManager(); CloseDialogNG() local
1087 auto overlay = context->GetOverlayManager(); OpenCustomDialogNG() local
1120 auto overlay = context->GetOverlayManager(); CloseCustomDialogNG() local
1134 auto overlay = context->GetOverlayManager(); CloseCustomDialogNG() local
1148 auto overlay = context->GetOverlayManager(); UpdateCustomDialogNG() local
1622 auto overlay = context->GetOverlayManager(); CloseCustomDialog() local
1634 auto overlay = context->GetOverlayManager(); CloseCustomDialog() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_controller.h47 void KickoffSharedTransition(TransitionEvent event, RefPtr<OverlayElement>& overlay);
48 bool PrepareTransition(RefPtr<OverlayElement> overlay, bool preCheck = false);
50 std::vector<RefPtr<SharedTransitionEffect>>& effects, RefPtr<OverlayElement>& overlay);
52 const ShareId& shareId, RefPtr<SharedTransitionEffect>& effect, RefPtr<OverlayElement>& overlay);
H A Dshared_transition_effect.cpp19 #include "core/components/overlay/overlay_element.h"
70 bool SharedTransitionEffect::TakeOff(TransitionEvent event, RefPtr<OverlayElement>& overlay, in TakeOff() argument
77 if (!overlay) { in TakeOff()
78 LOGE("TakeOff failed. overlay is null. event: %{public}d, share id: %{public}s", event, shareId_.c_str()); in TakeOff()
104 overlay->PushInstant(seat); in TakeOff()
105 auto seatElement = AceType::DynamicCast<PositionedElement>(overlay->GetLastChild()); in TakeOff()
110 // make overlay un-focusable. in TakeOff()
168 RefPtr<OverlayElement>& overlay, RefPtr<Animator>& controller, TweenOption& option, TransitionEvent event) in ApplyAnimation()
347 bool SharedTransitionExchange::ApplyAnimation(RefPtr<OverlayElement>& overlay, RefPtr<Animator>& controller, in ApplyAnimation() argument
350 if (!SharedTransitionEffect::ApplyAnimation(overlay, controlle in ApplyAnimation()
167 ApplyAnimation( RefPtr<OverlayElement>& overlay, RefPtr<Animator>& controller, TweenOption& option, TransitionEvent event) ApplyAnimation() argument
398 ApplyAnimation( RefPtr<OverlayElement>& overlay, RefPtr<Animator>& controller, TweenOption& option, TransitionEvent event) ApplyAnimation() argument
[all...]
H A Dshared_transition_effect.h77 virtual bool ApplyAnimation(RefPtr<OverlayElement>& overlay, RefPtr<Animator>& controller,
85 bool TakeOff(TransitionEvent event, RefPtr<OverlayElement>& overlay, WeakPtr<SharedTransitionElement>& sharedWeak,
107 bool ApplyAnimation(RefPtr<OverlayElement>& overlay, RefPtr<Animator>& controller, TweenOption& option,
130 bool ApplyAnimation(RefPtr<OverlayElement>& overlay, RefPtr<Animator>& controller, TweenOption& option,
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.h161 void UpdateWeakTextField(const RefPtr<TextOverlayComponent>& overlay);
162 void UpdateWeakText(const RefPtr<TextOverlayComponent>& overlay);
163 void UpdateWeakImage(const RefPtr<TextOverlayComponent>& overlay);
165 void UpdateWeakWeb(const RefPtr<TextOverlayComponent>& overlay);
167 void BindBackendEvent(const RefPtr<TextOverlayComponent>& overlay);
168 void BindBackendEventV2(const RefPtr<TextOverlayComponent>& overlay);
169 void RemoveBackendEvent(const RefPtr<TextOverlayComponent>& overlay);
H A Dtext_overlay_component.cpp149 auto overlay = weak.Upgrade(); in BuildToolBar()
150 if (overlay) { in BuildToolBar()
151 overlay->OnToolBarButtonClick(overlay->translateButtonMarker_, OVERLAY_TRANSLATE); in BuildToolBar()
320 auto overlay = weak.Upgrade(); in BuildMenu()
321 if (overlay) { in BuildMenu()
322 overlay->OnToolBarButtonClick(overlay->shareButtonMarker_, OVERLAY_SHARE); in BuildMenu()
334 auto overlay = weak.Upgrade(); in BuildMenu()
335 if (overlay) { in BuildMenu()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlay.cpp46 [](const std::unique_ptr<overlay::Widget> &widget) { return widget.get() != nullptr; })); in init()
68 "ANGLE_OVERLAY", "debug.angle.overlay", ":"); in enableOverlayWidgetsFromEnvironment()
91 for (const std::unique_ptr<overlay::Widget> &widget : mState.mOverlayWidgets) in onSwap()
95 overlay::PerSecond *perSecond = in onSwap()
96 reinterpret_cast<overlay::PerSecond *>(widget.get()); in onSwap()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_overlay.h18 /* Used to associate a HW overlay/plane to a plane */
31 u32 caps, u32 fourcc, struct omap_hw_overlay **overlay,
33 void omap_overlay_release(struct drm_atomic_state *s, struct omap_hw_overlay *overlay);
34 void omap_overlay_update_state(struct omap_drm_private *priv, struct omap_hw_overlay *overlay);
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Doverlay_modifier.h42 explicit OverlayTextData(const OverlayOptions& overlay) : overlay_(overlay) {} in OverlayTextData() argument
170 static OffsetF GetTextPosition(const SizeF& parentSize, const SizeF& childSize, OverlayOptions& overlay) in GetTextPosition() argument
172 const double dx = overlay.x.ConvertToPx(); in GetTextPosition()
173 const double dy = overlay.y.ConvertToPx(); in GetTextPosition()
174 const Alignment align = overlay.align; in GetTextPosition()
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H A Devm_overlay.sh29 TST_DEVICE="overlay"
32 TST_FS_TYPE="overlay"
48 tst_res TINFO "overwrite file in overlay"
50 EXPECT_PASS echo overlay \> $merged/$file
57 tst_res TINFO "append file in overlay"
59 EXPECT_PASS echo overlay \>\> $merged/$file
66 tst_res TINFO "create a new file in overlay"
67 EXPECT_PASS echo overlay \> $merged/$file
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_manager.cpp16 #include "core/components_ng/pattern/overlay/sheet_manager.h"
49 auto overlay = pattern->GetOverlayManager(); in FindTargetNodeOverlay() local
50 CHECK_NULL_RETURN(overlay, nullptr); in FindTargetNodeOverlay()
53 return overlay; in FindTargetNodeOverlay()
206 RefPtr<OverlayManager> overlay; in FindPageNodeOverlay() local
216 overlay = pattern->GetOverlayManager(); in FindPageNodeOverlay()
217 CHECK_NULL_RETURN(overlay, nullptr); in FindPageNodeOverlay()
232 overlay = pattern->GetOverlayManager(); in FindPageNodeOverlay()
233 CHECK_NULL_RETURN(overlay, nullptr); in FindPageNodeOverlay()
240 overlay in FindPageNodeOverlay()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_manager.cpp109 // if need to show the select-overlay component,
110 // it expects to receive the target component bound by the select-overlay component to find the windowScene component.
111 // if need to hide the select-overlay component,
112 // it expects to receive the the select-overlay component to return the parent component.
164 void SelectOverlayManager::DestroyHelper(const RefPtr<FrameNode>& overlay, bool animation) in DestroyHelper() argument
173 auto node = DynamicCast<SelectOverlayNode>(overlay); in DestroyHelper()
174 node->HideSelectOverlay([overlayWeak = WeakClaim(RawPtr(overlay)), managerWeak = WeakClaim(this)]() { in DestroyHelper()
177 auto overlay = overlayWeak.Upgrade(); in DestroyHelper()
178 CHECK_NULL_VOID(overlay); in DestroyHelper()
179 manager->Destroy(overlay); in DestroyHelper()
190 Destroy(const RefPtr<FrameNode>& overlay) Destroy() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp345 auto overlay = weak.Upgrade(); in OnUpdateSelectOverlayInfo()
346 CHECK_NULL_VOID(overlay); in OnUpdateSelectOverlayInfo()
347 overlay->TriggerScrollableParentToScroll(weakParent.Upgrade(), event.GetGlobalLocation(), false); in OnUpdateSelectOverlayInfo()
350 auto overlay = weak.Upgrade(); in OnUpdateSelectOverlayInfo()
351 CHECK_NULL_VOID(overlay); in OnUpdateSelectOverlayInfo()
352 overlay->TriggerScrollableParentToScroll(weakParent.Upgrade(), event.GetGlobalLocation(), true); in OnUpdateSelectOverlayInfo()
355 auto overlay = weak.Upgrade(); in OnUpdateSelectOverlayInfo()
356 CHECK_NULL_RETURN(overlay, OffsetF()); in OnUpdateSelectOverlayInfo()
357 auto hostPaintOffset = overlay->GetHotPaintOffset(); in OnUpdateSelectOverlayInfo()
358 auto deltaOffset = overlay in OnUpdateSelectOverlayInfo()
[all...]
H A Dbase_text_select_overlay.cpp34 auto overlay = weak.Upgrade(); in ProcessOverlay()
35 CHECK_NULL_VOID(overlay); in ProcessOverlay()
36 overlay->ShowSelectOverlay(request, hasData); in ProcessOverlay()
245 auto overlay = weak.Upgrade(); in OnUpdateSelectOverlayInfo()
246 CHECK_NULL_VOID(overlay); in OnUpdateSelectOverlayInfo()
247 overlay->UpdateOriginalMenuIsShow(); in OnUpdateSelectOverlayInfo()
290 auto overlay = weak.Upgrade(); in SetSelectionHoldCallback()
291 CHECK_NULL_VOID(overlay); in SetSelectionHoldCallback()
292 overlay->OnResetTextSelection(); in SetSelectionHoldCallback()
307 auto overlay in SetSelectionHoldCallback()
[all...]
/kernel/linux/linux-5.10/fs/overlayfs/
H A DMakefile3 # Makefile for the overlay filesystem.
6 obj-$(CONFIG_OVERLAY_FS) += overlay.o
8 overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
/kernel/linux/linux-6.6/fs/overlayfs/
H A DMakefile3 # Makefile for the overlay filesystem.
6 obj-$(CONFIG_OVERLAY_FS) += overlay.o
8 overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
/kernel/linux/linux-6.6/scripts/dtc/
H A Dfdtoverlay.c26 " fdtoverlay <options> [<overlay.dtbo> [<overlay.dtbo>]]\n"
45 static void *apply_one(char *base, const char *overlay, size_t *buf_len, in apply_one() argument
54 * both the base blob and the overlay in apply_one()
56 tmpo = xmalloc(fdt_totalsize(overlay)); in apply_one()
68 memcpy(tmpo, overlay, fdt_totalsize(overlay)); in apply_one()
118 /* read and keep track of the overlay blobs */ in do_fdtoverlay()
195 usage("missing overlay file(s)"); in main()
201 printf("overlay[ in main()
[all...]
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp150 // get the subwindow which overlay node in, not current in DeleteHotAreas()
356 // get the subwindow which overlay node in, not current in ClearMenuNG()
375 // get the subwindow which overlay node in, not current in ClearPopupInSubwindow()
407 // get the subwindow which overlay node in, not current in HidePopupNG()
491 // get the subwindow which overlay node in, not current in SetHotAreas()
553 for (auto &overlay : GetAllSubOverlayManager()) { in CloseCustomDialogNG()
554 CHECK_NULL_VOID(overlay); in CloseCustomDialogNG()
555 if (overlay->GetDialogMap().find(dialogId) != overlay->GetDialogMap().end()) { in CloseCustomDialogNG()
556 return overlay in CloseCustomDialogNG()
597 auto overlay = subwindow->GetOverlayManager(); HideDialogSubWindow() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/
H A Dsafe_area_manager.cpp328 RefPtr<OverlayManager> overlay; in CheckPageNeedAvoidKeyboard() local
332 overlay = pattern->GetOverlayManager(); in CheckPageNeedAvoidKeyboard()
338 overlay = pattern->GetOverlayManager(); in CheckPageNeedAvoidKeyboard()
340 CHECK_NULL_RETURN(overlay, true); in CheckPageNeedAvoidKeyboard()
341 return overlay->CheckPageNeedAvoidKeyboard(); in CheckPageNeedAvoidKeyboard()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A DMakefile8 omapdss-y += manager.o manager-sysfs.o overlay.o overlay-sysfs.o apply.o \
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A DMakefile8 omapdss-y += manager.o manager-sysfs.o overlay.o overlay-sysfs.o apply.o \

Completed in 24 milliseconds

123456789