Searched refs:Pack16 (Results 1 – 3 of 3) sorted by relevance
36 size_t dstSize = SkPackBits::Pack16(gTests[i].fSrc, in test_pack16()51 size_t dstSize = SkPackBits::Pack16(src, size, dst); in test_pack16()
35 static size_t Pack16(const uint16_t src[], int count, uint8_t dst[]);
193 size_t SkPackBits::Pack16(const uint16_t* SK_RESTRICT src, int count, in Pack16() function in SkPackBits