Searched refs:unpackedSize (Results 1 – 3 of 3) sorted by relevance
288 … UInt8 * const unpackedData, UInt32 unpackedSize) in UnpackPEFDataSection() argument297 MoreAssertQ(unpackedSize >= packedSize); in UnpackPEFDataSection()304 MoreAssertQ( unpackedSize == GetPtrSize( (Ptr) unpackedData) ); in UnpackPEFDataSection()310 MoreAssertQ(unpackCursor < &unpackedData[unpackedSize]); in UnpackPEFDataSection()
176 size_t unpackedSize = SkPackBits::Unpack8(packedStorage, packedSize, in CreateProc() local179 if (!buffer.validate(unpackedSize == count*256)) { in CreateProc()