Searched refs:Pack8 (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkPackBits.h22 /** Given the number of 8bit values that will be passed to Pack8,
45 static size_t Pack8(const uint8_t src[], int count, uint8_t dst[]);
57 written by a previous call to Pack8.
58 @param src Input data to unpack, previously created by Pack8.
67 call to Pack8. Return the number of bytes actually writtten into dst[]
68 @param src Input data to unpack, previously created by Pack8.
/external/skia/tests/
H A DPackBitsTest.cpp88 size_t dstSize = SkPackBits::Pack8(gTests[i].fSrc,
105 size_t dstSize = SkPackBits::Pack8(src, size, dst);
/external/skia/src/core/
H A DSkPackBits.cpp236 size_t SkPackBits::Pack8(const uint8_t* SK_RESTRICT src, int count, function in class:SkPackBits
/external/skia/src/effects/
H A DSkTableColorFilter.cpp204 size_t size = SkPackBits::Pack8(fStorage, count * 256, storage);

Completed in 120 milliseconds