/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgloverlaycompositor.c | 473 static gboolean _is_rectangle_in_overlays (GList * overlays, 612 _is_rectangle_in_overlays (GList * overlays, in _is_rectangle_in_overlays() argument 617 for (l = overlays; l != NULL; l = l->next) { in _is_rectangle_in_overlays() 643 GList *l = compositor->overlays; in gst_gl_overlay_compositor_free_overlays() 647 compositor->overlays = g_list_delete_link (compositor->overlays, l); in gst_gl_overlay_compositor_free_overlays() 651 g_list_free (compositor->overlays); in gst_gl_overlay_compositor_free_overlays() 652 compositor->overlays = NULL; in gst_gl_overlay_compositor_free_overlays() 667 GList *l = compositor->overlays; in gst_gl_overlay_compositor_upload_overlays() 679 if (!_is_rectangle_in_overlays (compositor->overlays, rectangle)) { in gst_gl_overlay_compositor_upload_overlays() 688 compositor->overlays = g_list_append (compositor->overlays, overlay); in gst_gl_overlay_compositor_upload_overlays() [all …]
|
D | gstgloverlaycompositor.h | 54 GList * overlays; member
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11overlaycompositor.cpp | 97 GList *overlays; member 549 if (!g_list_find_custom (compositor->overlays, in gst_d3d11_overlay_compositor_upload() 558 compositor->overlays = g_list_append (compositor->overlays, overlay); in gst_d3d11_overlay_compositor_upload() 563 iter = compositor->overlays; in gst_d3d11_overlay_compositor_upload() 570 compositor->overlays = g_list_delete_link (compositor->overlays, iter); in gst_d3d11_overlay_compositor_upload() 586 if (compositor->overlays) { in gst_d3d11_overlay_compositor_free_overlays() 587 g_list_free_full (compositor->overlays, in gst_d3d11_overlay_compositor_free_overlays() 590 compositor->overlays = NULL; in gst_d3d11_overlay_compositor_free_overlays() 632 for (iter = compositor->overlays; iter; iter = g_list_next (iter)) { in gst_d3d11_overlay_compositor_draw_unlocked()
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/ |
D | PlatformChannel.java | 93 List<SystemUiOverlay> overlays = decodeSystemUiOverlays((JSONArray) arguments); 94 platformMessageHandler.showSystemOverlays(overlays); 278 List<SystemUiOverlay> overlays = new ArrayList<>(); in decodeSystemUiOverlays() local 284 overlays.add(SystemUiOverlay.TOP_OVERLAYS); in decodeSystemUiOverlays() 287 overlays.add(SystemUiOverlay.BOTTOM_OVERLAYS); in decodeSystemUiOverlays() 291 return overlays; in decodeSystemUiOverlays() 383 void showSystemOverlays(@NonNull List<SystemUiOverlay> overlays); in showSystemOverlays() argument
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | system_chrome.dart | 83 /// Specifies a preference for the style of the system overlays. 127 /// System overlays should be drawn with a light color. Intended for 138 /// System overlays should be drawn with a dark color. Intended for 249 /// Specifies the set of system overlays to have visible when the application 252 /// The `overlays` argument is a list of [SystemUiOverlay] enum values 253 /// denoting the overlays to show. 262 /// navigation bar and status bar system UI overlays. When the keyboard is closed, 267 /// To regain "fullscreen" after text entry, the UI overlays should be set again 271 static Future<void> setEnabledSystemUIOverlays(List<SystemUiOverlay> overlays) async { 274 _stringify(overlays), [all …]
|
D | system_channels.dart | 91 /// overlays to have visible when the application is running. The argument 96 /// overlays (e.g. the status bar on Android or iOS) should be `light` or
|
/third_party/openGLES/extensions/SGIS/ |
D | GLX_SGIS_blended_overlay.txt | 62 Here are some of the uses for blended RGBA overlays: 64 Render antialiased lines, points, and polygons in the overlays 95 overlays and/or normal overlays. If two layers of blended overlays 105 transparent pixel when it comes to X rendering. Blended overlays 106 overlays will only be usable for transparency via OpenGL 113 when blended overlays are present? Is the resulting blended alpha 156 * What is the relationship between blended overlays and channel 159 overlays.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | GLX_SGIS_blended_overlay.txt | 62 Here are some of the uses for blended RGBA overlays: 64 Render antialiased lines, points, and polygons in the overlays 95 overlays and/or normal overlays. If two layers of blended overlays 105 transparent pixel when it comes to X rendering. Blended overlays 106 overlays will only be usable for transparency via OpenGL 113 when blended overlays are present? Is the resulting blended alpha 156 * What is the relationship between blended overlays and channel 159 overlays.
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-directfb.md | 6 - Hardware YUV overlays 38 To use hardware accelerated YUV-overlays for YUV-textures, use:
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterPlatformPlugin.mm | 152 - (void)setSystemChromeEnabledSystemUIOverlays:(NSArray*)overlays { 154 // other overlays 160 ![overlays containsObject:@"SystemUiOverlay.top"];
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/platform/ |
D | PlatformPlugin.java | 59 public void showSystemOverlays(@NonNull List<PlatformChannel.SystemUiOverlay> overlays) { 60 setSystemChromeEnabledSystemUIOverlays(overlays);
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | gstd3d9overlay.c | 73 _is_rectangle_in_overlays (GList * overlays, 153 _is_rectangle_in_overlays (GList * overlays, in _is_rectangle_in_overlays() argument 158 for (l = overlays; l != NULL; l = l->next) { in _is_rectangle_in_overlays()
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | README | 2 It is typically used to create overlays on a video.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_display.adoc | 130 to take displays, overlays, or modes as their first parameter, they must be 168 15) Should min and max scaling factor capabilities of overlays be exposed? 281 refer to them as "`planes`" rather than "`overlays`" to make it 282 slightly clearer that even a display with no "`overlays`" still has at
|
D | VK_KHR_display.txt | 130 to take displays, overlays, or modes as their first parameter, they must be 168 15) Should min and max scaling factor capabilities of overlays be exposed? 281 refer to them as "`planes`" rather than "`overlays`" to make it 282 slightly clearer that even a display with no "`overlays`" still has at
|
/third_party/python/Lib/test/decimaltestdata/ |
D | dqAbs.decTest | 69 -- more fixed, potential LHS swaps/overlays if done by subtract 0
|
D | ddAbs.decTest | 69 -- more fixed, potential LHS swaps/overlays if done by subtract 0
|
D | abs.decTest | 82 -- more fixed, potential LHS swaps/overlays if done by subtract 0
|
D | minus.decTest | 82 -- more fixed, potential LHS swaps/overlays if done by 0 subtract x
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/ |
D | ios_surface_gl.mm | 80 // various overlays are controlled by this class.
|
D | ios_surface_software.mm | 141 // platform. Only the surfaces for the various overlays are controlled by this class.
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | recording_canvas.dart | 57 /// For simple tests, consider using the [paints] matcher, which overlays a
|
/third_party/openGLES/extensions/ARB/ |
D | WGL_ARB_pixel_format.txt | 637 format will only be selected if it has no overlays or underlays or if 638 all of its overlays and underlays match the specified value.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | WGL_ARB_pixel_format.txt | 627 format will only be selected if it has no overlays or underlays or if 628 all of its overlays and underlays match the specified value.
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | material_test.dart | 234 …testWidgets('applyElevationOverlayColor set to true overlays a transparent white on surface color'…
|