Classes | |
struct | hash< impeller::UniqueID > |
struct | less< impeller::UniqueID > |
struct | hash< impeller::DepthAttachmentDescriptor > |
struct | hash< impeller::StencilAttachmentDescriptor > |
struct | hash< impeller::Font::Metrics > |
struct | hash< impeller::Glyph > |
struct | equal_to< impeller::Glyph > |
struct | less< impeller::Glyph > |
Functions | |
std::ostream & | operator<< (std::ostream &out, const impeller::Arc &a) |
std::ostream & | operator<< (std::ostream &out, const impeller::Color &c) |
std::ostream & | operator<< (std::ostream &out, const impeller::BlendMode &mode) |
std::ostream & | operator<< (std::ostream &out, const impeller::Half &p) |
std::ostream & | operator<< (std::ostream &out, const impeller::HalfVector2 &p) |
std::ostream & | operator<< (std::ostream &out, const impeller::HalfVector3 &p) |
std::ostream & | operator<< (std::ostream &out, const impeller::HalfVector4 &p) |
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) |
std::ostream & | operator<< (std::ostream &out, const impeller::RoundRect &rr) |
std::ostream & | operator<< (std::ostream &out, const impeller::RoundSuperellipse &rr) |
std::ostream & | operator<< (std::ostream &out, const impeller::RoundingRadii &rr) |
std::ostream & | operator<< (std::ostream &out, const impeller::RSTransform &rst) |
std::ostream & | operator<< (std::ostream &out, const impeller::Degrees &d) |
std::ostream & | operator<< (std::ostream &out, const impeller::Radians &r) |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const impeller::TSize< T > &s) |
std::ostream & | operator<< (std::ostream &out, const impeller::Vector3 &p) |
std::ostream & | operator<< (std::ostream &out, const impeller::Vector4 &p) |
std::ostream & | operator<< (std::ostream &out, const impeller::HandleGLES &handle) |
|
inline |
Definition at line 141 of file arc.h.
References impeller::Arc::GetOvalBounds(), impeller::Arc::GetStart(), impeller::Arc::GetSweep(), and impeller::Arc::IncludeCenter().
|
inline |
Definition at line 933 of file color.h.
References impeller::BlendModeToString().
|
inline |
Definition at line 927 of file color.h.
References impeller::Color::alpha, impeller::Color::blue, impeller::Color::green, and impeller::Color::red.
|
inline |
|
inline |
|
inline |
Definition at line 168 of file half.h.
References impeller::HalfVector2::x, and impeller::HalfVector2::y.
|
inline |
Definition at line 175 of file half.h.
References impeller::HalfVector3::x, impeller::HalfVector3::y, and impeller::HalfVector3::z.
|
inline |
Definition at line 183 of file half.h.
References impeller::HalfVector4::w, impeller::HalfVector4::x, impeller::HalfVector4::y, and impeller::HalfVector4::z.
|
inline |
Definition at line 109 of file handle_gles.h.
References impeller::HandleGLES::GetName(), impeller::HandleGLES::GetType(), impeller::HandleTypeToString(), and impeller::HandleGLES::IsDead().
|
inline |
|
inline |
Definition at line 94 of file quaternion.h.
References impeller::Quaternion::w, impeller::Quaternion::x, impeller::Quaternion::y, and impeller::Quaternion::z.
|
inline |
|
inline |
Definition at line 97 of file rounding_radii.h.
References impeller::RoundingRadii::bottom_left, impeller::RoundingRadii::bottom_right, impeller::RoundingRadii::top_left, and impeller::RoundingRadii::top_right.
|
inline |
Definition at line 204 of file round_rect.h.
References impeller::RoundRect::GetBounds(), and impeller::RoundRect::GetRadii().
|
inline |
Definition at line 177 of file round_superellipse.h.
References impeller::RoundSuperellipse::GetBounds(), and impeller::RoundSuperellipse::GetRadii().
|
inline |
Definition at line 72 of file rstransform.h.
References impeller::RSTransform::scaled_cos, impeller::RSTransform::scaled_sin, impeller::RSTransform::translate_x, and impeller::RSTransform::translate_y.
|
inline |
Definition at line 350 of file point.h.
References impeller::TPoint< T >::x, and impeller::TPoint< T >::y.
|
inline |
Definition at line 805 of file rect.h.
References impeller::TRect< T >::GetLeftTop(), and impeller::TRect< T >::GetRightBottom().
|
inline |
Definition at line 171 of file size.h.
References impeller::TSize< T >::height, and impeller::TSize< T >::width.
|
inline |
Definition at line 330 of file vector.h.
References impeller::Vector3::x, impeller::Vector3::y, and impeller::Vector3::z.
|
inline |
Definition at line 335 of file vector.h.
References impeller::Vector4::w, impeller::Vector4::x, impeller::Vector4::y, and impeller::Vector4::z.