Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Typedefs
SkPoint_impl.h File Reference
#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
 

Typedef Documentation

◆ SkIVector

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.

◆ SkVector

typedef SkPoint SkVector

SkVector provides an alternative name for SkPoint. SkVector and SkPoint can be used interchangeably for all purposes.

Definition at line 158 of file SkPoint_impl.h.