Searched refs:LazyDecodeBitmap (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A DLazyDecodeBitmap.h20 bool LazyDecodeBitmap(const void* buffer, size_t size, SkBitmap* bitmap);
H A DLazyDecodeBitmap.cpp8 #include "LazyDecodeBitmap.h"
26 bool sk_tools::LazyDecodeBitmap(const void* src, function in class:sk_tools
H A Ddump_record.cpp18 #include "LazyDecodeBitmap.h"
55 SkPicture::CreateFromStream(stream, sk_tools::LazyDecodeBitmap));
H A Dgpuveto.cpp8 #include "LazyDecodeBitmap.h"
45 SkPicture::InstallPixelRefProc proc = &sk_tools::LazyDecodeBitmap;
H A Dpinspect.cpp8 #include "LazyDecodeBitmap.h"
38 SkPicture* pic = SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
H A Dbench_record.cpp18 #include "LazyDecodeBitmap.h"
161 SkPicture::CreateFromStream(stream, sk_tools::LazyDecodeBitmap));
H A Dbbh_shootout.cpp10 #include "LazyDecodeBitmap.h"
50 return SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
H A Dbench_pictures_main.cpp12 #include "LazyDecodeBitmap.h"
180 proc = &sk_tools::LazyDecodeBitmap;
H A Drender_pictures_main.cpp8 #include "LazyDecodeBitmap.h"
165 proc = &sk_tools::LazyDecodeBitmap;
/external/skia/tools/
H A DLazyDecodeBitmap.h20 bool LazyDecodeBitmap(const void* buffer, size_t size, SkBitmap* bitmap);
H A DLazyDecodeBitmap.cpp8 #include "LazyDecodeBitmap.h"
26 bool sk_tools::LazyDecodeBitmap(const void* src, function in class:sk_tools
H A Ddump_record.cpp18 #include "LazyDecodeBitmap.h"
55 SkPicture::CreateFromStream(stream, sk_tools::LazyDecodeBitmap));
H A Dgpuveto.cpp8 #include "LazyDecodeBitmap.h"
45 SkPicture::InstallPixelRefProc proc = &sk_tools::LazyDecodeBitmap;
H A Dpinspect.cpp8 #include "LazyDecodeBitmap.h"
38 SkPicture* pic = SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
H A DAndroid.mk32 LazyDecodeBitmap.cpp \
H A Dbench_record.cpp17 #include "LazyDecodeBitmap.h"
161 SkPicture::CreateFromStream(stream, sk_tools::LazyDecodeBitmap));
H A Dbbh_shootout.cpp10 #include "LazyDecodeBitmap.h"
50 return SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
H A Dbench_pictures_main.cpp12 #include "LazyDecodeBitmap.h"
180 proc = &sk_tools::LazyDecodeBitmap;
H A Drender_pictures_main.cpp8 #include "LazyDecodeBitmap.h"
165 proc = &sk_tools::LazyDecodeBitmap;
/external/chromium_org/third_party/skia/tools/lua/
H A Dlua_pictures.cpp8 #include "LazyDecodeBitmap.h"
45 pic = SkPicture::CreateFromStream(stream.get(), &sk_tools::LazyDecodeBitmap);
/external/skia/tools/lua/
H A Dlua_pictures.cpp8 #include "LazyDecodeBitmap.h"
45 pic = SkPicture::CreateFromStream(stream.get(), &sk_tools::LazyDecodeBitmap);

Completed in 756 milliseconds