Searched refs:Unpack16 (Results 1 – 3 of 3) sorted by relevance
39 int srcCount = SkPackBits::Unpack16(dst, dstSize, src); in test_pack16()55 int srcCount = SkPackBits::Unpack16(dst, dstSize, src2); in test_pack16()
54 static int Unpack16(const uint8_t src[], size_t srcSize, uint16_t dst[]);
282 int SkPackBits::Unpack16(const uint8_t* SK_RESTRICT src, size_t srcSize, in Unpack16() function in SkPackBits