/third_party/flutter/engine/flutter/shell/platform/embedder/ |
D | embedder_external_view_embedder.cc | 80 int view_id, in PrerollCompositeEmbeddedView() argument 82 FML_DCHECK(pending_recorders_.count(view_id) == 0); in PrerollCompositeEmbeddedView() 83 FML_DCHECK(pending_params_.count(view_id) == 0); in PrerollCompositeEmbeddedView() 85 view_id) == composition_order_.end()); in PrerollCompositeEmbeddedView() 87 pending_recorders_[view_id] = std::make_unique<SkPictureRecorder>(); in PrerollCompositeEmbeddedView() 88 pending_params_[view_id] = *params; in PrerollCompositeEmbeddedView() 89 composition_order_.push_back(view_id); in PrerollCompositeEmbeddedView() 103 SkCanvas* EmbedderExternalViewEmbedder::CompositeEmbeddedView(int view_id) { in CompositeEmbeddedView() argument 104 auto found = pending_recorders_.find(view_id); in CompositeEmbeddedView() 181 for (const auto& view_id : composition_order_) { in SubmitFrame() local [all …]
|
D | embedder_external_view_embedder.h | 67 int view_id, 74 SkCanvas* CompositeEmbeddedView(int view_id) override;
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterPlatformViews.mm | 192 int view_id, 194 picture_recorders_[view_id] = std::make_unique<SkPictureRecorder>(); 195 picture_recorders_[view_id]->beginRecording(SkRect::Make(frame_size_)); 196 picture_recorders_[view_id]->getRecordingCanvas()->clear(SK_ColorTRANSPARENT); 197 composition_order_.push_back(view_id); 199 if (current_composition_params_.count(view_id) == 1 && 200 current_composition_params_[view_id] == *params.get()) { 204 current_composition_params_[view_id] = EmbeddedViewParams(*params.get()); 205 views_to_recomposite_.insert(view_id); 208 NSObject<FlutterPlatformView>* FlutterPlatformViewsController::GetPlatformViewByID(int view_id) { [all …]
|
D | FlutterPlatformViews_Internal.h | 84 void PrerollCompositeEmbeddedView(int view_id, 92 NSObject<FlutterPlatformView>* GetPlatformViewByID(int view_id); 98 SkCanvas* CompositeEmbeddedView(int view_id); 207 void CompositeWithParams(int view_id, const EmbeddedViewParams& params);
|
/third_party/flutter/engine/flutter/flow/layers/ |
D | platform_view_layer.cc | 11 int64_t view_id) in PlatformViewLayer() argument 12 : offset_(offset), size_(size), view_id_(view_id) {} in PlatformViewLayer()
|
D | platform_view_layer.h | 16 PlatformViewLayer(const SkPoint& offset, const SkSize& size, int64_t view_id);
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/ |
D | ios_surface_software.h | 58 void PrerollCompositeEmbeddedView(int view_id, 65 SkCanvas* CompositeEmbeddedView(int view_id) override;
|
D | ios_surface_gl.mm | 113 int view_id, 117 platform_views_controller->PrerollCompositeEmbeddedView(view_id, std::move(params)); 136 SkCanvas* IOSSurfaceGL::CompositeEmbeddedView(int view_id) { 139 return platform_views_controller->CompositeEmbeddedView(view_id);
|
D | ios_surface_gl.h | 64 void PrerollCompositeEmbeddedView(int view_id, 74 SkCanvas* CompositeEmbeddedView(int view_id) override;
|
D | ios_surface_software.mm | 160 void IOSSurfaceSoftware::PrerollCompositeEmbeddedView(int view_id, 164 platform_views_controller->PrerollCompositeEmbeddedView(view_id, std::move(params)); 175 SkCanvas* IOSSurfaceSoftware::CompositeEmbeddedView(int view_id) { 178 return platform_views_controller->CompositeEmbeddedView(view_id);
|
/third_party/cef/tests/cefclient/browser/ |
D | views_window.cc | 645 const int view_id = view->GetID(); in OnFocus() local 648 if (last_focused_view_ != view_id && in OnFocus() 649 (!top_menu_bar_ || !top_menu_bar_->HasMenuId(view_id))) { in OnFocus() 650 last_focused_view_ = view_id; in OnFocus() 656 if (!top_menu_bar_->HasMenuId(view_id)) in OnFocus() 658 } else if (view_id != ID_MENU_BUTTON) { in OnFocus() 663 if (view_id == ID_BROWSER_VIEW) in OnFocus() 670 const int view_id = view->GetID(); in OnBlur() local 671 if (view_id == ID_BROWSER_VIEW && delegate_->WithExtension()) { in OnBlur() 681 const int view_id = view->GetID(); in OnWindowChanged() local [all …]
|
/third_party/flutter/engine/flutter/flow/ |
D | embedded_views.h | 213 int view_id, 228 virtual SkCanvas* CompositeEmbeddedView(int view_id) = 0;
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.h | 379 guint16 view_id; member 609 guint16 view_id; member
|
D | gsth264parser.c | 228 mvc->view_id = gst_bit_reader_get_bits_uint16_unchecked (&br, 10); in gst_h264_parse_nalu_header() 287 dst_mvc->view[0].view_id = src_mvc->view[0].view_id; in gst_h264_sps_mvc_copy() 293 dst_view->view_id = src_view->view_id; in gst_h264_sps_mvc_copy() 1720 READ_UE_MAX (nr, mvc->view[i].view_id, GST_H264_MAX_VIEW_ID); in gst_h264_parse_sps_mvc_data()
|
/third_party/skia/third_party/externals/angle2/util/fuchsia/ |
D | ScenicWindow.cpp | 236 if (event.gfx().view_properties_changed().view_id != mView->id()) in onScenicEvents()
|
/third_party/gstreamer/gstplugins_bad/sys/nvdec/ |
D | cuviddec.h | 243 …int view_id; /**< view identifier … member
|
/third_party/chromium/patch/ |
D | 0002_build_for_ohos.patch | 9089 @@ -1028,7 +1028,9 @@ void PageInfoBubbleView::HandleMoreInfoRequestAsync(int view_id) {
|
D | 0003_ohos_nweb.patch | 27042 @@ -1030,6 +1030,8 @@ void PageInfoBubbleView::HandleMoreInfoRequestAsync(int view_id) {
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 85546 Rename @view_id to @id. 85686 Add view_id to the video frames to identify the view this frame represents in
|