Flutter Impeller
impeller::SubAtlasResult Struct Reference

#include <atlas_contents.h>

Public Attributes

std::vector< Rectsub_texture_coords
 
std::vector< Colorsub_colors
 
std::vector< Matrixsub_transforms
 
std::vector< Rectresult_texture_coords
 
std::vector< Matrixresult_transforms
 
ISize size
 

Detailed Description

Definition at line 19 of file atlas_contents.h.

Member Data Documentation

◆ result_texture_coords

std::vector<Rect> impeller::SubAtlasResult::result_texture_coords

Definition at line 26 of file atlas_contents.h.

◆ result_transforms

std::vector<Matrix> impeller::SubAtlasResult::result_transforms

Definition at line 27 of file atlas_contents.h.

◆ size

ISize impeller::SubAtlasResult::size

Definition at line 30 of file atlas_contents.h.

◆ sub_colors

std::vector<Color> impeller::SubAtlasResult::sub_colors

Definition at line 22 of file atlas_contents.h.

◆ sub_texture_coords

std::vector<Rect> impeller::SubAtlasResult::sub_texture_coords

Definition at line 21 of file atlas_contents.h.

◆ sub_transforms

std::vector<Matrix> impeller::SubAtlasResult::sub_transforms

Definition at line 23 of file atlas_contents.h.


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