HomeSort by relevance Sort by last modified time
    Searched full:automal (Results 1 - 3 of 3) sorted by null

  /external/skia/src/images/
SkImageDecoder_pkm.cpp 36 SkAutoMalloc autoMal;
37 const size_t length = SkCopyStreamToStorage(&autoMal, stream);
42 unsigned char* buf = (unsigned char*)autoMal.get();
SkImageDecoder_astc.cpp 46 SkAutoMalloc autoMal;
47 const size_t length = SkCopyStreamToStorage(&autoMal, stream);
52 unsigned char* buf = (unsigned char*)autoMal.get();
SkImageDecoder_libico.cpp 77 SkAutoMalloc autoMal;
78 const size_t length = SkCopyStreamToStorage(&autoMal, stream);
84 unsigned char* buf = (unsigned char*)autoMal.get();

Completed in 287 milliseconds