Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
flutter::Texture::PaintContext Struct Reference

#include <texture.h>

Public Attributes

DlCanvascanvas = nullptr
 
GrDirectContextgr_context = nullptr
 
impeller::AiksContextaiks_context = nullptr
 
const DlPaintpaint = nullptr
 

Detailed Description

Definition at line 41 of file texture.h.

Member Data Documentation

◆ aiks_context

impeller::AiksContext* flutter::Texture::PaintContext::aiks_context = nullptr

Definition at line 44 of file texture.h.

◆ canvas

DlCanvas* flutter::Texture::PaintContext::canvas = nullptr

Definition at line 42 of file texture.h.

◆ gr_context

GrDirectContext* flutter::Texture::PaintContext::gr_context = nullptr

Definition at line 43 of file texture.h.

◆ paint

const DlPaint* flutter::Texture::PaintContext::paint = nullptr

Definition at line 45 of file texture.h.


The documentation for this struct was generated from the following file: