Searched refs:Pack16 (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkPackBits.h17 /** Given the number of 16bit values that will be passed to Pack16,
35 static size_t Pack16(const uint16_t src[], int count, uint8_t dst[]);
48 written by a previous call to Pack16.
49 @param src Input data to unpack, previously created by Pack16.
/external/skia/tests/
H A DPackBitsTest.cpp36 size_t dstSize = SkPackBits::Pack16(gTests[i].fSrc,
51 size_t dstSize = SkPackBits::Pack16(src, size, dst);
/external/skia/src/core/
H A DSkPackBits.cpp193 size_t SkPackBits::Pack16(const uint16_t* SK_RESTRICT src, int count, function in class:SkPackBits

Completed in 156 milliseconds