Classes | |
struct | hash< fml::RefPtr< T > > |
struct | hash< impeller::DepthAttachmentDescriptor > |
struct | hash< impeller::Font::Metrics > |
struct | hash< impeller::Glyph > |
struct | hash< impeller::StencilAttachmentDescriptor > |
struct | hash< impeller::UniqueID > |
struct | less< impeller::Glyph > |
struct | less< impeller::UniqueID > |
Functions | |
std::ostream & | operator<< (std::ostream &out, const impeller::Color &c) |
std::ostream & | operator<< (std::ostream &out, const impeller::Matrix &m) |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const impeller::TPoint< T > &p) |
std::ostream & | operator<< (std::ostream &out, const impeller::Quaternion &q) |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const impeller::TRect< T > &r) |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const impeller::TSize< T > &s) |
std::ostream & | operator<< (std::ostream &out, const impeller::HandleGLES &handle) |
|
inline |
Definition at line 75 of file handle_gles.h.
References impeller::HandleTypeToString(), impeller::HandleGLES::IsDead(), impeller::HandleGLES::name, and impeller::HandleGLES::type.
|
inline |
Definition at line 84 of file quaternion.h.
References impeller::Quaternion::w, impeller::Quaternion::x, impeller::Quaternion::y, and impeller::Quaternion::z.
|
inline |
Definition at line 119 of file size.h.
References impeller::TSize< T >::height, and impeller::TSize< T >::width.
|
inline |
Definition at line 201 of file rect.h.
References impeller::TRect< T >::origin, and impeller::TRect< T >::size.
|
inline |
Definition at line 295 of file point.h.
References impeller::TPoint< T >::x, and impeller::TPoint< T >::y.
|
inline |
|
inline |
Definition at line 701 of file color.h.
References impeller::Color::alpha, impeller::Color::blue, impeller::Color::green, and impeller::Color::red.