Classes | |
| struct | equal_to< impeller::Glyph > |
| 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 > |
Typedefs | |
| using | DisplayList = flutter::DisplayList |
| using | DlColor = flutter::DlColor |
| using | DlPaint = flutter::DlPaint |
| using | DlCanvas = flutter::DlCanvas |
| using | DlImage = flutter::DlImage |
| using | DlDrawStyle = flutter::DlDrawStyle |
| using | DlBlendMode = flutter::DlBlendMode |
| using | DlStrokeCap = flutter::DlStrokeCap |
| using | DlStrokeJoin = flutter::DlStrokeJoin |
| using | DlBlurStyle = flutter::DlBlurStyle |
| using | DlFilterMode = flutter::DlFilterMode |
| using | DlVertexMode = flutter::DlVertexMode |
| using | DlTileMode = flutter::DlTileMode |
| using | DlImageSampling = flutter::DlImageSampling |
| using | SaveLayerOptions = flutter::SaveLayerOptions |
| using | DisplayListOpType = flutter::DisplayListOpType |
| using | DisplayListOpCategory = flutter::DisplayListOpCategory |
| using | DlPathFillType = flutter::DlPathFillType |
| using | DlPath = flutter::DlPath |
| using | DisplayListStreamDispatcher = flutter::testing::DisplayListStreamDispatcher |
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) |
| 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) |
| std::ostream & | operator<< (std::ostream &os, const SkClipOp &o) |
| std::ostream & | operator<< (std::ostream &os, const SkMatrix &m) |
| std::ostream & | operator<< (std::ostream &os, const SkM44 &m) |
| std::ostream & | operator<< (std::ostream &os, const SkVector3 &v) |
| std::ostream & | operator<< (std::ostream &os, const SkIRect &r) |
| std::ostream & | operator<< (std::ostream &os, const SkRect &r) |
| std::ostream & | operator<< (std::ostream &os, const SkRRect &r) |
| std::ostream & | operator<< (std::ostream &os, const SkPath &r) |
| std::ostream & | operator<< (std::ostream &os, const SkPoint &r) |
| std::ostream & | operator<< (std::ostream &os, const SkISize &size) |
| std::ostream & | operator<< (std::ostream &os, const SkColor4f &r) |
| std::ostream & | operator<< (std::ostream &os, const SkPaint &r) |
| std::ostream & | operator<< (std::ostream &os, const SkSamplingOptions &s) |
| std::ostream & | operator<< (std::ostream &os, const DisplayList &display_list) |
| std::ostream & | operator<< (std::ostream &os, const DlPaint &paint) |
| std::ostream & | operator<< (std::ostream &os, const flutter::DisplayListOpType &type) |
| std::ostream & | operator<< (std::ostream &os, const flutter::DisplayListOpCategory &category) |
| std::ostream & | operator<< (std::ostream &os, const flutter::DlPathFillType &type) |
| std::ostream & | operator<< (std::ostream &os, const SaveLayerOptions &options) |
| std::ostream & | operator<< (std::ostream &os, const DlPath &path) |
| std::ostream & | operator<< (std::ostream &os, const flutter::testing::DlVerbosePath &path) |
| std::ostream & | operator<< (std::ostream &os, const flutter::DlClipOp &op) |
| std::ostream & | operator<< (std::ostream &os, const flutter::DlSrcRectConstraint &constraint) |
| std::ostream & | operator<< (std::ostream &os, const DlStrokeCap &cap) |
| std::ostream & | operator<< (std::ostream &os, const DlStrokeJoin &join) |
| std::ostream & | operator<< (std::ostream &os, const DlDrawStyle &style) |
| std::ostream & | operator<< (std::ostream &os, const DlBlurStyle &style) |
| std::ostream & | operator<< (std::ostream &os, const flutter::DlPointMode &mode) |
| std::ostream & | operator<< (std::ostream &os, const DlFilterMode &mode) |
| std::ostream & | operator<< (std::ostream &os, const DlColor &color) |
| std::ostream & | operator<< (std::ostream &os, DlImageSampling sampling) |
| static std::ostream & | operator<< (std::ostream &os, const flutter::DlText *text) |
| std::ostream & | operator<< (std::ostream &os, const DlVertexMode &mode) |
| std::ostream & | operator<< (std::ostream &os, const DlTileMode &mode) |
| std::ostream & | operator<< (std::ostream &os, const DlImage *image) |
| std::ostream & | operator<< (std::ostream &os, const flutter::DlImageFilter &filter) |
| std::ostream & | operator<< (std::ostream &os, const flutter::DlColorFilter &filter) |
| using std::DisplayList = typedef flutter::DisplayList |
Definition at line 47 of file display_list_testing.cc.
| using std::DisplayListOpCategory = typedef flutter::DisplayListOpCategory |
Definition at line 63 of file display_list_testing.cc.
| using std::DisplayListOpType = typedef flutter::DisplayListOpType |
Definition at line 62 of file display_list_testing.cc.
Definition at line 67 of file display_list_testing.cc.
| using std::DlBlendMode = typedef flutter::DlBlendMode |
Definition at line 53 of file display_list_testing.cc.
| using std::DlBlurStyle = typedef flutter::DlBlurStyle |
Definition at line 56 of file display_list_testing.cc.
| using std::DlCanvas = typedef flutter::DlCanvas |
Definition at line 50 of file display_list_testing.cc.
| using std::DlColor = typedef flutter::DlColor |
Definition at line 48 of file display_list_testing.cc.
| using std::DlDrawStyle = typedef flutter::DlDrawStyle |
Definition at line 52 of file display_list_testing.cc.
| using std::DlFilterMode = typedef flutter::DlFilterMode |
Definition at line 57 of file display_list_testing.cc.
| using std::DlImage = typedef flutter::DlImage |
Definition at line 51 of file display_list_testing.cc.
| using std::DlImageSampling = typedef flutter::DlImageSampling |
Definition at line 60 of file display_list_testing.cc.
| using std::DlPaint = typedef flutter::DlPaint |
Definition at line 49 of file display_list_testing.cc.
| using std::DlPath = typedef flutter::DlPath |
Definition at line 65 of file display_list_testing.cc.
| using std::DlPathFillType = typedef flutter::DlPathFillType |
Definition at line 64 of file display_list_testing.cc.
| using std::DlStrokeCap = typedef flutter::DlStrokeCap |
Definition at line 54 of file display_list_testing.cc.
| using std::DlStrokeJoin = typedef flutter::DlStrokeJoin |
Definition at line 55 of file display_list_testing.cc.
| using std::DlTileMode = typedef flutter::DlTileMode |
Definition at line 59 of file display_list_testing.cc.
| using std::DlVertexMode = typedef flutter::DlVertexMode |
Definition at line 58 of file display_list_testing.cc.
| using std::SaveLayerOptions = typedef flutter::SaveLayerOptions |
Definition at line 61 of file display_list_testing.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const DisplayList & | display_list | ||
| ) |
Definition at line 69 of file display_list_testing.cc.
References flutter::DisplayList::Dispatch().
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const DlBlurStyle & | style | ||
| ) |
Definition at line 227 of file display_list_testing.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const DlColor & | color | ||
| ) |
Definition at line 253 of file display_list_testing.cc.
References flutter::DlColor::getAlphaF(), flutter::DlColor::getBlueF(), flutter::DlColor::getColorSpace(), flutter::DlColor::getGreenF(), flutter::DlColor::getRedF(), flutter::kDisplayP3, flutter::kExtendedSRGB, and flutter::kSRGB.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const DlDrawStyle & | style | ||
| ) |
Definition at line 219 of file display_list_testing.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const DlFilterMode & | mode | ||
| ) |
Definition at line 244 of file display_list_testing.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const DlImage * | image | ||
| ) |
Definition at line 327 of file display_list_testing.cc.
References image.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const DlPaint & | paint | ||
| ) |
Definition at line 80 of file display_list_testing.cc.
References flutter::DlPaint::getBlendMode(), flutter::DlPaint::getColor(), flutter::DlPaint::getColorFilter(), flutter::DlPaint::getColorSource(), flutter::DlPaint::getDrawStyle(), flutter::DlPaint::getImageFilter(), flutter::DlPaint::getMaskFilter(), flutter::DlPaint::getStrokeCap(), flutter::DlPaint::getStrokeJoin(), flutter::DlPaint::getStrokeMiter(), flutter::DlPaint::getStrokeWidth(), flutter::DlPaint::isAntiAlias(), and flutter::DlPaint::isInvertColors().
|
extern |
Definition at line 174 of file display_list_testing.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const DlStrokeCap & | cap | ||
| ) |
Definition at line 203 of file display_list_testing.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const DlStrokeJoin & | join | ||
| ) |
Definition at line 211 of file display_list_testing.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const DlTileMode & | mode | ||
| ) |
Definition at line 316 of file display_list_testing.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const DlVertexMode & | mode | ||
| ) |
Definition at line 306 of file display_list_testing.cc.
|
extern |
Definition at line 126 of file display_list_testing.cc.
References DLT_OSTREAM_CASE.
|
extern |
Definition at line 113 of file display_list_testing.cc.
References DLT_OP_TYPE_CASE, FOR_EACH_DISPLAY_LIST_OP, and type.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const flutter::DlClipOp & | op | ||
| ) |
Definition at line 187 of file display_list_testing.cc.
References flutter::kDifference, and flutter::kIntersect.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const flutter::DlColorFilter & | filter | ||
| ) |
Definition at line 347 of file display_list_testing.cc.
References flutter::testing::DisplayListStreamDispatcher::out().
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const flutter::DlImageFilter & | filter | ||
| ) |
Definition at line 341 of file display_list_testing.cc.
References flutter::testing::DisplayListStreamDispatcher::out().
|
extern |
Definition at line 143 of file display_list_testing.cc.
References DLT_OSTREAM_CASE, and type.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const flutter::DlPointMode & | mode | ||
| ) |
Definition at line 236 of file display_list_testing.cc.
References flutter::kLines, flutter::kPoints, and flutter::kPolygon.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const flutter::DlSrcRectConstraint & | constraint | ||
| ) |
Definition at line 194 of file display_list_testing.cc.
References flutter::kFast, and flutter::kStrict.
|
static |
Definition at line 291 of file display_list_testing.cc.
References text.
|
extern |
Definition at line 181 of file display_list_testing.cc.
References flutter::testing::DisplayListStreamDispatcher::out().
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SaveLayerOptions & | options | ||
| ) |
Definition at line 153 of file display_list_testing.cc.
References flutter::SaveLayerOptions::can_distribute_opacity(), flutter::SaveLayerOptions::contains_backdrop_filter(), flutter::SaveLayerOptions::content_is_unbounded(), and flutter::SaveLayerOptions::renders_with_attributes().
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkClipOp & | o | ||
| ) |
Definition at line 9 of file assertions_skia.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkColor4f & | r | ||
| ) |
Definition at line 84 of file assertions_skia.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkIRect & | r | ||
| ) |
Definition at line 55 of file assertions_skia.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkISize & | size | ||
| ) |
Definition at line 80 of file assertions_skia.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkM44 & | m | ||
| ) |
Definition at line 39 of file assertions_skia.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkMatrix & | m | ||
| ) |
Definition at line 24 of file assertions_skia.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkPaint & | r | ||
| ) |
Definition at line 88 of file assertions_skia.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkPath & | r | ||
| ) |
Definition at line 70 of file assertions_skia.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkPoint & | r | ||
| ) |
Definition at line 76 of file assertions_skia.cc.
| static std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkRect & | r | ||
| ) |
Definition at line 60 of file assertions_skia.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkRRect & | r | ||
| ) |
Definition at line 65 of file assertions_skia.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkSamplingOptions & | s | ||
| ) |
Definition at line 93 of file assertions_skia.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| const SkVector3 & | v | ||
| ) |
Definition at line 51 of file assertions_skia.cc.
| std::ostream & std::operator<< | ( | std::ostream & | os, |
| DlImageSampling | sampling | ||
| ) |
Definition at line 274 of file display_list_testing.cc.
|
inline |
Definition at line 141 of file arc.h.
References impeller::Arc::GetOvalBounds(), impeller::Arc::GetStart(), impeller::Arc::GetSweep(), and impeller::Arc::IncludeCenter().
|
inline |
|
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 166 of file half.h.
References impeller::HalfVector2::x, and impeller::HalfVector2::y.
|
inline |
Definition at line 173 of file half.h.
References impeller::HalfVector3::x, impeller::HalfVector3::y, and impeller::HalfVector3::z.
|
inline |
Definition at line 181 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::HandleGLES::IsDead(), and name.
|
inline |
Definition at line 728 of file matrix.h.
References impeller::Matrix::e, and i.
|
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 93 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 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 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.