Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
dl_vertices_geometry.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_IMPELLER_DISPLAY_LIST_DL_VERTICES_GEOMETRY_H_
6#define FLUTTER_IMPELLER_DISPLAY_LIST_DL_VERTICES_GEOMETRY_H_
7
8#include "flutter/display_list/dl_vertices.h"
9
11
12namespace impeller {
13
14std::shared_ptr<VerticesGeometry> MakeVertices(
15 const flutter::DlVertices* vertices);
16
17} // namespace impeller
18
19#endif // FLUTTER_IMPELLER_DISPLAY_LIST_DL_VERTICES_GEOMETRY_H_
Holds all of the data (both required and optional) for a DisplayList drawVertices call.
Definition dl_vertices.h:71
std::shared_ptr< impeller::VerticesGeometry > MakeVertices(const flutter::DlVertices *vertices)