Flutter Engine
The Flutter Engine
|
Functions | |
uint32_t | pack_clamp (SkFixed f, unsigned max) |
uint32_t | pack_repeat (SkFixed f, unsigned max, size_t width) |
uint32_t | pack_mirror (SkFixed f, unsigned max, size_t width) |
template<typename U32 , typename Out > | |
void | decode_packed_coordinates_and_weight (U32 packed, Out *v0, Out *v1, Out *w) |
void sktests::decode_packed_coordinates_and_weight | ( | U32 | packed, |
Out * | v0, | ||
Out * | v1, | ||
Out * | w | ||
) |
Definition at line 582 of file SkBitmapProcState_opts.h.
uint32_t sktests::pack_clamp | ( | SkFixed | f, |
unsigned | max | ||
) |
Definition at line 538 of file SkBitmapProcState_matrixProcs.cpp.
uint32_t sktests::pack_mirror | ( | SkFixed | f, |
unsigned | max, | ||
size_t | width | ||
) |
Definition at line 548 of file SkBitmapProcState_matrixProcs.cpp.