/external/skia/include/core/ |
SkPackBits.h | 24 /** Given the number of 16bit values that will be passed to Pack16, 42 static size_t Pack16(const uint16_t src[], int count, uint8_t dst[]); 55 written by a previous call to Pack16. 56 @param src Input data to unpack, previously created by Pack16.
|
/external/skia/tests/ |
PackBitsTest.cpp | 29 size_t dstSize = SkPackBits::Pack16(gTests[i].fSrc, 44 size_t dstSize = SkPackBits::Pack16(src, size, dst);
|
/external/skia/src/core/ |
SkPackBits.cpp | 186 size_t SkPackBits::Pack16(const uint16_t SK_RESTRICT src[], int count,
|
SkBitmap.cpp | 839 static inline U16CPU pack16(uint32_t c) { function 867 *dst->getAddr16(x >> 1, y >> 1) = (uint16_t)pack16(c >> 2); [all...] |
/external/quake/quake/src/QW/scitech/lib/win32/vc/ |
mgllt.lib | [all...] |
/external/quake/quake/src/WinQuake/scitech/LIB/WIN32/VC/ |
MGLLT.LIB | [all...] |
/external/quake/quake/src/QW/scitech/include/ |
mgraph.h | 437 #define MGL_PACKED16NAME "PACK16.DRV"
[all...] |
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
MGRAPH.H | 437 #define MGL_PACKED16NAME "PACK16.DRV"
[all...] |