#include <Sk4px.h>
Definition at line 70 of file Sk4px.h.
◆ Wide()
Sk4px::Wide::Wide |
( |
const skvx::Vec< 16, uint16_t > & |
v | ) |
|
|
inline |
◆ div255()
Sk4px Sk4px::Wide::div255 |
( |
| ) |
const |
|
inline |
Definition at line 75 of file Sk4px.h.
SIN Vec< N, uint8_t > div255(const Vec< N, uint16_t > &x)
◆ operator*()
Wide Sk4px::Wide::operator* |
( |
const Wide & |
o | ) |
const |
|
inline |
Definition at line 77 of file Sk4px.h.
77{
return Wide(fV * o.fV); }
Wide(const skvx::Vec< 16, uint16_t > &v)
◆ operator+()
Wide Sk4px::Wide::operator+ |
( |
const Wide & |
o | ) |
const |
|
inline |
Definition at line 78 of file Sk4px.h.
78{
return Wide(fV + o.fV); }
◆ operator-()
Wide Sk4px::Wide::operator- |
( |
const Wide & |
o | ) |
const |
|
inline |
Definition at line 79 of file Sk4px.h.
79{
return Wide(fV - o.fV); }
◆ operator<<()
Wide Sk4px::Wide::operator<< |
( |
int |
bits | ) |
const |
|
inline |
◆ operator>>()
Wide Sk4px::Wide::operator>> |
( |
int |
bits | ) |
const |
|
inline |
The documentation for this class was generated from the following file: