Go to the source code of this file.
|
| ::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) |
| |