#include <color_source.h>
Public Attributes | |
| std::shared_ptr< Texture > | texture |
| Entity::TileMode | x_tile_mode |
| Entity::TileMode | y_tile_mode |
| SamplerDescriptor | sampler_descriptor |
| Matrix | effect_transform |
Definition at line 67 of file color_source.h.
| Matrix impeller::ImageData::effect_transform |
Definition at line 72 of file color_source.h.
Referenced by impeller::Canvas::DrawVertices().
| SamplerDescriptor impeller::ImageData::sampler_descriptor |
Definition at line 71 of file color_source.h.
| std::shared_ptr<Texture> impeller::ImageData::texture |
Definition at line 68 of file color_source.h.
Referenced by impeller::Canvas::DrawVertices().
| Entity::TileMode impeller::ImageData::x_tile_mode |
Definition at line 69 of file color_source.h.
Referenced by impeller::Canvas::DrawVertices().
| Entity::TileMode impeller::ImageData::y_tile_mode |
Definition at line 70 of file color_source.h.
Referenced by impeller::Canvas::DrawVertices().