Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | SK_OPTS_NS |
Functions | |
template<typename T > | |
static void | SK_OPTS_NS::memsetT (T buffer[], T value, int count) |
void | SK_OPTS_NS::memset16 (uint16_t buffer[], uint16_t value, int count) |
void | SK_OPTS_NS::memset32 (uint32_t buffer[], uint32_t value, int count) |
void | SK_OPTS_NS::memset64 (uint64_t buffer[], uint64_t value, int count) |
template<typename T > | |
static void | SK_OPTS_NS::rect_memsetT (T buffer[], T value, int count, size_t rowBytes, int height) |
void | SK_OPTS_NS::rect_memset16 (uint16_t buffer[], uint16_t value, int count, size_t rowBytes, int height) |
void | SK_OPTS_NS::rect_memset32 (uint32_t buffer[], uint32_t value, int count, size_t rowBytes, int height) |
void | SK_OPTS_NS::rect_memset64 (uint64_t buffer[], uint64_t value, int count, size_t rowBytes, int height) |