Flutter Engine
The Flutter Engine
|
#include <cstddef>
#include "gtest/gtest.h"
#include "point.h"
#include "point_conversions.h"
#include "point_f.h"
Go to the source code of this file.
Namespaces | |
namespace | gfx |
Functions | |
gfx::TEST (PointTest, ToPointF) | |
gfx::TEST (PointTest, IsOrigin) | |
gfx::TEST (PointTest, VectorArithmetic) | |
gfx::TEST (PointTest, OffsetFromPoint) | |
gfx::TEST (PointTest, ToRoundedPoint) | |
gfx::TEST (PointTest, Scale) | |
gfx::TEST (PointTest, ClampPoint) | |
gfx::TEST (PointTest, ClampPointF) | |
gfx::TEST (PointTest, Offset) | |
gfx::TEST (PointTest, VectorMath) | |
gfx::TEST (PointTest, IntegerOverflow) | |