Skia
2DGraphicsLibrary
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SkIPoint16 Struct Reference

SkIPoint holds two 16 bit integer coordinates. More...

#include <SkPoint.h>

Public Member Functions

int16_t x () const
 
int16_t y () const
 
void set (int x, int y)
 

Static Public Member Functions

static SkIPoint16 Make (int x, int y)
 

Public Attributes

int16_t fX
 
int16_t fY
 

Detailed Description

SkIPoint holds two 16 bit integer coordinates.


The documentation for this struct was generated from the following file: