Skia
2D Graphics Library
SkPoint.h File Reference
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkSafe32.h"
#include <cstdint>
Include dependency graph for SkPoint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SkIPoint
 SkIPoint holds two 32-bit integer coordinates. More...
 
struct  SkPoint
 SkPoint holds two 32-bit floating point coordinates. More...
 

Typedefs

typedef SkIPoint SkIVector
 SkIVector provides an alternative name for SkIPoint. More...
 
typedef SkPoint SkVector
 SkVector provides an alternative name for SkPoint. More...
 

Typedef Documentation

◆ SkIVector

SkIVector provides an alternative name for SkIPoint.

SkIVector and SkIPoint can be used interchangeably for all purposes.

◆ SkVector

typedef SkPoint SkVector

SkVector provides an alternative name for SkPoint.

SkVector and SkPoint can be used interchangeably for all purposes.