Home
last modified time | relevance | path

Searched refs:packedSize (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/effects/
DSkTableColorFilter.cpp198 size_t packedSize = buffer.getArrayCount(); in CreateProc() local
199 if (!buffer.validate(packedSize <= sizeof(packedStorage))) { in CreateProc()
202 if (!buffer.readByteArray(packedStorage, packedSize)) { in CreateProc()
207 size_t unpackedSize = SkPackBits::Unpack8(packedStorage, packedSize, in CreateProc()
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c287 static OSStatus UnpackPEFDataSection(const UInt8 * const packedData, UInt32 packedSize, in UnpackPEFDataSection() argument
297 MoreAssertQ(unpackedSize >= packedSize); in UnpackPEFDataSection()
303 MoreAssertQ( packedSize == GetPtrSize( (Ptr) packedData ) ); in UnpackPEFDataSection()
309 while (offset < packedSize) { in UnpackPEFDataSection()