Flutter Engine
The Flutter Engine
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
Definition: SkPath.h:59
struct MyStruct s
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
Definition: switches.h:259
Definition: ref_ptr.h:256
std::ostream & operator<<(std::ostream &out, const impeller::Color &c)
Definition: color.h:961
Definition: SkRect.h:32
Definition: SkSize.h:16