Home
last modified time | relevance | path

Searched refs:autoMal (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_pkm.cpp36 SkAutoMalloc autoMal; in onDecode() local
37 const size_t length = SkCopyStreamToStorage(&autoMal, stream); in onDecode()
42 unsigned char* buf = (unsigned char*)autoMal.get(); in onDecode()
DSkImageDecoder_astc.cpp46 SkAutoMalloc autoMal; in onDecode() local
47 const size_t length = SkCopyStreamToStorage(&autoMal, stream); in onDecode()
52 unsigned char* buf = (unsigned char*)autoMal.get(); in onDecode()
DSkImageDecoder_libico.cpp77 SkAutoMalloc autoMal; in onDecode() local
78 const size_t length = SkCopyStreamToStorage(&autoMal, stream); in onDecode()
84 unsigned char* buf = (unsigned char*)autoMal.get(); in onDecode()