HomeSort by relevance Sort by last modified time
    Searched refs:LazyDecodeBitmap (Results 1 - 7 of 7) sorted by null

  /external/skia/tools/
LazyDecodeBitmap.h 20 bool LazyDecodeBitmap(const void* buffer, size_t size, SkBitmap* bitmap);
LazyDecodeBitmap.cpp 8 #include "LazyDecodeBitmap.h"
56 bool LazyDecodeBitmap(const void* buffer, size_t size, SkBitmap* bitmap) {
pinspect.cpp 8 #include "LazyDecodeBitmap.h"
38 SkPicture* pic = SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
bbh_shootout.cpp 9 #include "LazyDecodeBitmap.h"
170 return SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
bench_pictures_main.cpp 10 #include "LazyDecodeBitmap.h"
146 // Defined in LazyDecodeBitmap.cpp
175 proc = &sk_tools::LazyDecodeBitmap;
render_pictures_main.cpp 8 #include "LazyDecodeBitmap.h"
150 proc = &sk_tools::LazyDecodeBitmap;
  /external/skia/tools/lua/
lua_pictures.cpp 8 #include "LazyDecodeBitmap.h"
44 pic = SkPicture::CreateFromStream(stream.get(), &sk_tools::LazyDecodeBitmap);

Completed in 298 milliseconds