Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
dl_vertices.h File Reference
#include <memory>
#include "flutter/display_list/dl_color.h"
#include "third_party/skia/include/core/SkRect.h"

Go to the source code of this file.

Classes

class  flutter::DlVertices
 Holds all of the data (both required and optional) for a DisplayList drawVertices call. More...
 
class  flutter::DlVertices::Builder
 A utility class to build up a |DlVertices| object one set of data at a time. More...
 
union  flutter::DlVertices::Builder::Flags
 flags to indicate/promise which of the optional texture coordinates or colors will be supplied during the build phase. More...
 

Namespaces

namespace  flutter
 

Enumerations

enum class  flutter::DlVertexMode { flutter::kTriangles , flutter::kTriangleStrip , flutter::kTriangleFan }
 Defines the way in which the vertices of a DlVertices object are separated into triangles into which to render. More...