Home
last modified time | relevance | path

Searched refs:shape_node (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/flow/
Dscene_update_context.cc59 scenic::ShapeNode shape_node, in CreateFrame() argument
87 shape_node.SetShape(shape); in CreateFrame()
88 shape_node.SetTranslation(shape_bounds.width() * 0.5f + shape_bounds.left(), in CreateFrame()
98 SetShapeColor(shape_node, color); in CreateFrame()
107 SetShapeTextureAndColor(shape_node, color, scale_x, scale_y, shape_bounds, in CreateFrame()
113 scenic::ShapeNode& shape_node, in SetShapeTextureAndColor() argument
127 shape_node.SetMaterial(material); in SetShapeTextureAndColor()
131 SetShapeColor(shape_node, color); in SetShapeTextureAndColor()
134 void SceneUpdateContext::SetShapeColor(scenic::ShapeNode& shape_node, in SetShapeColor() argument
142 shape_node.SetMaterial(material); in SetShapeColor()
[all …]
Dscene_update_context.h104 scenic::ShapeNode& shape_node() { return shape_node_; } in shape_node() function
197 scenic::ShapeNode shape_node,
203 void SetShapeTextureAndColor(scenic::ShapeNode& shape_node,
211 void SetShapeColor(scenic::ShapeNode& shape_node, SkColor color);