Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
display_list_testing.h File Reference
#include <ostream>
#include "flutter/display_list/display_list.h"
#include "flutter/display_list/dl_op_receiver.h"

Go to the source code of this file.

Classes

class  flutter::testing::DisplayListStreamDispatcher
 

Namespaces

namespace  flutter
 
namespace  flutter::testing
 

Functions

bool flutter::testing::DisplayListsEQ_Verbose (const DisplayList *a, const DisplayList *b)
 
bool flutter::testing::DisplayListsEQ_Verbose (const DisplayList &a, const DisplayList &b)
 
bool flutter::testing::DisplayListsEQ_Verbose (const sk_sp< const DisplayList > &a, const sk_sp< const DisplayList > &b)
 
bool flutter::testing::DisplayListsNE_Verbose (const DisplayList *a, const DisplayList *b)
 
bool flutter::testing::DisplayListsNE_Verbose (const DisplayList &a, const DisplayList &b)
 
bool flutter::testing::DisplayListsNE_Verbose (const sk_sp< const DisplayList > &a, const sk_sp< const DisplayList > &b)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DisplayList &display_list)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlPaint &paint)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlBlendMode &mode)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlCanvas::ClipOp &op)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlCanvas::PointMode &mode)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlCanvas::SrcRectConstraint &constraint)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlStrokeCap &cap)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlStrokeJoin &join)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlDrawStyle &style)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlBlurStyle &style)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlFilterMode &mode)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlColor &color)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, DlImageSampling sampling)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlVertexMode &mode)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlTileMode &mode)
 
std::ostream & flutter::testing::operator<< (std::ostream &os, const DlImage *image)