Home
last modified time | relevance | path

Searched refs:entity_node (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/flow/
Dscene_update_context.cc14 static void SetEntityNodeClipPlanes(scenic::EntityNode& entity_node, in SetEntityNodeClipPlanes() argument
49 entity_node.SetClipPlanes(std::move(clip_planes)); in SetEntityNodeClipPlanes()
58 void SceneUpdateContext::CreateFrame(scenic::EntityNode entity_node, in CreateFrame() argument
66 SetEntityNodeClipPlanes(entity_node, rrect.getBounds()); in CreateFrame()
68 entity_node.SetClip(0u, true /* clip to self */); in CreateFrame()
109 std::move(entity_node)); in CreateFrame()
120 scenic::EntityNode entity_node) { in SetShapeTextureAndColor() argument
123 std::move(entity_node)); in SetShapeTextureAndColor()
152 scenic::EntityNode entity_node) { in GenerateImageIfNeeded() argument
170 std::make_unique<scenic::EntityNode>(std::move(entity_node))); in GenerateImageIfNeeded()
[all …]
Dscene_update_context.h57 std::unique_ptr<scenic::EntityNode> entity_node) = 0;
75 scenic::EntityNode& entity_node() { return entity_node_; } in entity_node() function
196 void CreateFrame(scenic::EntityNode entity_node,
210 scenic::EntityNode entity_node);
218 scenic::EntityNode entity_node);
Dview_holder.cc125 context.top_entity()->entity_node().AddChild(*opacity_node_); in UpdateScene()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface_producer.cc231 std::unique_ptr<scenic::EntityNode> entity_node) { in ProduceSurface() argument
235 surface->SetRetainedInfo(layer_key, std::move(entity_node)); in ProduceSurface()
Dvulkan_surface_producer.h39 std::unique_ptr<scenic::EntityNode> entity_node) override;
/third_party/flutter/engine/flutter/flow/layers/
Dlayer_tree.cc71 container.AddChild(transform.entity_node()); in UpdateScene()
Dphysical_shape_layer.cc127 context.top_entity()->entity_node().AddChild(retained_node); in UpdateScene()