#include <SkBitmapProcState.h>
Definition at line 161 of file SkBitmapProcState.h.
◆ SkBitmapProcStateAutoMapper()
Definition at line 163 of file SkBitmapProcState.h.
164 {
166 s.fInvProc(
s.fInvMatrix,
169
172 biasX =
s.fFilterOneX >> 1;
173 biasY =
s.fFilterOneY >> 1;
174 } else {
175
176
177
178
179 biasX = 1;
180 biasY = 1;
181 }
182
183
188
189 if (scalarPoint) {
192 }
193 }
#define SkScalarToFractionalInt(x)
SkFixed3232 SkFractionalInt
#define SkFixedToFractionalInt(x)
#define SkFixedToScalar(x)
void set(float x, float y)
constexpr float y() const
constexpr float x() const
◆ fixedX()
SkFixed SkBitmapProcStateAutoMapper::fixedX |
( |
| ) |
const |
|
inline |
◆ fixedY()
SkFixed SkBitmapProcStateAutoMapper::fixedY |
( |
| ) |
const |
|
inline |
◆ fractionalIntX()
◆ fractionalIntY()
◆ intX()
int SkBitmapProcStateAutoMapper::intX |
( |
| ) |
const |
|
inline |
◆ intY()
int SkBitmapProcStateAutoMapper::intY |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: