Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
assertions_skia.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_TESTING_ASSERTIONS_SKIA_H_
6#define FLUTTER_TESTING_ASSERTIONS_SKIA_H_
7
8#include <ostream>
9
18
19namespace std {
20
21extern std::ostream& operator<<(std::ostream& os, const SkClipOp& o);
22extern std::ostream& operator<<(std::ostream& os, const SkMatrix& m);
23extern std::ostream& operator<<(std::ostream& os, const SkM44& m);
24extern std::ostream& operator<<(std::ostream& os, const SkVector3& v);
25extern std::ostream& operator<<(std::ostream& os, const SkIRect& r);
26extern std::ostream& operator<<(std::ostream& os, const SkRect& r);
27extern std::ostream& operator<<(std::ostream& os, const SkRRect& r);
28extern std::ostream& operator<<(std::ostream& os, const SkPath& r);
29extern std::ostream& operator<<(std::ostream& os, const SkPoint& r);
30extern std::ostream& operator<<(std::ostream& os, const SkISize& size);
31extern std::ostream& operator<<(std::ostream& os, const SkColor4f& r);
32extern std::ostream& operator<<(std::ostream& os, const SkPaint& r);
33extern std::ostream& operator<<(std::ostream& os, const SkSamplingOptions& s);
34
35} // namespace std
36
37#endif // FLUTTER_TESTING_ASSERTIONS_SKIA_H_
SkClipOp
Definition SkClipOp.h:13
Definition SkM44.h:150
struct MyStruct s
Definition ref_ptr.h:256
std::ostream & operator<<(std::ostream &out, const impeller::Color &c)
Definition color.h:951