Home
last modified time | relevance | path

Searched refs:LazyDecodeBitmap (Results 1 – 10 of 10) sorted by relevance

/external/skia/tools/
DLazyDecodeBitmap.h20 bool LazyDecodeBitmap(const void* buffer, size_t size, SkBitmap* bitmap);
DLazyDecodeBitmap.cpp25 bool sk_tools::LazyDecodeBitmap(const void* src, size_t length, SkBitmap* dst) { in LazyDecodeBitmap() function in sk_tools
Dgpuveto.cpp45 SkPicture::InstallPixelRefProc proc = &sk_tools::LazyDecodeBitmap; in tool_main()
Dpinspect.cpp38 SkPicture* pic = SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap); in inspect()
Ddump_record.cpp55 SkPicture::CreateFromStream(stream, sk_tools::LazyDecodeBitmap)); in tool_main()
Dbench_pictures_main.cpp192 proc = &sk_tools::LazyDecodeBitmap; in run_single_benchmark()
Drender_pictures_main.cpp169 proc = &sk_tools::LazyDecodeBitmap; in render_picture_internal()
/external/skia/src/svg/
Dskp2svg.cpp40 SkAutoTUnref<SkPicture> pic(SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap)); in tool_main()
/external/skia/gyp/
Dtools.gyp284 '../tools/LazyDecodeBitmap.cpp',
303 '../tools/LazyDecodeBitmap.cpp',
416 '../tools/LazyDecodeBitmap.cpp',
435 '../tools/LazyDecodeBitmap.cpp',
/external/skia/tools/lua/
Dlua_pictures.cpp45 pic = SkPicture::CreateFromStream(stream.get(), &sk_tools::LazyDecodeBitmap); in load_picture()