/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cord_ring_test.cc | 282 absl::string_view ToString(Composition composition) { in ToString() argument 283 switch (composition) { in ToString() 302 Composition composition = kAppend) { in FromFlats() argument 305 switch (composition) { in FromFlats() 926 auto composition = RandomComposition(); in TEST_P() local 927 SCOPED_TRACE(ToString(composition)); in TEST_P() 931 CordRepRing* ring = RefIfShared(FromFlats(flats, composition)); in TEST_P() 936 ring = RefIfShared(FromFlats(flats, composition)); in TEST_P() 947 auto composition = RandomComposition(); in TEST_P() local 957 CordRepRing* ring = RefIfShared(FromFlats(flats, composition)); in TEST_P() [all …]
|
/third_party/cef/tests/cefclient/browser/ |
D | text_input_client_osr_mac.mm | 128 // An input method has updated the composition string. We send the given text 129 // and range to the browser so it can update the composition node of Blink. 152 // ongoing composition. Our input method backend will automatically cancel an 153 // ongoing composition when we send empty text. 169 // Delete the composition node of the browser and finish an ongoing 170 // composition. 172 // the setMarkedText method with empty text to cancel ongoing composition. 200 // If location is not specified fall back to the composition range start. 204 // Offset location by the composition range start if required. 271 // Send keypress and/or composition related events. [all …]
|
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 45 This extension allows querying various timestamps related to the composition 53 composition start time and finish time can be used to determine how 131 composition and display of a window surface. The values are not associated 138 compositor will begin composition. This is effectively the deadline 141 composition events. 143 the start of composition and the expected present time of that 144 composition. This can be used to estimate the latency of the 153 allows querying various timestamps related to the composition and display 183 selected this frame as the one to use for the next composition. The 187 the compositor began preparing composition for this frame. [all …]
|
D | EGL_ANDROID_front_buffer_auto_refresh.txt | 39 that it should perform composition every time the display refreshes. This 42 unneeded composition work if the window surface has not been updated.
|
/third_party/EGL/extensions/ANDROID/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 45 This extension allows querying various timestamps related to the composition 53 composition start time and finish time can be used to determine how 131 composition and display of a window surface. The values are not associated 138 compositor will begin composition. This is effectively the deadline 141 composition events. 143 the start of composition and the expected present time of that 144 composition. This can be used to estimate the latency of the 153 allows querying various timestamps related to the composition and display 183 selected this frame as the one to use for the next composition. The 187 the compositor began preparing composition for this frame. [all …]
|
D | EGL_ANDROID_front_buffer_auto_refresh.txt | 39 that it should perform composition every time the display refreshes. This 42 unneeded composition work if the window surface has not been updated.
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | Metafunctions-Composition.rst | 4 .. |composition| replace:: `composition`_ substdef 5 .. _`composition`: `Composition and Argument Binding`_ target
|
D | Metafunctions-Trivial.rst | 4 in the context of `in-place metafunction composition`__, these metafunctions have
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | gstd3d9overlay.c | 76 _is_overlay_in_composition (GstVideoOverlayComposition * composition, 167 _is_overlay_in_composition (GstVideoOverlayComposition * composition, in _is_overlay_in_composition() argument 172 for (i = 0; i < gst_video_overlay_composition_n_rectangles (composition); i++) { in _is_overlay_in_composition() 174 gst_video_overlay_composition_get_rectangle (composition, i); in _is_overlay_in_composition() 186 GstVideoOverlayComposition *composition = NULL; in gst_d3d9_overlay_prepare() local 197 composition = composition_meta->overlay; in gst_d3d9_overlay_prepare() 198 num_overlays = gst_video_overlay_composition_n_rectangles (composition); in gst_d3d9_overlay_prepare() 205 gst_video_overlay_composition_get_rectangle (composition, i); in gst_d3d9_overlay_prepare() 225 gst_video_overlay_composition_get_rectangle (composition, i); in gst_d3d9_overlay_prepare() 296 if (!_is_overlay_in_composition (composition, overlay)) { in gst_d3d9_overlay_prepare()
|
/third_party/gstreamer/gstplugins_good/ext/cairo/ |
D | gstcairooverlay.c | 450 GstVideoOverlayComposition *composition; in gst_cairo_overlay_transform_ip() local 488 composition = gst_video_overlay_composition_new (rect); in gst_cairo_overlay_transform_ip() 490 gst_buffer_add_video_overlay_composition_meta (buf, composition); in gst_cairo_overlay_transform_ip() 491 gst_video_overlay_composition_unref (composition); in gst_cairo_overlay_transform_ip() 494 composition = gst_video_overlay_composition_new (rect); in gst_cairo_overlay_transform_ip() 496 gst_video_overlay_composition_blend (composition, &frame); in gst_cairo_overlay_transform_ip() 497 gst_video_overlay_composition_unref (composition); in gst_cairo_overlay_transform_ip()
|
/third_party/icu/icu4c/source/test/testdata/ |
D | testnorm.txt | 68 E001=61 338 # composition with trail<=33FF and composite>7FFF 71 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd 83 F0010=F0011 E012 # composition of supplementary+BMP
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgloverlaycompositor.c | 476 composition, GstGLCompositionOverlay * overlay); 626 _is_overlay_in_rectangles (GstVideoOverlayComposition * composition, in _is_overlay_in_rectangles() argument 631 for (i = 0; i < gst_video_overlay_composition_n_rectangles (composition); i++) { in _is_overlay_in_rectangles() 633 gst_video_overlay_composition_get_rectangle (composition, i); in _is_overlay_in_rectangles() 665 GstVideoOverlayComposition *composition = NULL; in gst_gl_overlay_compositor_upload_overlays() local 671 composition = composition_meta->overlay; in gst_gl_overlay_compositor_upload_overlays() 672 num_overlays = gst_video_overlay_composition_n_rectangles (composition); in gst_gl_overlay_compositor_upload_overlays() 677 gst_video_overlay_composition_get_rectangle (composition, i); in gst_gl_overlay_compositor_upload_overlays() 696 if (!_is_overlay_in_rectangles (composition, overlay)) { in gst_gl_overlay_compositor_upload_overlays()
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkatetiger.c | 395 tiger->composition = NULL; in gst_kate_tiger_init() 423 if (tiger->composition) { in gst_kate_tiger_dispose() 424 gst_video_overlay_composition_unref (tiger->composition); in gst_kate_tiger_dispose() 425 tiger->composition = NULL; in gst_kate_tiger_dispose() 787 if (tiger->composition) in gst_kate_tiger_set_composition() 788 gst_video_overlay_composition_unref (tiger->composition); in gst_kate_tiger_set_composition() 789 tiger->composition = gst_video_overlay_composition_new (rectangle); in gst_kate_tiger_set_composition() 792 } else if (tiger->composition) { in gst_kate_tiger_set_composition() 793 gst_video_overlay_composition_unref (tiger->composition); in gst_kate_tiger_set_composition() 794 tiger->composition = NULL; in gst_kate_tiger_set_composition() [all …]
|
D | gstkatetiger.h | 100 GstVideoOverlayComposition *composition; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | meson.build | 34 'video-overlay-composition.c', 74 'video-overlay-composition.h', 89 'video-overlay-composition.h',
|
/third_party/boost/libs/test/doc/testing_tools/ |
D | boost_test_technical_details.qbk | 20 …This initial composition has highest precedence over the supported operations. The expression belo… 45 …composition. Any other operation that happens before it reaches the expression's right operand is … 63 …composition rule above. The evaluated elements are the ones of the expression itself. The expressi…
|
/third_party/gstreamer/gstplugins_bad/ext/assrender/ |
D | gstassrender.c | 305 if (render->composition) { in gst_ass_render_reset_composition() 306 gst_video_overlay_composition_unref (render->composition); in gst_ass_render_reset_composition() 307 render->composition = NULL; in gst_ass_render_reset_composition() 1067 GstVideoOverlayComposition *composition; in gst_ass_render_composite_overlay() local 1131 composition = gst_video_overlay_composition_new (rectangle); in gst_ass_render_composite_overlay() 1134 return composition; in gst_ass_render_composite_overlay() 1142 if (!render->composition) in gst_ass_render_push_frame() 1149 render->composition); in gst_ass_render_push_frame() 1159 gst_video_overlay_composition_blend (render->composition, &frame); in gst_ass_render_push_frame() 1341 if ((!ass_image || changed) && render->composition) { in gst_ass_render_chain_video() [all …]
|
D | gstassrender.h | 85 GstVideoOverlayComposition *composition; member
|
/third_party/flutter/flutter/dev/devicelab/bin/tasks/ |
D | gradle_jetifier_test.dart | 91 // Base class for activities that enables composition of higher level components. 127 // Base class for activities that enables composition of higher level components.
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gstbasetextoverlay.c | 655 if (overlay->composition) { in gst_base_text_overlay_finalize() 656 gst_video_overlay_composition_unref (overlay->composition); in gst_base_text_overlay_finalize() 657 overlay->composition = NULL; in gst_base_text_overlay_finalize() 781 overlay->composition = NULL; in gst_base_text_overlay_init() 1679 if (overlay->composition) in gst_base_text_overlay_set_composition() 1680 gst_video_overlay_composition_unref (overlay->composition); in gst_base_text_overlay_set_composition() 1683 overlay->composition = in gst_base_text_overlay_set_composition() 1685 gst_video_overlay_composition_add_rectangle (overlay->composition, in gst_base_text_overlay_set_composition() 1688 overlay->composition = gst_video_overlay_composition_new (rectangle); in gst_base_text_overlay_set_composition() 1693 } else if (overlay->composition) { in gst_base_text_overlay_set_composition() [all …]
|
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/ |
D | flow.hpp.txt | 17 /// The `flow` function adaptor provides function composition. It is useful as 75 /// * [Function composition](https://en.wikipedia.org/wiki/Function_composition)
|
D | compose.hpp.txt | 17 /// The `compose` function adaptor provides function composition. It produces 75 /// * [Function composition](https://en.wikipedia.org/wiki/Function_composition)
|
/third_party/boost/libs/program_options/doc/ |
D | rationale | 3 implement generic composition classes. The former was choosen,
|
/third_party/boost/libs/locale/doc/ |
D | conversions.txt | 83 - NFC - Canonical decomposition followed by canonical composition - boost::locale::norm_nfc or boos… 85 - NFKC - Compatibility decomposition followed by canonical composition - boost::locale::norm_nfkc
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_win32.cpp | 592 BOOL composition; in ImGui_ImplWin32_EnableAlphaCompositing() local 593 if (FAILED(::DwmIsCompositionEnabled(&composition)) || !composition) in ImGui_ImplWin32_EnableAlphaCompositing()
|