Flutter Engine
The Flutter Engine
|
#include "gfx/test/gfx_util.h"
#include <iomanip>
#include <sstream>
#include <string>
#include "gfx/geometry/point.h"
#include "gfx/geometry/point_f.h"
#include "gfx/geometry/rect.h"
#include "gfx/geometry/rect_f.h"
#include "gfx/geometry/size.h"
#include "gfx/geometry/size_f.h"
#include "gfx/geometry/vector2d.h"
#include "gfx/geometry/vector2d_f.h"
#include "gfx/transform.h"
Go to the source code of this file.
Namespaces | |
namespace | gfx |
Functions | |
::testing::AssertionResult | gfx::AssertPointFloatEqual (const char *lhs_expr, const char *rhs_expr, const PointF &lhs, const PointF &rhs) |
::testing::AssertionResult | gfx::AssertRectFloatEqual (const char *lhs_expr, const char *rhs_expr, const RectF &lhs, const RectF &rhs) |
::testing::AssertionResult | gfx::AssertSizeFFloatEqual (const char *lhs_expr, const char *rhs_expr, const SizeF &lhs, const SizeF &rhs) |
void | gfx::PrintTo (const Point &point, ::std::ostream *os) |
void | gfx::PrintTo (const PointF &point, ::std::ostream *os) |
void | gfx::PrintTo (const Rect &rect, ::std::ostream *os) |
void | gfx::PrintTo (const RectF &rect, ::std::ostream *os) |
void | gfx::PrintTo (const Size &size, ::std::ostream *os) |
void | gfx::PrintTo (const SizeF &size, ::std::ostream *os) |
void | gfx::PrintTo (const Transform &transform, ::std::ostream *os) |
void | gfx::PrintTo (const Vector2d &vector, ::std::ostream *os) |
void | gfx::PrintTo (const Vector2dF &vector, ::std::ostream *os) |