Flutter Engine
The Flutter Engine
|
#include "include/private/base/SkAPI.h"
#include "include/private/base/SkFloatingPoint.h"
#include "include/private/base/SkSafe32.h"
#include <cmath>
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | SkIPoint |
struct | SkPoint |
Typedefs | |
typedef SkIPoint | SkIVector |
typedef SkPoint | SkVector |
SkIVector provides an alternative name for SkIPoint. SkIVector and SkIPoint can be used interchangeably for all purposes.
Definition at line 23 of file SkPoint_impl.h.