Flutter Engine
The Flutter Engine
Namespaces | Typedefs | Functions
display_list_testing.cc File Reference
#include "flutter/testing/display_list_testing.h"
#include <iomanip>
#include "flutter/display_list/display_list.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 
namespace  flutter::testing
 
namespace  std
 

Typedefs

using std::DisplayList = flutter::DisplayList
 
using std::DlColor = flutter::DlColor
 
using std::DlPaint = flutter::DlPaint
 
using std::DlCanvas = flutter::DlCanvas
 
using std::DlImage = flutter::DlImage
 
using std::DlDrawStyle = flutter::DlDrawStyle
 
using std::DlBlendMode = flutter::DlBlendMode
 
using std::DlStrokeCap = flutter::DlStrokeCap
 
using std::DlStrokeJoin = flutter::DlStrokeJoin
 
using std::DlBlurStyle = flutter::DlBlurStyle
 
using std::DlFilterMode = flutter::DlFilterMode
 
using std::DlVertexMode = flutter::DlVertexMode
 
using std::DlTileMode = flutter::DlTileMode
 
using std::DlImageSampling = flutter::DlImageSampling
 
using std::SaveLayerOptions = flutter::SaveLayerOptions
 
using std::DisplayListStreamDispatcher = flutter::testing::DisplayListStreamDispatcher
 

Functions

bool flutter::testing::DisplayListsEQ_Verbose (const DisplayList *a, const DisplayList *b)
 
bool flutter::testing::DisplayListsNE_Verbose (const DisplayList *a, const DisplayList *b)
 
std::ostream & std::operator<< (std::ostream &os, const DisplayList &display_list)
 
std::ostream & std::operator<< (std::ostream &os, const DlPaint &paint)
 
std::ostream & std::operator<< (std::ostream &os, const DlBlendMode &mode)
 
std::ostream & std::operator<< (std::ostream &os, const SaveLayerOptions &options)
 
std::ostream & std::operator<< (std::ostream &os, const SkPoint &r)
 
std::ostream & std::operator<< (std::ostream &os, const SkIRect &r)
 
std::ostream & std::operator<< (std::ostream &os, const SkRect &r)
 
static std::ostream & std::operator<< (std::ostream &os, const SkRect *rect)
 
std::ostream & std::operator<< (std::ostream &os, const SkRRect &r)
 
std::ostream & std::operator<< (std::ostream &os, const SkPath &r)
 
std::ostream & std::operator<< (std::ostream &os, const SkMatrix &m)
 
static std::ostream & std::operator<< (std::ostream &os, const SkMatrix *matrix)
 
static std::ostream & std::operator<< (std::ostream &os, const SkRSXform &xform)
 
std::ostream & std::operator<< (std::ostream &os, const DlCanvas::ClipOp &op)
 
std::ostream & std::operator<< (std::ostream &os, const DlCanvas::SrcRectConstraint &constraint)
 
std::ostream & std::operator<< (std::ostream &os, const DlStrokeCap &cap)
 
std::ostream & std::operator<< (std::ostream &os, const DlStrokeJoin &join)
 
std::ostream & std::operator<< (std::ostream &os, const DlDrawStyle &style)
 
std::ostream & std::operator<< (std::ostream &os, const DlBlurStyle &style)
 
std::ostream & std::operator<< (std::ostream &os, const DlCanvas::PointMode &mode)
 
std::ostream & std::operator<< (std::ostream &os, const DlFilterMode &mode)
 
std::ostream & std::operator<< (std::ostream &os, const DlColor &color)
 
std::ostream & std::operator<< (std::ostream &os, DlImageSampling sampling)
 
static std::ostream & std::operator<< (std::ostream &os, const SkTextBlob *blob)
 
static std::ostream & std::operator<< (std::ostream &os, const impeller::TextFrame *frame)
 
std::ostream & std::operator<< (std::ostream &os, const DlVertexMode &mode)
 
std::ostream & std::operator<< (std::ostream &os, const DlTileMode &mode)
 
std::ostream & std::operator<< (std::ostream &os, const DlImage *image)