Home | History | Annotate | Download | only in core

Lines Matching refs:sk_memset32

41         sk_memset32((uint32_t*)dst, (value << 16) | other, count >> 1);
43 sk_memset32((uint32_t*)dst, (other << 16) | value, count >> 1);