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

  /external/skia/src/images/
SkImageDecoder_libico.cpp 77 SkAutoMalloc autoMal;
78 const size_t length = CopyStreamToStorage(&autoMal, stream);
83 unsigned char* buf = (unsigned char*)autoMal.get();
389 SkAutoMalloc autoMal(4);
390 unsigned char* buf = (unsigned char*)autoMal.get();
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 79 SkAutoMalloc autoMal(length);
80 unsigned char* buf = (unsigned char*)autoMal.get();
389 SkAutoMalloc autoMal(4);
390 unsigned char* buf = (unsigned char*)autoMal.get();

Completed in 96 milliseconds