HomeSort by relevance Sort by last modified time
    Searched full:pack16 (Results 1 - 11 of 11) sorted by null

  /external/skia/include/core/
SkPackBits.h 17 /** 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/legacy/include/core/
SkPackBits.h 17 /** 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/
PackBitsTest.cpp 36 size_t dstSize = SkPackBits::Pack16(gTests[i].fSrc,
51 size_t dstSize = SkPackBits::Pack16(src, size, dst);
  /external/skia/legacy/src/core/
SkPackBits.cpp 193 size_t SkPackBits::Pack16(const uint16_t* SK_RESTRICT src, int count,
SkBitmap.cpp 1016 static inline U16CPU pack16(uint32_t c) { function
1044 *dst->getAddr16(x >> 1, y >> 1) = (uint16_t)pack16(c >> 2);
    [all...]
  /external/skia/src/core/
SkPackBits.cpp 193 size_t SkPackBits::Pack16(const uint16_t* SK_RESTRICT src, int count,
SkBitmap.cpp 1206 static inline U16CPU pack16(uint32_t c) { function
    [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...]

Completed in 910 milliseconds