Searched refs:autoMal (Results 1 – 3 of 3) sorted by relevance
36 SkAutoMalloc autoMal; in onDecode() local37 const size_t length = SkCopyStreamToStorage(&autoMal, stream); in onDecode()42 unsigned char* buf = (unsigned char*)autoMal.get(); in onDecode()
46 SkAutoMalloc autoMal; in onDecode() local47 const size_t length = SkCopyStreamToStorage(&autoMal, stream); in onDecode()52 unsigned char* buf = (unsigned char*)autoMal.get(); in onDecode()
77 SkAutoMalloc autoMal; in onDecode() local78 const size_t length = SkCopyStreamToStorage(&autoMal, stream); in onDecode()84 unsigned char* buf = (unsigned char*)autoMal.get(); in onDecode()