Home
last modified time | relevance | path

Searched refs:composition (Results 1 – 25 of 179) sorted by relevance

12345678

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_ring_test.cc282 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/
Dtext_input_client_osr_mac.mm128 // 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/
DEGL_ANDROID_get_frame_timestamps.txt45 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 …]
DEGL_ANDROID_front_buffer_auto_refresh.txt39 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/
DEGL_ANDROID_get_frame_timestamps.txt45 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 …]
DEGL_ANDROID_front_buffer_auto_refresh.txt39 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/
DMetafunctions-Composition.rst4 .. |composition| replace:: `composition`_ substdef
5 .. _`composition`: `Composition and Argument Binding`_ target
DMetafunctions-Trivial.rst4 in the context of `in-place metafunction composition`__, these metafunctions have
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dgstd3d9overlay.c76 _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/
Dgstcairooverlay.c450 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/
Dtestnorm.txt68 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/
Dgstgloverlaycompositor.c476 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/
Dgstkatetiger.c395 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 …]
Dgstkatetiger.h100 GstVideoOverlayComposition *composition; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dmeson.build34 'video-overlay-composition.c',
74 'video-overlay-composition.h',
89 'video-overlay-composition.h',
/third_party/boost/libs/test/doc/testing_tools/
Dboost_test_technical_details.qbk20 …This initial composition has highest precedence over the supported operations. The expression belo…
45composition. Any other operation that happens before it reaches the expression's right operand is …
63composition rule above. The evaluated elements are the ones of the expression itself. The expressi…
/third_party/gstreamer/gstplugins_bad/ext/assrender/
Dgstassrender.c305 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 …]
Dgstassrender.h85 GstVideoOverlayComposition *composition; member
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dgradle_jetifier_test.dart91 // 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/
Dgstbasetextoverlay.c655 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/
Dflow.hpp.txt17 /// The `flow` function adaptor provides function composition. It is useful as
75 /// * [Function composition](https://en.wikipedia.org/wiki/Function_composition)
Dcompose.hpp.txt17 /// 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/
Drationale3 implement generic composition classes. The former was choosen,
/third_party/boost/libs/locale/doc/
Dconversions.txt83 - 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/
Dimgui_impl_win32.cpp592 BOOL composition; in ImGui_ImplWin32_EnableAlphaCompositing() local
593 if (FAILED(::DwmIsCompositionEnabled(&composition)) || !composition) in ImGui_ImplWin32_EnableAlphaCompositing()

12345678