Searched defs:UnmarshallingContext (Results 1 – 1 of 1) sorted by relevance
134 struct UnmarshallingContext { struct136 static constexpr int headerLength = 24; // NOLINT139 explicit UnmarshallingContext(Parcel& parcel) : parcel(parcel) {} in UnmarshallingContext() function141 bool GatherImageFromFile(const Rosen::Image* image) in GatherImageFromFile()189 Parcel& parcel;191 ImageInfo info;192 AllocatorType allocType = AllocatorType::DEFAULT;193 size_t rowPitch = 0;194 size_t size = 0;195 uint8_t* base = nullptr;[all …]